/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageAlignedMipSize.cpp | 147 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()
|
D | vktSparseResourcesImageSparseResidency.cpp | 432 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 …]
|
D | vktSparseResourcesImageBlockShapes.cpp | 229 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()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 275 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local 283 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 554 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local 577 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 337 VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity; in iterate() local 345 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1432 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/ |
D | vkImageUtil.cpp | 4927 VkExtent3D blockSize = aspectRequirements.formatProperties.imageGranularity; in allocateAndBindSparseImage()
|
D | vkStructTypes.inl | 525 VkExtent3D imageGranularity; member
|
D | vkVulkan_c.inl | 3715 VkExtent3D imageGranularity; member
|
D | vkStrUtilImpl.inl | 5014 s << "\timageGranularity = " << value.imageGranularity << '\n';
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1978 VkExtent3D imageGranularity; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1978 VkExtent3D imageGranularity; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2501 VkExtent3D imageGranularity; member
|
D | vulkan.hpp | 44287 : aspectMask( aspectMask_ ), imageGranularity( imageGranularity_ ), flags( flags_ ) 44328 && ( imageGranularity == rhs.imageGranularity ) in operator ==() 44342 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2505 VkExtent3D imageGranularity; member
|
D | vulkan.hpp | 44449 : aspectMask( aspectMask_ ), imageGranularity( imageGranularity_ ), flags( flags_ ) 44490 && ( imageGranularity == rhs.imageGranularity ) in operator ==() 44504 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 2501 VkExtent3D imageGranularity; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 2811 VkExtent3D imageGranularity; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_core.h | 2845 VkExtent3D imageGranularity; member
|
D | vulkan_structs.hpp | 61877 , imageGranularity( imageGranularity_ ) 61913 …return ( aspectMask == rhs.aspectMask ) && ( imageGranularity == rhs.imageGranularity ) && ( flags… in operator ==() 61924 VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}; member
|