Searched refs:IndexAccessType (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 49 enum IndexAccessType enum 59 static const char* getIndexAccessTypeName (IndexAccessType accessType) in getIndexAccessTypeName() 221 …* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType… in createVaryingArrayCase() 336 …caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase() 442 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType… in createTmpArrayCase() 802 …ar* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType… in createMatrixSubscriptCase() 994 const char* vertAccessName = getIndexAccessTypeName((IndexAccessType)vertAccess); in init() 995 const char* fragAccessName = getIndexAccessTypeName((IndexAccessType)fragAccess); in init() 998 …Case(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType… in init() 1014 const char* readAccessName = getIndexAccessTypeName((IndexAccessType)readAccess); in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 49 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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 45 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 …]
|