Home
last modified time | relevance | path

Searched refs:rayOpaque (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1871 const bool rayOpaque = (0 != (n & (1<<RAY_FLAG_BIT_OPAQUE_EXT ))); in expectedIntValuesBuffer() local
1872 const bool rayNoOpaque = (0 != (n & (1<<RAY_FLAG_BIT_NO_OPAQUE_EXT ))) && !rayOpaque; in expectedIntValuesBuffer()
1877 const bool rayCullOpaque = (0 != (n & (1<<RAY_FLAG_BIT_CULL_OPAQUE_EXT ))) && !rayOpaque && !rayNoOpaque; in expectedIntValuesBuffer()
1878 const bool rayCullNoOpaque = (0 != (n & (1<<RAY_FLAG_BIT_CULL_NO_OPAQUE_EXT ))) && !rayOpaque && !rayNoOpaque && !rayCullOpaque; in expectedIntValuesBuffer()
1889 | (rayOpaque ? (1<<RAY_FLAG_BIT_OPAQUE_EXT ) : 0) in expectedIntValuesBuffer()
1903 if (m_data.stage == VK_SHADER_STAGE_ANY_HIT_BIT_KHR && (rayOpaque || (geometryOpaque && !rayOpaque && !rayNoOpaque))) in expectedIntValuesBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1886 const bool rayOpaque = (0 != (n & (1<<RAY_FLAG_BIT_OPAQUE_EXT ))); in expectedIntValuesBuffer() local
1887 const bool rayNoOpaque = (0 != (n & (1<<RAY_FLAG_BIT_NO_OPAQUE_EXT ))) && !rayOpaque; in expectedIntValuesBuffer()
1892 const bool rayCullOpaque = (0 != (n & (1<<RAY_FLAG_BIT_CULL_OPAQUE_EXT ))) && !rayOpaque && !rayNoOpaque; in expectedIntValuesBuffer()
1893 const bool rayCullNoOpaque = (0 != (n & (1<<RAY_FLAG_BIT_CULL_NO_OPAQUE_EXT ))) && !rayOpaque && !rayNoOpaque && !rayCullOpaque; in expectedIntValuesBuffer()
1904 | (rayOpaque ? (1<<RAY_FLAG_BIT_OPAQUE_EXT ) : 0) in expectedIntValuesBuffer()
1918 if (m_data.stage == VK_SHADER_STAGE_ANY_HIT_BIT_KHR && (rayOpaque || (geometryOpaque && !rayOpaque && !rayNoOpaque))) in expectedIntValuesBuffer()

Completed in 13 milliseconds