Home
last modified time | relevance | path

Searched refs:rayQueryTestName (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp263 std::vector<std::vector<std::string>> rayQueryTestName(2); in initConfiguration() local
264 rayQueryTestName[BTT_TRIANGLES].push_back("rq_gen_triangle"); in initConfiguration()
265 rayQueryTestName[BTT_AABBS].push_back("rq_gen_aabb"); in initConfiguration()
266 rayQueryTestName[BTT_TRIANGLES].push_back("rq_skip_triangle"); in initConfiguration()
267 rayQueryTestName[BTT_AABBS].push_back("rq_skip_aabb"); in initConfiguration()
321 … shaderNameIt->second[0], rayQueryTestName[testParams.bottomType][testParams.shaderTestType]); in initConfiguration()
324rayQueryTestName[testParams.bottomType][testParams.shaderTestType]); in initConfiguration()
327rayQueryTestName[testParams.bottomType][testParams.shaderTestType]); in initConfiguration()
329 … shaderNameIt->second[3], rayQueryTestName[testParams.bottomType][testParams.shaderTestType]); in initConfiguration()
332rayQueryTestName[testParams.bottomType][testParams.shaderTestType]); in initConfiguration()
[all …]
DvktRayQueryCullRayFlagsTests.cpp363 std::vector<std::string> rayQueryTestName; in initConfiguration() local
364 rayQueryTestName.push_back("rayflags_triangle"); in initConfiguration()
365 rayQueryTestName.push_back("rayflags_aabb"); in initConfiguration()
419 shaderNameIt->second[0], rayQueryTestName[testParams.bottomType]); in initConfiguration()
422 rayQueryTestName[testParams.bottomType]); in initConfiguration()
425 rayQueryTestName[testParams.bottomType]); in initConfiguration()
427 shaderNameIt->second[3], rayQueryTestName[testParams.bottomType]); in initConfiguration()
429 shaderNameIt->second[4], rayQueryTestName[testParams.bottomType]); in initConfiguration()
812 std::vector<std::string> rayQueryTestName; in initConfiguration() local
813 rayQueryTestName.push_back("comp_rayflags_triangle"); in initConfiguration()
[all …]
DvktRayQueryAccelerationStructuresTests.cpp365 std::vector<std::string> rayQueryTestName; in initConfiguration() local
366 rayQueryTestName.push_back("as_triangle"); in initConfiguration()
367 rayQueryTestName.push_back("as_aabb"); in initConfiguration()
422 shaderNameIt->second[0], rayQueryTestName[bottomTestTypeIdx]); in initConfiguration()
425 rayQueryTestName[bottomTestTypeIdx]); in initConfiguration()
428 rayQueryTestName[bottomTestTypeIdx]); in initConfiguration()
430 shaderNameIt->second[3], rayQueryTestName[bottomTestTypeIdx]); in initConfiguration()
432 shaderNameIt->second[4], rayQueryTestName[bottomTestTypeIdx]); in initConfiguration()
817 std::vector<std::string> rayQueryTestName; in initConfiguration() local
818 rayQueryTestName.push_back("comp_as_triangle"); in initConfiguration()
[all …]