Searched refs:R_03A200_SQ_LOOP_CONST_0 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute_internal.c | 373 evergreen_reg_set(res, R_03A200_SQ_LOOP_CONST_0 + (160 * 4) + (id * 4), in evergreen_set_loop_const()
|
D | evergreen_compute.c | 728 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (160 * 4), 0x1000FFF); in evergreen_init_atom_start_compute_cs()
|
D | evergreen_state.c | 2381 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in cayman_init_atom_start_cs() 2382 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2913 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in evergreen_init_atom_start_cs() 2914 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in evergreen_init_atom_start_cs()
|
D | evergreend.h | 2231 #define R_03A200_SQ_LOOP_CONST_0 0x3A200 macro
|