/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageSubresourceLayoutTests.cpp | 528 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/ |
D | vktImageSubresourceLayoutTests.cpp | 528 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/ |
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 | 132 …iceSize offset, VkDeviceSize size, VkDeviceSize rowPitch, VkDeviceSize arrayPitch, VkDeviceSize de… argument 138 res.arrayPitch = arrayPitch;
|
D | vkStructTypes.inl | 363 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/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 637 subresourceLayout.arrayPitch = 0; in createImageModifierExplicitCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 637 subresourceLayout.arrayPitch = 0; in createImageModifierExplicitCase()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 355 pLayout->arrayPitch = getLayerSize(aspect); in getSubresourceLayout()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | resources.txt | 2058 * [[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
|
D | resources.adoc | 2295 * [[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/ |
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/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2082 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
|