Searched refs:target_cache (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_generator.cpp | 1161 const unsigned target_cache = in generate_scratch_read() local 1170 brw_inst_set_sfid(devinfo, send, target_cache); in generate_scratch_read() 1191 const unsigned target_cache = in generate_scratch_write() local 1246 brw_inst_set_sfid(p->devinfo, send, target_cache); in generate_scratch_write() 1268 const unsigned target_cache = in generate_pull_constant_load() local 1308 brw_inst_set_sfid(devinfo, send, target_cache); in generate_pull_constant_load()
|
H A D | brw_eu_emit.c | 2166 const unsigned target_cache = in brw_oword_block_write_scratch() local 2214 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_write_scratch() 2298 const unsigned target_cache = in brw_oword_block_read_scratch() local 2324 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_read_scratch() 2391 const unsigned target_cache = in brw_oword_block_read() local 2427 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_read() 2463 const unsigned target_cache = in brw_fb_WRITE() local 2479 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_fb_WRITE() 3109 const unsigned target_cache = GFX6_SFID_DATAPORT_RENDER_CACHE; in brw_svb_write() local 3115 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_svb_write() [all...] |
H A D | brw_eu.h | 542 unsigned target_cache) in brw_dp_read_desc() 550 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc() 555 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc() 538 brw_dp_read_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_control, unsigned msg_type, unsigned target_cache) brw_dp_read_desc() argument
|
Completed in 11 milliseconds