Home
last modified time | relevance | path

Searched refs:IndexAccessType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp45 enum IndexAccessType enum
55 static const char* getIndexAccessTypeName(IndexAccessType accessType) in getIndexAccessTypeName()
246 IndexAccessType vertAccess, IndexAccessType fragAccess) in createVaryingArrayCase()
367 IndexAccessType readAccess) in createUniformArrayCase()
479 IndexAccessType writeAccess, IndexAccessType readAccess) in createTmpArrayCase()
920 IndexAccessType writeAccess, IndexAccessType readAccess) in createMatrixSubscriptCase()
1124 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
1125 const char* fragAccessName = getIndexAccessTypeName((IndexAccessType)fragAccess); in init()
1131 varType, (IndexAccessType)vertAccess, in init()
1132 (IndexAccessType)fragAccess)); in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp49 enum IndexAccessType enum
59 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName()
251 …* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType in createVaryingArrayCase()
374 …caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase()
484 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createTmpArrayCase()
834 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createMatrixSubscriptCase()
1029 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
1030 const char* fragAccessName = getIndexAccessTypeName((IndexAccessType)fragAccess); in init()
1033 …Case(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType in init()
1049 const char* readAccessName = getIndexAccessTypeName((IndexAccessType)readAccess); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp50 enum IndexAccessType enum
60 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName()
222 …* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType in createVaryingArrayCase()
337 …caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase()
443 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createTmpArrayCase()
803 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createMatrixSubscriptCase()
995 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
996 const char* fragAccessName = getIndexAccessTypeName((IndexAccessType)fragAccess); in init()
999 …Case(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType in init()
1015 const char* readAccessName = getIndexAccessTypeName((IndexAccessType)readAccess); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp45 enum IndexAccessType enum
55 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName()
258 IndexAccessType vertAccess, in createVaryingArrayCase()
259 IndexAccessType fragAccess) in createVaryingArrayCase()
389 IndexAccessType readAccess) in createUniformArrayCase()
505 IndexAccessType writeAccess, in createTmpArrayCase()
506 IndexAccessType readAccess) in createTmpArrayCase()
881 IndexAccessType writeAccess, in createMatrixSubscriptCase()
882 IndexAccessType readAccess) in createMatrixSubscriptCase()
1085 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
[all …]