Home
last modified time | relevance | path

Searched refs:imageGranularity (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageAlignedMipSize.cpp147 VkExtent3D imageGranularity; in iterate() local
218 imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate()
229 if ( extent.width % imageGranularity.width != 0 in iterate()
230 || extent.height % imageGranularity.height != 0 in iterate()
231 || extent.depth % imageGranularity.depth != 0) in iterate()
DvktSparseResourcesImageSparseResidency.cpp432 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local
440 const tcu::UVec3 numSparseBinds = alignedDivide(planeExtent, imageGranularity); in iterate()
441 …tcu::UVec3(planeExtent.width % imageGranularity.width ? planeExtent.width % imageGranularity.wi… in iterate()
442 …planeExtent.height % imageGranularity.height ? planeExtent.height % imageGranularity.height : imag… in iterate()
443 …planeExtent.depth % imageGranularity.depth ? planeExtent.depth % imageGranularity.depth : imag… in iterate()
454 offset.x = x * imageGranularity.width; in iterate()
455 offset.y = y * imageGranularity.height; in iterate()
456 offset.z = z * imageGranularity.depth; in iterate()
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()
[all …]
DvktSparseResourcesImageBlockShapes.cpp229 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local
431 if ( imageGranularity.width != expectedGranularity.width in iterate()
432 || imageGranularity.height != expectedGranularity.height in iterate()
433 || imageGranularity.depth != expectedGranularity.depth) in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp275 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local
283 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp554 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local
577 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp337 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local
345 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1432 VkDeviceSize imageGranularity = phys_dev_props.limits.bufferImageGranularity; in PreCallValidateCreateImage() local
1433 uint64_t ig_mask = imageGranularity - 1; in PreCallValidateCreateImage()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4927 VkExtent3D blockSize = aspectRequirements.formatProperties.imageGranularity; in allocateAndBindSparseImage()
DvkStructTypes.inl525 VkExtent3D imageGranularity; member
DvkVulkan_c.inl3715 VkExtent3D imageGranularity; member
DvkStrUtilImpl.inl5014 s << "\timageGranularity = " << value.imageGranularity << '\n';
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1978 VkExtent3D imageGranularity; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1978 VkExtent3D imageGranularity; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2501 VkExtent3D imageGranularity; member
Dvulkan.hpp44287 : aspectMask( aspectMask_ ), imageGranularity( imageGranularity_ ), flags( flags_ )
44328 && ( imageGranularity == rhs.imageGranularity ) in operator ==()
44342 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2505 VkExtent3D imageGranularity; member
Dvulkan.hpp44449 : aspectMask( aspectMask_ ), imageGranularity( imageGranularity_ ), flags( flags_ )
44490 && ( imageGranularity == rhs.imageGranularity ) in operator ==()
44504 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h2501 VkExtent3D imageGranularity; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h2811 VkExtent3D imageGranularity; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2845 VkExtent3D imageGranularity; member
Dvulkan_structs.hpp61877 , imageGranularity( imageGranularity_ )
61913 …return ( aspectMask == rhs.aspectMask ) && ( imageGranularity == rhs.imageGranularity ) && ( flags… in operator ==()
61924 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member