Home
last modified time | relevance | path

Searched defs:first_plane (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_desc.c69 ASSERTED const struct pan_image *first_plane = in mali_sampling_mode() local
92 const struct pan_image *first_plane = pan_image_view_get_first_plane(view); in renderblock_fits_in_single_pass() local
519 const struct pan_image *first_plane = pan_image_view_get_first_plane(rt); in pan_prepare_rt() local
Dpan_texture.c705 const struct pan_image *first_plane = pan_image_view_get_first_plane(iview); in GENX() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.h49 struct pipe_resource* first_plane; member
/external/virtio-media/device/src/devices/
Dvideo_decoder.rs740 let first_plane = buffer.v4l2_buffer.get_first_plane_mut(); in process_events() localVariable
1166 let first_plane = buffer.get_first_plane(); in qbuf() localVariable
1176 let first_plane = host_buffer.v4l2_buffer.get_first_plane(); in qbuf() localVariable
1203 let first_plane = buffer.get_first_plane(); in qbuf() localVariable
/external/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c313 uint32_t first_plane = (range->aspectMask == VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0; in dzn_cmd_buffer_image_barrier() local