Searched defs:texelIndex (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1387 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; local
1390 const tcu::PixelBufferAccess dstSubRegion = tcu::getSubregion(dst, texelIndex, 0, region.bufferImageCopy.imageExtent.width, 1);
1578 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; local
1579 const tcu::ConstPixelBufferAccess srcSubRegion = tcu::getSubregion(src, texelIndex, 0, region.bufferImageCopy.imageExtent.width, 1);

Completed in 52 milliseconds