Searched refs:IndexAccessType (Results 1 – 2 of 2) sorted by relevance
/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/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 …]
|