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/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/modules/gles2/functional/
Des2fShaderIndexingTests.cpp49 enum IndexAccessType enum
63 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName()
256 …* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType in createVaryingArrayCase()
379 …caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase()
489 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createTmpArrayCase()
879 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType in createMatrixSubscriptCase()
1074 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
1075 const char* fragAccessName = getIndexAccessTypeName((IndexAccessType)fragAccess); in init()
1078 …Case(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType in init()
1094 const char* readAccessName = getIndexAccessTypeName((IndexAccessType)readAccess); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp45 enum IndexAccessType enum
59 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName()
263 IndexAccessType vertAccess, in createVaryingArrayCase()
264 IndexAccessType fragAccess) in createVaryingArrayCase()
394 IndexAccessType readAccess) in createUniformArrayCase()
510 IndexAccessType writeAccess, in createTmpArrayCase()
511 IndexAccessType readAccess) in createTmpArrayCase()
923 IndexAccessType writeAccess, in createMatrixSubscriptCase()
924 IndexAccessType readAccess) in createMatrixSubscriptCase()
1127 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init()
[all …]