Searched refs:target_cache (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu_emit.c | 709 unsigned target_cache, in brw_set_dp_write_message() argument 718 const unsigned sfid = (devinfo->gen >= 6 ? target_cache : in brw_set_dp_write_message() 739 unsigned target_cache, in brw_set_dp_read_message() argument 745 const unsigned sfid = (devinfo->gen >= 6 ? target_cache : in brw_set_dp_read_message() 755 brw_inst_set_dp_read_target_cache(devinfo, insn, target_cache); in brw_set_dp_read_message() 2047 const unsigned target_cache = in brw_oword_block_write_scratch() local 2134 target_cache, in brw_oword_block_write_scratch() 2179 const unsigned target_cache = in brw_oword_block_read_scratch() local 2217 target_cache, in brw_oword_block_read_scratch() 2270 const unsigned target_cache = in brw_oword_block_read() local [all …]
|
D | brw_eu.h | 226 unsigned target_cache, 236 unsigned target_cache,
|
D | brw_vec4_generator.cpp | 1156 const unsigned target_cache = in generate_scratch_read() local 1172 msg_type, target_cache, in generate_scratch_read() 1186 const unsigned target_cache = in generate_scratch_write() local 1249 target_cache, in generate_scratch_write() 1267 const unsigned target_cache = in generate_pull_constant_load() local 1315 target_cache, in generate_pull_constant_load()
|