Searched refs:context_registers (Results 1 – 1 of 1) sorted by relevance
3249 const uint32_t *context_registers; in amdgpu_draw_ps_write2hw() local3254 context_registers = (const uint32_t *)ps_const_context_reg_gfx9; in amdgpu_draw_ps_write2hw()3259 context_registers = (const uint32_t *)ps_tex_context_reg_gfx9; in amdgpu_draw_ps_write2hw()3283 if (context_registers[j * 2] != 0xA1C5) { in amdgpu_draw_ps_write2hw()3285 ptr[i++] = context_registers[j * 2] - 0xa000; in amdgpu_draw_ps_write2hw()3286 ptr[i++] = context_registers[j * 2 + 1]; in amdgpu_draw_ps_write2hw()3289 if (context_registers[j * 2] == 0xA1B4) { in amdgpu_draw_ps_write2hw()