Searched refs:S_008F20_PITCH_GFX9 (Results 1 – 4 of 4) sorted by relevance
289 state[4] |= S_008F20_PITCH_GFX9(image->surface.u.gfx9.stencil.epitch); in si_set_mutable_tex_desc_fields()292 state[4] |= S_008F20_PITCH_GFX9(image->surface.u.gfx9.surf.epitch); in si_set_mutable_tex_desc_fields()559 S_008F20_PITCH_GFX9(image->surface.u.gfx9.fmask.epitch); in si_make_texture_descriptor()
378 state[4] |= S_008F20_PITCH_GFX9(tex->surface.u.gfx9.stencil.epitch); in si_set_mutable_tex_desc_fields()381 state[4] |= S_008F20_PITCH_GFX9(tex->surface.u.gfx9.surf.epitch); in si_set_mutable_tex_desc_fields()
3803 S_008F20_PITCH_GFX9(tex->surface.u.gfx9.fmask.epitch); in si_make_texture_descriptor()
1463 #define S_008F20_PITCH_GFX9(x) (((unsigned)(x) & 0xFFFF) << … macro