Searched refs:eg_store_loop_const (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_state.c | 2882 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in cayman_init_atom_start_cs() 2883 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2884 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (64 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2885 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (96 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2886 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (128 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 3308 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in evergreen_init_atom_start_cs() 3309 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 3310 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (64 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 3311 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (96 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 3312 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (128 * 4), 0x01000FFF); in evergreen_init_atom_start_cs()
|
D | r600_pipe.h | 976 static inline void eg_store_loop_const(struct r600_command_buffer *cb, unsigned reg, unsigned value) in eg_store_loop_const() function
|
D | evergreen_compute.c | 1218 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (160 * 4), 0x1000FFF); in evergreen_init_atom_start_compute_cs()
|