HomeSort by relevance Sort by last modified time
    Searched refs:imageGranularity (Results 1 - 14 of 14) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 369 const VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity;
391 const tcu::UVec3 numSparseBinds = alignedDivide(mipExtent, imageGranularity);
392 const tcu::UVec3 lastBlockExtent = tcu::UVec3(mipExtent.width % imageGranularity.width ? mipExtent.width % imageGranularity.width : imageGranularity.width,
393 mipExtent.height % imageGranularity.height ? mipExtent.height % imageGranularity.height : imageGranularity.height,
394 mipExtent.depth % imageGranularity.depth ? mipExtent.depth % imageGranularity.depth : imageGranularity.depth )
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 282 const VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity;
304 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity);
  /external/vulkan-validation-layers/layers/
image.cpp 295 VkDeviceSize imageGranularity = device_data->physicalDeviceProperties.limits.bufferImageGranularity;
296 imageGranularity = imageGranularity == 1 ? 0 : imageGranularity;
313 (uint64_t)imageGranularity) &
314 ~(uint64_t)imageGranularity;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 357 VkExtent3D imageGranularity;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 127 milliseconds