Searched refs:pPlaneLayouts (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_image.c162 *plane_layouts = drm_explicit_info->pPlaneLayouts;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c1566 if (mod_info->pPlaneLayouts[plane].rowPitch % image->planes[plane].surface.bpe ||
1567 !mod_info->pPlaneLayouts[plane].rowPitch)
1570 offset = mod_info->pPlaneLayouts[plane].offset;
1571 stride = mod_info->pPlaneLayouts[plane].rowPitch / image->planes[plane].surface.bpe;
1591 0) != mod_info->pPlaneLayouts[i].offset)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c138 "pPlaneLayouts[]::offset is misaligned");
149 "pPlaneLayouts[]::offset is too small");
162 "pPlaneLayouts[]::offset is too large");
1120 if (drm_info->pPlaneLayouts[i].rowPitch == 0) {
1124 "pPlaneLayouts[%u]::rowPitch is 0", i);
1127 if (drm_info->pPlaneLayouts[i].offset == ANV_OFFSET_IMPLICIT) {
1131 "pPlaneLayouts[%u]::offset is %" PRIu64,
1141 const VkSubresourceLayout *primary_layout = &drm_info->pPlaneLayouts[plane];
1164 const VkSubresourceLayout *aux_layout = &drm_info->pPlaneLayouts[1];
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h250 if (val->pPlaneLayouts) {
253 size += vn_sizeof_VkSubresourceLayout(&val->pPlaneLayouts[i]);
285 if (val->pPlaneLayouts) {
288 vn_encode_VkSubresourceLayout(enc, &val->pPlaneLayouts[i]);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c548 plane_layouts = drm_explicit_info->pPlaneLayouts;
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c391 .pPlaneLayouts = out_builder->layouts,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c528 idfmeci.pPlaneLayouts = &plane_layout;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h7911 const VkSubresourceLayout* pPlaneLayouts; member in struct:VkImageDrmFormatModifierExplicitCreateInfoEXT
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h10054 const VkSubresourceLayout* pPlaneLayouts; member in struct:VkImageDrmFormatModifierExplicitCreateInfoEXT

Completed in 81 milliseconds