HomeSort by relevance Sort by last modified time
    Searched refs:r600_store_context_reg (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c     [all...]
r600_state.c     [all...]
evergreen_compute.c 693 r600_store_context_reg(cb, R_028838_SQ_DYN_GPR_RESOURCE_LIMIT_1,
703 r600_store_context_reg(cb, R_028A40_VGT_GS_MODE,
706 r600_store_context_reg(cb, R_028B54_VGT_SHADER_STAGES_EN, 2/*CS_ON*/);
708 r600_store_context_reg(cb, R_0286E8_SPI_COMPUTE_INPUT_CNTL,
r600_pipe.h 755 static INLINE void r600_store_context_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value) function

Completed in 895 milliseconds