Searched refs:indexExprType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 106 …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/ |
D | vktOpaqueTypeIndexingTests.cpp | 180 const IndexExprType indexExprType); 201 const IndexExprType indexExprType) in OpaqueTypeIndexingCase() argument 205 , m_indexExprType (indexExprType) in OpaqueTypeIndexingCase() 225 const IndexExprType indexExprType); 245 const IndexExprType indexExprType) in OpaqueTypeIndexingTestInstance() argument 251 , m_indexExprType (indexExprType) in OpaqueTypeIndexingTestInstance() 642 const IndexExprType indexExprType, 658 const IndexExprType indexExprType, in SamplerIndexingCaseInstance() argument 660 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, name, indexExprType) in SamplerIndexingCaseInstance() 1016 IndexExprType indexExprType); [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 124 …xingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType) in FragDataIndexingCase() argument 126 , m_indexExprType (indexExprType) in FragDataIndexingCase() 130 static glu::ProgramSources genSources (const IndexExprType indexExprType) in genSources() argument 132 const char* const fragIndexExpr = indexExprType == INDEX_EXPR_STATIC ? "0" : in genSources() 133 indexExprType == INDEX_EXPR_UNIFORM ? "u_index" : in genSources() 134 indexExprType == INDEX_EXPR_DYNAMIC ? "int(v_index)" : DE_NULL; in genSources()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 335 …* 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() 709 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh… 728 …ar* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType sh… in BlockArrayIndexingCase() argument 731 , m_indexExprType (indexExprType) in BlockArrayIndexingCase() 945 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh… 962 …xt& context, const char* name, const char* description, IndexExprType indexExprType, ShaderType sh… in AtomicCounterIndexingCase() argument 964 , m_indexExprType (indexExprType) in AtomicCounterIndexingCase() 1322 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init() local [all …]
|