Home
last modified time | relevance | path

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

/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs738 let first_plane = buffer.v4l2_buffer.get_first_plane_mut(); in process_events() localVariable
1165 let first_plane = buffer.get_first_plane(); in qbuf() localVariable
1175 let first_plane = host_buffer.v4l2_buffer.get_first_plane(); in qbuf() localVariable
1202 let first_plane = buffer.get_first_plane(); in qbuf() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.h49 struct pipe_resource* first_plane; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c313 uint32_t first_plane = (range->aspectMask == VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0; in dzn_cmd_buffer_image_barrier() local