| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageSubresourceLayoutTests.cpp | 514 if (numLayers > 1u && levelSubresourceLayout.arrayPitch != subresourceLayout.arrayPitch) in iterateAspect() 520 << " reports array pitch of " << subresourceLayout.arrayPitch << " bytes in size" in iterateAspect() 521 …<< " with base layer reporting array pitch of " << levelSubresourceLayout.arrayPitch << " bytes in… in iterateAspect() 525 …esourceLayout.offset - levelSubresourceLayout.offset) != (layerNdx * subresourceLayout.arrayPitch)) in iterateAspect() 533 << ", array pitch " << subresourceLayout.arrayPitch; in iterateAspect() 562 if (numLayers > 1u && subresourceLayout.arrayPitch < pixelSize * numPixels) in iterateAspect() 568 << " reports array pitch of " << subresourceLayout.arrayPitch in iterateAspect()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_image.c | 251 pLayout->arrayPitch = 0; in lvp_GetImageSubresourceLayout() 254 pLayout->arrayPitch = value; in lvp_GetImageSubresourceLayout()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_image.c | 251 pLayout->arrayPitch = image->pimage.layout.array_stride; in panvk_GetImageSubresourceLayout()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| D | MemoryServiceDmaBuf.cpp | 235 planeLayout.arrayPitch = 0; // Not an array texture in CreateImage()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.inl | 148 …iceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize de… argument 154 res.arrayPitch = arrayPitch;
|
| D | vkStructTypes.inl | 625 VkDeviceSize arrayPitch; member
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_image.c | 252 layout->arrayPitch = image->layer_size; in pvr_GetImageSubresourceLayout()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_resource.c | 694 .arrayPitch = 0, in resource_object_create() 723 plane_layouts[i].arrayPitch = 0; in resource_object_create() 1359 *value = srl.arrayPitch; in zink_resource_get_param() 1988 trans->base.b.layer_stride = srl.arrayPitch; in zink_image_map()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_image.c | 799 layout->arrayPitch = 0; in dzn_GetImageSubresourceLayout() 818 layout->arrayPitch = layout->depthPitch; // uuuh... why is this even here? in dzn_GetImageSubresourceLayout()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_image.c | 443 layout->arrayPitch = image->cube_map_stride; in v3dv_GetImageSubresourceLayout()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_image.c | 765 pLayout->arrayPitch = fdl_layer_stride(layout, pSubresource->mipLevel); in tu_GetImageSubresourceLayout()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_image.h | 187 size += vn_sizeof_VkDeviceSize(&val->arrayPitch); in vn_sizeof_VkSubresourceLayout() 198 vn_encode_VkDeviceSize(enc, &val->arrayPitch); in vn_encode_VkSubresourceLayout() 208 vn_decode_VkDeviceSize(dec, &val->arrayPitch); in vn_decode_VkSubresourceLayout()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_image.c | 2423 pLayout->arrayPitch = 0; in radv_GetImageSubresourceLayout() 2448 pLayout->arrayPitch = surface->u.gfx9.surf_slice_size; in radv_GetImageSubresourceLayout() 2457 pLayout->arrayPitch = (uint64_t)surface->u.legacy.level[level].slice_size_dw * 4; in radv_GetImageSubresourceLayout()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkImage.cpp | 355 pLayout->arrayPitch = getLayerSize(aspect); in getSubresourceLayout()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_image.c | 2062 layout->arrayPitch = isl_surf_get_array_pitch(&surface->isl); in anv_GetImageSubresourceLayout()
|
| /third_party/ffmpeg/libavutil/ |
| D | hwcontext_vulkan.c | 2095 plane_data[j].arrayPitch = 0; in vulkan_map_from_drm_frame_desc()
|
| /third_party/flutter/glfw/deps/vulkan/ |
| D | vulkan.h | 1627 VkDeviceSize arrayPitch; member
|
| /third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 2122 VkDeviceSize arrayPitch; member
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 2326 VkDeviceSize arrayPitch; member
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 2893 VkDeviceSize arrayPitch; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 3035 VkDeviceSize arrayPitch; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 2986 VkDeviceSize arrayPitch; member
|
| D | vulkan_structs.hpp | 30587 , arrayPitch( arrayPitch_ ) 30622 ( arrayPitch == rhs.arrayPitch ) && ( depthPitch == rhs.depthPitch ); in operator ==() 30635 VULKAN_HPP_NAMESPACE::DeviceSize arrayPitch = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 3250 VkDeviceSize arrayPitch; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 3359 VkDeviceSize arrayPitch; member
|