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

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 220 VkExtent3D imageGranularity;
297 imageGranularity = aspectRequirements.formatProperties.imageGranularity;
318 const tcu::UVec3 numSparseBinds = alignedDivide(mipExtent, imageGranularity);
319 const tcu::UVec3 lastBlockExtent = tcu::UVec3(mipExtent.width % imageGranularity.width ? mipExtent.width % imageGranularity.width : imageGranularity.width,
320 mipExtent.height % imageGranularity.height ? mipExtent.height % imageGranularity.height : imageGranularity.height
    [all...]
vktSparseResourcesImageMemoryAliasing.cpp 297 const VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity;
312 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity);
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 235 const VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity;
253 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity);
vktSparseResourcesShaderIntrinsicsBase.cpp 324 const VkExtent3D imageGranularity = aspectRequirements.formatProperties.imageGranularity;
356 const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
image.cpp 297 VkDeviceSize imageGranularity = device_data->physicalDeviceProperties.limits.bufferImageGranularity;
298 imageGranularity = imageGranularity == 1 ? 0 : imageGranularity;
345 (uint64_t)imageGranularity) &
346 ~(uint64_t)imageGranularity;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
vk_struct_string_helper.h     [all...]
vk_struct_wrappers.cpp     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_wrappers.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_string_helper_no_addr.h     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 357 VkExtent3D imageGranularity;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 796 milliseconds