Home
last modified time | relevance | path

Searched refs:offsetNdx (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp219 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
228 …ide % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputT… in init()
235 offsets[offsetNdx], in init()
247 …st" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + … in init()
289 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
296 …de % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputT… in init()
303 offsets[offsetNdx], in init()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp283 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init()
296 …st" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + … in init()
303 offsets[offsetNdx], in init()
386 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init()
397 …const std::string name = "offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(… in init()
404 offsets[offsetNdx], in init()
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp218 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
227 …ide % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputT… in init()
234 offsets[offsetNdx], in init()
246 …st" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + … in init()
288 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
295 …de % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputT… in init()
302 offsets[offsetNdx], in init()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp280 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init()
293 …st" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + … in init()
300 offsets[offsetNdx], in init()
383 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in init() local
393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init()
394 …const std::string name = "offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(… in init()
401 offsets[offsetNdx], in init()
/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp673 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createTextureBufferTests() local
675 const size_t offset = offsets[offsetNdx]; in createTextureBufferTests()
714 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createTextureBufferTests() local
716 const size_t offset = offsets[offsetNdx]; in createTextureBufferTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1721 for (size_t offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createMappingTests() local
1723 const VkDeviceSize offset = offsets[offsetNdx]; in createMappingTests()
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp1374 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(nonSignificantOffsets); ++offsetNdx) in test() local
1376 gl.glTexParameterf(m_target, m_pname, ((GLfloat)ref) + nonSignificantOffsets[offsetNdx]); in test()