Searched refs:m_uniformSetup (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp110 DE_ASSERT(m_uniformSetup != DE_NULL);
111 return new ShaderDiscardCaseInstance(context, m_isVertexCase, *m_evaluator, *m_uniformSetup, m_usesTexture);
H A DvktShaderRender.hpp302 const de::UniquePtr<const UniformSetup> m_uniformSetup; member in class:vkt::sr::ShaderRenderCase
588 const UniformSetup* m_uniformSetup; member in class:vkt::sr::ShaderRenderCaseInstance
H A DvktShaderRenderDerivateTests.cpp862 DE_ASSERT(m_uniformSetup != DE_NULL);
863 return new ConstantDerivateCaseInstance(context, *m_uniformSetup, m_definitions, m_values);
1102 DE_ASSERT(m_uniformSetup != DE_NULL);
1103 return new LinearDerivateCaseInstance(context, *m_uniformSetup, m_definitions, m_values);
1385 DE_ASSERT(m_uniformSetup != DE_NULL);
1386 return new TextureDerivateCaseInstance(context, *m_uniformSetup, m_definitions, m_values, m_textureValues);
H A DvktShaderRender.cpp498 , m_uniformSetup (uniformSetup ? uniformSetup : new UniformSetup())
512 , m_uniformSetup (uniformSetup ? uniformSetup : new UniformSetup())
529 DE_ASSERT(m_uniformSetup != DE_NULL);
530 return new ShaderRenderCaseInstance(context, m_isVertexCase, *m_evaluator, *m_uniformSetup, m_attribFunc);
547 , m_uniformSetup (DE_NULL)
571 , m_uniformSetup (&uniformSetup)
594 , m_uniformSetup (uniformSetup)
891 if (m_uniformSetup)
892 m_uniformSetup->setup(*this, constCoords);
H A DvktShaderRenderTextureFunctionTests.cpp881 DE_ASSERT(m_uniformSetup != DE_NULL);
882 return new ShaderTextureFunctionInstance(context, m_isVertexCase, *m_evaluator, *m_uniformSetup, m_lookupSpec, m_textureSpec, m_lookupParams);
2784 DE_ASSERT(m_uniformSetup != DE_NULL);
2785 return new SparseShaderTextureFunctionInstance(context, m_isVertexCase, *m_evaluator, *m_uniformSetup, m_lookupSpec, m_textureSpec, m_lookupParams);
H A DvktShaderRenderOperatorTests.cpp668 DE_ASSERT(m_uniformSetup != DE_NULL);
669 return new ShaderOperatorCaseInstance(context, m_isVertexCase, *m_evaluator, *m_uniformSetup, m_spec);

Completed in 81 milliseconds