Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1163 const std::string matrixLoop4x3 = " int ndx = -1;\n" in initPrograms() local
1173 …const std::string loop = matrix4x3 ? matrixLoop4x3 : matrix3x4 ? matrixLoop3x4 : vectorLo… in initPrograms()