| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.c | 462 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 D | virgl_resource.h | 49 uint32_t plane, plane_offset, total_size; member in struct:virgl_resource_metadata
|
| H A D | virgl_winsys.h | 88 uint32_t *plane_offset,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 832 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 D | anv_nir_apply_pipeline_layout.c | 1145 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 D | si_texture.c | 1250 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 D | virgl_drm_winsys.c | 467 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
|