Home
last modified time | relevance | path

Searched refs:arrayPitch (Results 1 – 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp514 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/
Dlvp_image.c251 pLayout->arrayPitch = 0; in lvp_GetImageSubresourceLayout()
254 pLayout->arrayPitch = value; in lvp_GetImageSubresourceLayout()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_image.c251 pLayout->arrayPitch = image->pimage.layout.array_stride; in panvk_GetImageSubresourceLayout()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp235 planeLayout.arrayPitch = 0; // Not an array texture in CreateImage()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl148 …iceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize de… argument
154 res.arrayPitch = arrayPitch;
DvkStructTypes.inl625 VkDeviceSize arrayPitch; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_image.c252 layout->arrayPitch = image->layer_size; in pvr_GetImageSubresourceLayout()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c694 .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/
Ddzn_image.c799 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/
Dv3dv_image.c443 layout->arrayPitch = image->cube_map_stride; in v3dv_GetImageSubresourceLayout()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c765 pLayout->arrayPitch = fdl_layer_stride(layout, pSubresource->mipLevel); in tu_GetImageSubresourceLayout()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_image.h187 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/
Dradv_image.c2423 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/
DVkImage.cpp355 pLayout->arrayPitch = getLayerSize(aspect); in getSubresourceLayout()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2062 layout->arrayPitch = isl_surf_get_array_pitch(&surface->isl); in anv_GetImageSubresourceLayout()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c2095 plane_data[j].arrayPitch = 0; in vulkan_map_from_drm_frame_desc()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1627 VkDeviceSize arrayPitch; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2122 VkDeviceSize arrayPitch; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2326 VkDeviceSize arrayPitch; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2893 VkDeviceSize arrayPitch; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h3035 VkDeviceSize arrayPitch; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2986 VkDeviceSize arrayPitch; member
Dvulkan_structs.hpp30587 , arrayPitch( arrayPitch_ )
30622 ( arrayPitch == rhs.arrayPitch ) && ( depthPitch == rhs.depthPitch ); in operator ==()
30635 VULKAN_HPP_NAMESPACE::DeviceSize arrayPitch = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h3250 VkDeviceSize arrayPitch; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h3359 VkDeviceSize arrayPitch; member

12