Searched refs:plane_offset (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.c462 uint32_t plane_offset,
495 metadata->plane_offset = plane_offset;
559 uint32_t winsys_stride, plane_offset, plane; local in function:virgl_resource_from_handle
570 plane = winsys_stride = plane_offset = modifier = 0;
574 &plane_offset,
581 plane_offset = 0;
586 plane_offset, modifier);
617 plane_offsets[plane_count] = plane->metadata.plane_offset;
698 unsigned offset = metadata->plane_offset
458 virgl_resource_layout(struct pipe_resource * pt,struct virgl_resource_metadata * metadata,uint32_t plane,uint32_t winsys_stride,uint32_t plane_offset,uint64_t modifier) argument
[all...]
H A Dvirgl_resource.h49 uint32_t plane, plane_offset, total_size; member in struct:virgl_resource_metadata
H A Dvirgl_winsys.h88 uint32_t *plane_offset,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c832 const unsigned plane_offset = local in function:lower_tex_deref
836 build_descriptor_load(deref, plane_offset, 2, 32, state);
958 const unsigned plane_offset = local in function:lower_gen7_tex_swizzle
961 build_descriptor_load(deref, plane_offset, 1, 32, state);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c1145 const unsigned plane_offset = local in function:lower_tex_deref
1149 build_load_var_deref_descriptor_mem(b, deref, plane_offset,
1271 const unsigned plane_offset = local in function:lower_gfx7_tex_swizzle
1274 build_load_var_deref_descriptor_mem(b, deref, plane_offset,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1250 uint64_t plane_offset[SI_TEXTURE_MAX_PLANES] = {}; local in function:si_texture_create_with_modifier
1275 plane_offset[i] = align64(total_size, 1 << surface[i].surf_alignment_log2);
1276 total_size = plane_offset[i] + surface[i].total_size;
1285 plane_offset[i], 0, total_size, max_alignment);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c467 uint32_t *plane_offset,
488 *plane_offset = whandle->offset;
463 virgl_drm_winsys_resource_create_handle(struct virgl_winsys * qws,struct winsys_handle * whandle,uint32_t * plane,uint32_t * stride,uint32_t * plane_offset,uint64_t * modifier,uint32_t * blob_mem) argument

Completed in 13 milliseconds