Home
last modified time | relevance | path

Searched refs:lastBlockExtent (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp441 …const tcu::UVec3 lastBlockExtent = tcu::UVec3(planeExtent.width % imageGranularity.width ? pla… in iterate() local
459 extent.width = (x == numSparseBinds.x() - 1) ? lastBlockExtent.x() : imageGranularity.width; in iterate()
460 … extent.height = (y == numSparseBinds.y() - 1) ? lastBlockExtent.y() : imageGranularity.height; in iterate()
461 extent.depth = (z == numSparseBinds.z() - 1) ? lastBlockExtent.z() : imageGranularity.depth; in iterate()
802 …const tcu::UVec3 lastBlockExtent = tcu::UVec3(planeExtent.width % compatibleImageGranularity.… in iterate() local
818 …extent.width = (x == numSparseBinds.x() - 1) ? lastBlockExtent.x() : compatibleImageGranularity.wi… in iterate()
819 …extent.height = (y == numSparseBinds.y() - 1) ? lastBlockExtent.y() : compatibleImageGranularity.h… in iterate()
820 …extent.depth = (z == numSparseBinds.z() - 1) ? lastBlockExtent.z() : compatibleImageGranularity.de… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp441 …const tcu::UVec3 lastBlockExtent = tcu::UVec3(planeExtent.width % imageGranularity.width ? pla… in iterate() local
459 extent.width = (x == numSparseBinds.x() - 1) ? lastBlockExtent.x() : imageGranularity.width; in iterate()
460 … extent.height = (y == numSparseBinds.y() - 1) ? lastBlockExtent.y() : imageGranularity.height; in iterate()
461 extent.depth = (z == numSparseBinds.z() - 1) ? lastBlockExtent.z() : imageGranularity.depth; in iterate()
802 …const tcu::UVec3 lastBlockExtent = tcu::UVec3(planeExtent.width % compatibleImageGranularity.… in iterate() local
818 …extent.width = (x == numSparseBinds.x() - 1) ? lastBlockExtent.x() : compatibleImageGranularity.wi… in iterate()
819 …extent.height = (y == numSparseBinds.y() - 1) ? lastBlockExtent.y() : compatibleImageGranularity.h… in iterate()
820 …extent.depth = (z == numSparseBinds.z() - 1) ? lastBlockExtent.z() : compatibleImageGranularity.de… in iterate()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c959 VkExtent3D lastBlockExtent = { in zink_bo_commit() local
992 ibind[i].extent.width = (w == nwidth - 1) ? lastBlockExtent.width : gwidth; in zink_bo_commit()
993 ibind[i].extent.height = (h == nheight - 1) ? lastBlockExtent.height : gheight; in zink_bo_commit()
994 …pth = (d == ndepth - 1 && res->base.b.target != PIPE_TEXTURE_CUBE) ? lastBlockExtent.depth : gdept… in zink_bo_commit()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5309 …const tcu::UVec3 lastBlockExtent = tcu::UVec3(mipExtent.width % blockSize.width ? mipExtent.widt… in allocateAndBindSparseImage() local
5334 extent.width = (x == numSparseBinds.x() - 1) ? lastBlockExtent.x() : blockSize.width; in allocateAndBindSparseImage()
5335 extent.height = (y == numSparseBinds.y() - 1) ? lastBlockExtent.y() : blockSize.height; in allocateAndBindSparseImage()
5336 extent.depth = (z == numSparseBinds.z() - 1) ? lastBlockExtent.z() : blockSize.depth; in allocateAndBindSparseImage()