Searched defs:first_plane (Results 1 – 3 of 3) sorted by relevance
738 let first_plane = buffer.v4l2_buffer.get_first_plane_mut(); in process_events() localVariable1165 let first_plane = buffer.get_first_plane(); in qbuf() localVariable1175 let first_plane = host_buffer.v4l2_buffer.get_first_plane(); in qbuf() localVariable1202 let first_plane = buffer.get_first_plane(); in qbuf() localVariable
49 struct pipe_resource* first_plane; member
313 uint32_t first_plane = (range->aspectMask == VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0; in dzn_cmd_buffer_image_barrier() local