Home
last modified time | relevance | path

Searched refs:indexExprType (Results 1 – 4 of 4) 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/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp178 const IndexExprType indexExprType);
197 const IndexExprType indexExprType) in OpaqueTypeIndexingCase() argument
201 , m_indexExprType (indexExprType) in OpaqueTypeIndexingCase()
216 const IndexExprType indexExprType);
236 const IndexExprType indexExprType) in OpaqueTypeIndexingTestInstance() argument
242 , m_indexExprType (indexExprType) in OpaqueTypeIndexingTestInstance()
726 const IndexExprType indexExprType,
742 const IndexExprType indexExprType, in SamplerIndexingCaseInstance() argument
744 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, name, indexExprType) in SamplerIndexingCaseInstance()
1100 IndexExprType indexExprType);
[all …]
/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.cpp335 …* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
352 …r* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) in SamplerIndexingCase() argument
356 , m_indexExprType (indexExprType) in SamplerIndexingCase()
705 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh…
724 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh… in BlockArrayIndexingCase() argument
727 , m_indexExprType (indexExprType) in BlockArrayIndexingCase()
937 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh…
954 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh… in AtomicCounterIndexingCase() argument
956 , m_indexExprType (indexExprType) in AtomicCounterIndexingCase()
1310 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init() local
[all …]