Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderFragDataTests.cpp106 …xingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) in FragDataIndexingCase() argument
108 , m_indexExprType (indexExprType) in FragDataIndexingCase()
112 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() argument
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" : in genSources()
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" : in genSources()
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL; in genSources()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp106 …xingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) in FragDataIndexingCase() argument
108 , m_indexExprType (indexExprType) in FragDataIndexingCase()
112 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() argument
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" : in genSources()
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" : in genSources()
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL; in genSources()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp315 …* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
332 …r* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) in SamplerIndexingCase() argument
336 , m_indexExprType (indexExprType) in SamplerIndexingCase()
650 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh…
669 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh… in BlockArrayIndexingCase() argument
672 , m_indexExprType (indexExprType) in BlockArrayIndexingCase()
868 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh…
884 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh… in AtomicCounterIndexingCase() argument
886 , m_indexExprType (indexExprType) in AtomicCounterIndexingCase()
1202 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init() local
[all …]