Searched refs:offsetNdx (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 219 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/ |
D | es3sVertexArrayTests.cpp | 283 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/ |
D | es2fVertexArrayTest.cpp | 218 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/ |
D | es3fVertexArrayTest.cpp | 280 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/ |
D | es31fTextureBufferTests.cpp | 682 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createTextureBufferTests() local 684 const size_t offset = offsets[offsetNdx]; in createTextureBufferTests() 723 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createTextureBufferTests() local 725 const size_t offset = offsets[offsetNdx]; in createTextureBufferTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 1825 for (size_t offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++) in createMappingTests() local 1827 const VkDeviceSize offset = offsets[offsetNdx]; in createMappingTests()
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 1439 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(nonSignificantOffsets); ++offsetNdx) in test() local 1441 gl.glTexParameterf(m_target, m_pname, ((GLfloat)ref) + nonSignificantOffsets[offsetNdx]); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 684 const string offsetNdx = (isQuaternary) ? "2" : "1"; in getFullOperationWithDifferentInputWidthStr() local 691 …str += "%input" + offsetNdx + "_val_" + de::toString(offsetWidth) + " = OpSConvert %" + offsetType… in getFullOperationWithDifferentInputWidthStr() 696 …const string offsetStr = "%input" + offsetNdx + "_val" + ((offsetWidth != 32) ? "_" + de::toString… in getFullOperationWithDifferentInputWidthStr()
|