Home
last modified time | relevance | path

Searched refs:plane_offset (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c462 uint32_t plane_offset, in virgl_resource_layout() argument
495 metadata->plane_offset = plane_offset; in virgl_resource_layout()
559 uint32_t winsys_stride, plane_offset, plane; in virgl_resource_from_handle() local
570 plane = winsys_stride = plane_offset = modifier = 0; in virgl_resource_from_handle()
574 &plane_offset, in virgl_resource_from_handle()
581 plane_offset = 0; in virgl_resource_from_handle()
586 plane_offset, modifier); in virgl_resource_from_handle()
617 plane_offsets[plane_count] = plane->metadata.plane_offset; in virgl_resource_from_handle()
698 unsigned offset = metadata->plane_offset + metadata->level_offset[level]; in virgl_resource_create_transfer()
Dvirgl_resource.h49 uint32_t plane, plane_offset, total_size; member
Dvirgl_winsys.h88 uint32_t *plane_offset,
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideobuffer.c162 gint i, size = 0, plane_offset = 0; in gst_core_video_wrap_pixel_buffer() local
172 offset[i] = plane_offset; in gst_core_video_wrap_pixel_buffer()
173 plane_offset += size; in gst_core_video_wrap_pixel_buffer()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c110 gsize stride, plane_offset; in gst_cuda_allocator_alloc() local
142 plane_offset = 0; in gst_cuda_allocator_alloc()
144 mem->offset[i] = plane_offset; in gst_cuda_allocator_alloc()
145 plane_offset += stride * GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_cuda_allocator_alloc()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c1153 gsize plane_offset = GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_raw_video_parse_update_info() local
1154 if (plane_offset >= last_plane_offset) { in gst_raw_video_parse_update_info()
1156 last_plane_offset = plane_offset; in gst_raw_video_parse_update_info()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1145 const unsigned plane_offset = in lower_tex_deref() local
1149 build_load_var_deref_descriptor_mem(b, deref, plane_offset, in lower_tex_deref()
1271 const unsigned plane_offset = in lower_gfx7_tex_swizzle() local
1274 build_load_var_deref_descriptor_mem(b, deref, plane_offset, in lower_gfx7_tex_swizzle()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1244 uint64_t plane_offset[SI_TEXTURE_MAX_PLANES] = {}; in si_texture_create_with_modifier() local
1269 plane_offset[i] = align64(total_size, 1 << surface[i].surf_alignment_log2); in si_texture_create_with_modifier()
1270 total_size = plane_offset[i] + surface[i].total_size; in si_texture_create_with_modifier()
1279 plane_offset[i], 0, total_size, max_alignment); in si_texture_create_with_modifier()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c467 uint32_t *plane_offset, in virgl_drm_winsys_resource_create_handle() argument
488 *plane_offset = whandle->offset; in virgl_drm_winsys_resource_create_handle()