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 | 179 const IndexExprType indexExprType); 198 const IndexExprType indexExprType) in OpaqueTypeIndexingCase() argument 202 , m_indexExprType (indexExprType) in OpaqueTypeIndexingCase() 217 const IndexExprType indexExprType); 237 const IndexExprType indexExprType) in OpaqueTypeIndexingTestInstance() argument 243 , m_indexExprType (indexExprType) in OpaqueTypeIndexingTestInstance() 618 const IndexExprType indexExprType, 634 const IndexExprType indexExprType, in SamplerIndexingCaseInstance() argument 636 : OpaqueTypeIndexingTestInstance (context, shaderType, shaderSpec, name, indexExprType) in SamplerIndexingCaseInstance() 992 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() 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 …]
|