Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c593 uint32_t plane_offset, in virgl_resource_layout() argument
626 metadata->plane_offset = plane_offset; in virgl_resource_layout()
709 uint32_t winsys_stride, plane_offset, plane; in virgl_resource_from_handle() local
720 plane = winsys_stride = plane_offset = modifier = 0; in virgl_resource_from_handle()
724 &plane_offset, in virgl_resource_from_handle()
731 plane_offset = 0; in virgl_resource_from_handle()
736 plane_offset, modifier); in virgl_resource_from_handle()
767 plane_offsets[plane_count] = plane->metadata.plane_offset; in virgl_resource_from_handle()
849 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.h89 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.c1138 const unsigned plane_offset = in lower_tex_deref() local
1142 build_load_var_deref_descriptor_mem(b, deref, plane_offset, in lower_tex_deref()
1264 const unsigned plane_offset = in lower_gfx7_tex_swizzle() local
1267 build_load_var_deref_descriptor_mem(b, deref, plane_offset, in lower_gfx7_tex_swizzle()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1282 uint64_t plane_offset[SI_TEXTURE_MAX_PLANES] = {}; in si_texture_create_with_modifier() local
1309 plane_offset[i] = align64(total_size, 1 << surface[i].surf_alignment_log2); in si_texture_create_with_modifier()
1310 total_size = plane_offset[i] + surface[i].total_size; in si_texture_create_with_modifier()
1319 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()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp729 unsigned plane_offset, in d3d12_adjust_transfer_dimensions_for_plane() argument
736 ptrans->offset = plane_offset; in d3d12_adjust_transfer_dimensions_for_plane()