Home
last modified time | relevance | path

Searched refs:S_008F24_META_PIPE_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c396 S_008F24_META_PIPE_ALIGNED(meta.pipe_aligned) | in si_set_mutable_tex_desc_fields()
Dsi_state.c3804 fmask_state[5] |= S_008F24_META_PIPE_ALIGNED(tex->surface.u.gfx9.cmask.pipe_aligned) | in si_make_texture_descriptor()
/external/mesa3d/src/amd/common/
Dgfx9d.h1488 #define S_008F24_META_PIPE_ALIGNED(x) (((unsigned)(x) & 0x1) << 26) macro