Home
last modified time | relevance | path

Searched refs:bottomType (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp134 BottomTestType bottomType; member
309 …_VERTEX_BIT, shaderNameIt->second[0], rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
310 …ION_CONTROL_BIT, shaderNameIt->second[1], rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
311 …N_EVALUATION_BIT, shaderNameIt->second[2], rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
312 …GEOMETRY_BIT, shaderNameIt->second[3], rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
313 …FRAGMENT_BIT, shaderNameIt->second[4], rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
589 switch (testParams.bottomType) in verifyImage()
604 switch (testParams.bottomType) in verifyImage()
757 … device, context.getBinaryCollection().get(rayQueryTestName[testParams.bottomType][testParams.shad… in initConfiguration()
819 switch (testParams.bottomType) in verifyImage()
[all …]
DvktRayQueryCullRayFlagsTests.cpp174 BottomTestType bottomType; member
292 if (testParams.bottomType == BTT_AABBS) in getHitResult()
300 …if (testParams.bottomType == BTT_TRIANGLES && rayFlags & RF_SkipTriangles) hitResult = { 0,0,0,0 }; in getHitResult()
301 if (testParams.bottomType == BTT_AABBS && rayFlags & RF_SkipAABB) hitResult = { 0,0,0,0 }; in getHitResult()
390 …VK_SHADER_STAGE_VERTEX_BIT, shaderNameIt->second[0], rayQueryTestName[testParams.bottomType]); in initConfiguration()
391 …STAGE_TESSELLATION_CONTROL_BIT, shaderNameIt->second[1], rayQueryTestName[testParams.bottomType]); in initConfiguration()
392 …AGE_TESSELLATION_EVALUATION_BIT, shaderNameIt->second[2], rayQueryTestName[testParams.bottomType]); in initConfiguration()
393 …K_SHADER_STAGE_GEOMETRY_BIT, shaderNameIt->second[3], rayQueryTestName[testParams.bottomType]); in initConfiguration()
394 …K_SHADER_STAGE_FRAGMENT_BIT, shaderNameIt->second[4], rayQueryTestName[testParams.bottomType]); in initConfiguration()
802 …odule(vkd, device, context.getBinaryCollection().get(rayQueryTestName[testParams.bottomType]), 0u); in initConfiguration()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp121 BottomTestType bottomType; member
211 if (testParams.bottomType == BTT_TRIANGLES) in initBottomAccelerationStructures()
272 if(testParams.bottomType == BTT_AABBS) in initRayTracingShaders()
DvktRayTracingCaptureReplayTests.cpp165 ASBottomTestType bottomType; // AS member
561 if (testParams.bottomType == BTT_TRIANGLES) in initBottomAccelerationStructures()
596 if (testParams.bottomType == BTT_TRIANGLES) in initBottomAccelerationStructures()
700 if(testParams.bottomType == BTT_AABBS) in initShaderBindingTables()