amber icon indicating copy to clipboard operation
amber copied to clipboard

Amber is a multi-API shader test framework

Results 85 amber issues
Sort by recently updated
recently updated
newest added

Hi, I statically compile the VulkanCTS and it uses Amber. I want to save the buffers of each pipeline execution. How should I configure it in this way? Thanks!

Hello and welcome! Im working on delivering additional deqp-vk execution flag --deqp-compute-only=enable which will test Vulkan implementation on devices which expose only computation queues. https://gerrit.khronos.org/c/vk-gl-cts/+/8851 (link i accessible only by...

Add support for ray tracing in Amber scripts. New syntax should include: * new shader types * geometries declaration (triangles, AABBs) * bottom level acceleration structures declaration * top level...

enhancement
amberscript

I'm not sure if this is more of a bug report or a question. When using UNORM color buffers, everything works as expected and storing 1.0 in a component value...

documentation

The argument says > -ps -- Parse input files, create pipelines; Don't execute. but if I run `amber tests/cases/draw_rect.amber -ps --log-graphics-call` it is never calling `vkCreateGraphicsPipelines` like I would expect...

For example, the CI ubuntu clang debug build for #1014, details at. https://source.cloud.google.com/results/invocations/2737c199-56c5-45e6-aff9-4a0d2a3829f5/targets ``` + python3 ./tests/run_tests.py --build-dir /tmpfs/src/github/amber/build --use-swiftshader /tests/cases/draw_polygon_mode.amber: Line 90: Probe failed at: 134, 82 Expected: 0.000000,...

bug

It aims at fixing clspv github CI

For certain cases device properties need to be checked same way as device features. For example VK_KHR_shader_float_controls extension have a set of fields (DenormPreserve) that are available in VkPhysicalDeviceFloatControlsProperties. Amber...

Extend ray tracing support in Amber with Pipeline Library support. Also add: * include support as well * null shader groups support * geometry flags support