Home
last modified time | relevance | path

Searched refs:sectShader (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1447 const bool sectShader = (m_data.stage == VK_SHADER_STAGE_INTERSECTION_BIT_KHR); in initBottomAccelerationStructure() local
1462 …const bool shiftRight = sectShader && maxTTest && (0 == (startPos.y() & 1)) && (0 == (startPos.x(… in initBottomAccelerationStructure()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1607 const std::string sectShader = in initStdPrograms() local
1641 programCollection.glslSources.add("sect") << glu::IntersectionSource(sectShader) << buildOptions; in initStdPrograms()