Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp149 class IndexingTestUniformSetup : public UniformSetup class
152 IndexingTestUniformSetup (const DataType varType, bool usesArray) in IndexingTestUniformSetup() function in vkt::sr::__anoneb5cdc430111::IndexingTestUniformSetup
156 virtual ~IndexingTestUniformSetup (void) in ~IndexingTestUniformSetup()
166 void IndexingTestUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4& constCoo… in setup()
242 …derCase(testCtx, name, description, isVertexCase, evalFunc, new IndexingTestUniformSetup(varType, … in ShaderIndexingCase()