Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSubresourceLayoutTests.cpp528 if (numLayers > 1u && levelSubresourceLayout.arrayPitch != subresourceLayout.arrayPitch) in iterateAspect()
534 << " reports array pitch of " << subresourceLayout.arrayPitch << " bytes in size" in iterateAspect()
535 …<< " with base layer reporting array pitch of " << levelSubresourceLayout.arrayPitch << " bytes in… in iterateAspect()
539 …esourceLayout.offset - levelSubresourceLayout.offset) != (layerNdx * subresourceLayout.arrayPitch)) in iterateAspect()
547 << ", array pitch " << subresourceLayout.arrayPitch; in iterateAspect()
576 if (numLayers > 1u && subresourceLayout.arrayPitch < pixelSize * numPixels) in iterateAspect()
582 << " reports array pitch of " << subresourceLayout.arrayPitch in iterateAspect()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp528 if (numLayers > 1u && levelSubresourceLayout.arrayPitch != subresourceLayout.arrayPitch) in iterateAspect()
534 << " reports array pitch of " << subresourceLayout.arrayPitch << " bytes in size" in iterateAspect()
535 …<< " with base layer reporting array pitch of " << levelSubresourceLayout.arrayPitch << " bytes in… in iterateAspect()
539 …esourceLayout.offset - levelSubresourceLayout.offset) != (layerNdx * subresourceLayout.arrayPitch)) in iterateAspect()
547 << ", array pitch " << subresourceLayout.arrayPitch; in iterateAspect()
576 if (numLayers > 1u && subresourceLayout.arrayPitch < pixelSize * numPixels) in iterateAspect()
582 << " 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.inl132 …iceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize de… argument
138 res.arrayPitch = arrayPitch;
DvkStructTypes.inl363 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/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp637 subresourceLayout.arrayPitch = 0; in createImageModifierExplicitCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
DvktModifiersTests.cpp637 subresourceLayout.arrayPitch = 0; in createImageModifierExplicitCase()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp355 pLayout->arrayPitch = getLayerSize(aspect); in getSubresourceLayout()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dresources.txt2058 * [[VUID-VkImageDrmFormatModifierExplicitCreateInfoEXT-arrayPitch-02268]]
2059 For each element of pname:pPlaneLayouts, pname:arrayPitch must: be 0 if
2543 * pname:arrayPitch describes the number of bytes between each array layer
2549 pname:arrayPitch and pname:depthPitch describe the layout of the image
2554 pname:arrayPitch is the number of bytes between texels with the same x and y
2565 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset
2570 pname:arrayPitch is the number of bytes between compressed texel blocks in
2578 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*compressedTexelBlockByteSiz…
2581 The value of pname:arrayPitch is undefined: for images that were not created
2642 pname:rowPitch, pname:arrayPitch, and pname:depthPitch have an
Dresources.adoc2295 * [[VUID-VkImageDrmFormatModifierExplicitCreateInfoEXT-arrayPitch-02268]]
2296 For each element of pname:pPlaneLayouts, pname:arrayPitch must: be 0 if
2987 * pname:arrayPitch describes the number of bytes between each array layer
2993 pname:arrayPitch and pname:depthPitch describe the layout of the image
2998 pname:arrayPitch is the number of bytes between texels with the same x and y
3009 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset
3014 pname:arrayPitch is the number of bytes between compressed texel blocks in
3022 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*compressedTexelBlockByteSiz…
3025 The value of pname:arrayPitch is undefined: for images that were not created
3086 pname:rowPitch, pname:arrayPitch, and pname:depthPitch have an
/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/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h2082 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

12