Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2031 struct GatherCubeArgs struct
2039 vector<GatherCubeArgs> generateCubeCaseIterations (GatherType gatherType, const tcu::TextureFormat&… in generateCubeCaseIterations()
2042 vector<GatherCubeArgs> iterations; in generateCubeCaseIterations()
2053 iterations.push_back(GatherCubeArgs()); in generateCubeCaseIterations()
2065 iterations.push_back(GatherCubeArgs()); in generateCubeCaseIterations()
2083 const vector<GatherCubeArgs>& iterations);
2096 const vector<GatherCubeArgs> m_iterations;
2104 const vector<GatherCubeArgs>& iterations) in TextureGatherCubeInstance()
2227 const vector<GatherCubeArgs> iterations = generateCubeCaseIterations(m_baseParams.gatherType, in initPrograms()
2236 const vector<GatherCubeArgs> iterations = generateCubeCaseIterations(m_baseParams.gatherType, in createInstance()