Searched refs:eg_store_loop_const (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_state.c | 2476 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in cayman_init_atom_start_cs() 2477 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2478 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (64 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2479 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (96 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2480 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (128 * 4), 0x01000FFF); in cayman_init_atom_start_cs() 2902 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0, 0x01000FFF); in evergreen_init_atom_start_cs() 2903 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (32 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 2904 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (64 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 2905 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (96 * 4), 0x01000FFF); in evergreen_init_atom_start_cs() 2906 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (128 * 4), 0x01000FFF); in evergreen_init_atom_start_cs()
|
D | r600_pipe.h | 875 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 | 889 eg_store_loop_const(cb, R_03A200_SQ_LOOP_CONST_0 + (160 * 4), 0x1000FFF); in evergreen_init_atom_start_compute_cs()
|