Searched refs:indexExprType (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) argument
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType) argument
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" :
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" :
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL;
/external/deqp/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) argument
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType) argument
114 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" :
115 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" :
116 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp76 const IndexExprType indexExprType);
103 const IndexExprType indexExprType);
125 const IndexExprType indexExprType)
129 , m_indexExprType (indexExprType)
153 const IndexExprType indexExprType)
159 , m_indexExprType (indexExprType)
428 const IndexExprType indexExprType,
446 const IndexExprType indexExprType,
449 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, executor, name, uniformSetup, indexExprType)
683 IndexExprType indexExprType);
121 OpaqueTypeIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, const glu::ShaderType shaderType, const IndexExprType indexExprType) argument
147 OpaqueTypeIndexingTestInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, ShaderExecutor& executor, const char* name, UniformSetup* uniformSetup, const IndexExprType indexExprType) argument
440 SamplerIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, ShaderExecutor& executor, const char* name, glu::DataType samplerType, const IndexExprType indexExprType, UniformSetup* uniformSetup, const std::vector<int>& lookupIndices) argument
700 SamplerIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, const glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) argument
832 BlockArrayIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, ShaderExecutor& executor, const char* name, BlockType blockType, const IndexExprType indexExprType, UniformSetup* uniformSetup, const std::vector<int>& readIndices, const std::vector<deUint32>& inValues) argument
943 BlockArrayIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, const glu::ShaderType shaderType) argument
1068 AtomicCounterIndexingCaseInstance(Context& context, const glu::ShaderType shaderType, const ShaderSpec& shaderSpec, ShaderExecutor& executor, const char* name, UniformSetup* uniformSetup, const std::vector<int>& opIndices, const IndexExprType indexExprType) argument
1235 AtomicCounterIndexingCase(tcu::TestContext& testCtx, const char* name, const char* description, IndexExprType indexExprType, const glu::ShaderType shaderType) argument
1402 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; local
1435 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp335 SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType) argument
356 , m_indexExprType (indexExprType)
705 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType);
724 BlockArrayIndexingCase::BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType) argument
727 , m_indexExprType (indexExprType)
937 AtomicCounterIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType shaderType);
954 AtomicCounterIndexingCase::AtomicCounterIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType shaderType) argument
956 , m_indexExprType (indexExprType)
1310 const IndexExprType indexExprType local
1343 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; local
[all...]

Completed in 199 milliseconds