Home
last modified time | relevance | path

Searched refs:pipe_aligned (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.h120 unsigned pipe_aligned:1; /* optimal for TC */ member
Dac_surface.c921 surf->u.gfx9.htile.pipe_aligned = hin.hTileFlags.pipeAligned; in gfx9_compute_miptree()
956 surf->u.gfx9.dcc.pipe_aligned = din.dccKeyFlags.pipeAligned; in gfx9_compute_miptree()
1049 surf->u.gfx9.cmask.pipe_aligned = cin.cMaskFlags.pipeAligned; in gfx9_compute_miptree()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c307 S_008F24_META_PIPE_ALIGNED(meta.pipe_aligned) | in si_set_mutable_tex_desc_fields()
560 fmask_state[5] |= S_008F24_META_PIPE_ALIGNED(image->surface.u.gfx9.cmask.pipe_aligned) | in si_make_texture_descriptor()
Dradv_device.c3116 S_028C74_PIPE_ALIGNED(meta.pipe_aligned); in radv_initialise_color_surface()
3379 S_028ABC_PIPE_ALIGNED(iview->image->surface.u.gfx9.htile.pipe_aligned) | in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1087 rtex->surface.u.gfx9.cmask.pipe_aligned); in si_print_texture_info()
1097 rtex->surface.u.gfx9.htile.pipe_aligned); in si_print_texture_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2572 S_028ABC_PIPE_ALIGNED(rtex->surface.u.gfx9.htile.pipe_aligned) | in si_init_depth_surface()
3044 S_028C74_PIPE_ALIGNED(meta.pipe_aligned); in si_emit_framebuffer_state()
3804 fmask_state[5] |= S_008F24_META_PIPE_ALIGNED(tex->surface.u.gfx9.cmask.pipe_aligned) | in si_make_texture_descriptor()
Dsi_descriptors.c396 S_008F24_META_PIPE_ALIGNED(meta.pipe_aligned) | in si_set_mutable_tex_desc_fields()