Home | History | Annotate | Download | only in vulkan

Lines Matching refs:ps_offset

530 	unsigned ps_offset = 0;
585 radeon_set_context_reg(cmd_buffer->cs, R_028644_SPI_PS_INPUT_CNTL_0 + 4 * ps_offset, val);
586 ps_offset = 1;
598 radeon_set_context_reg(cmd_buffer->cs, R_028644_SPI_PS_INPUT_CNTL_0 + 4 * ps_offset,
600 ++ps_offset;
605 flat_shade = !!(ps->info.fs.flat_shaded_mask & (1u << ps_offset));
608 radeon_set_context_reg(cmd_buffer->cs, R_028644_SPI_PS_INPUT_CNTL_0 + 4 * ps_offset, val);
609 ++ps_offset;