HomeSort by relevance Sort by last modified time
    Searched refs:IndexExprType (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 55 enum IndexExprType
106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType)
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType)
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;
217 const IndexExprType m_indexExprType
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 55 enum IndexExprType
106 FragDataIndexingCase (Context& context, const char* name, const char* description, IndexExprType indexExprType)
108 , m_indexExprType (indexExprType)
112 static glu::ProgramSources genSources (const IndexExprType indexExprType)
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;
217 const IndexExprType m_indexExprType
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 68 enum IndexExprType
335 SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType);
349 const IndexExprType m_indexExprType;
352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderType shaderType, glu::DataType samplerType, IndexExprType indexExprType)
356 , m_indexExprType (indexExprType)
705 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType);
718 const IndexExprType m_indexExprType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 149 enum IndexExprType
177 const IndexExprType indexExprType);
188 const IndexExprType m_indexExprType;
196 const IndexExprType indexExprType)
200 , m_indexExprType (indexExprType)
215 const IndexExprType indexExprType);
228 const IndexExprType m_indexExprType
    [all...]

Completed in 365 milliseconds