Searched refs:arrayLayerNdx (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCopiesAndBlittingTests.cpp | 6078 …for (int arrayLayerNdx = 0; arrayLayerNdx < (int)getArraySize(m_params.dst.image) - 1; ++arrayLaye… in checkTestResult() local 6080 …const tcu::ConstPixelBufferAccess resultSub = getSubregion (result, 0u, 0u, arrayLayerNdx, result.… in checkTestResult() 6093 …for (int arrayLayerNdx = 0; arrayLayerNdx < (int)getArraySize(m_params.dst.image); ++arrayLayerNdx) in checkTestResult() local 6095 …const tcu::ConstPixelBufferAccess expectedSub = getSubregion (expected, 0u, 0u, arrayLayerNdx, exp… in checkTestResult() 6096 …const tcu::ConstPixelBufferAccess resultSub = getSubregion (result, 0u, 0u, arrayLayerNdx, result.… in checkTestResult() 9443 for (deUint32 arrayLayerNdx = 0; arrayLayerNdx < arrayLayers; arrayLayerNdx++) in addImageToBufferTests() local 9445 const VkDeviceSize offset = defaultHalfSize * defaultHalfSize * pixelSize * arrayLayerNdx; in addImageToBufferTests() 9454 arrayLayerNdx, // deUint32 baseArrayLayer; in addImageToBufferTests() 9482 for (deUint32 arrayLayerNdx = 0; arrayLayerNdx < arrayLayers; arrayLayerNdx++) in addImageToBufferTests() local 9484 const VkDeviceSize offset = defaultHalfSize * defaultHalfSize * pixelSize * arrayLayerNdx; in addImageToBufferTests() [all …]
|