Searched refs:ndxB (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 249 const int ndxB = maxBindings / 2; in iterate() local 270 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8); in iterate() 273 verifyStateIndexedInteger(result, gl, m_queryTarget, ndxB, *bufferB, m_verifierType); in iterate() 275 if (ndxA != ndxB) in iterate() 334 const int ndxB = maxBindings / 2; in iterate() local 371 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, offset, 8); in iterate() 374 verifyStateIndexedInteger(result, gl, m_queryTarget, ndxB, offset, m_verifierType); in iterate() 376 if (ndxA != ndxB) in iterate() 434 const int ndxB = maxBindings / 2; in iterate() local 458 gl.glBindBufferRange(m_bufferTarget, ndxB, *buffer in iterate() 515 const int ndxB = maxImages / 2; iterate() local 579 const int ndxB = maxImages / 2; iterate() local 643 const int ndxB = maxImages / 2; iterate() local 707 const int ndxB = maxImages / 2; iterate() local 771 const int ndxB = maxImages / 2; iterate() local 838 const int ndxB = maxImages / 2; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 1252 int ndxB = 0; in comparePrimitivesExact() local 1258 // Actually both sets are usually somewhat sorted, so don't reset ndxB after each match. Instead, continue from the next index. in comparePrimitivesExact() 1261 const tcu::Vec4 (&coordsB)[3] = primitivesB[ndxB].tessCoord; in comparePrimitivesExact() 1262 ndxB = (ndxB + 1) % numPrimitivesPerPatch; in comparePrimitivesExact()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 1240 int ndxB = 0; in comparePrimitivesExact() local 1246 // Actually both sets are usually somewhat sorted, so don't reset ndxB after each match. Instead, continue from the next index. in comparePrimitivesExact() 1249 const tcu::Vec4 (&coordsB)[3] = primitivesB[ndxB].tessCoord; in comparePrimitivesExact() 1250 ndxB = (ndxB + 1) % numPrimitivesPerPatch; in comparePrimitivesExact()
|
Completed in 10 milliseconds