Searched refs:target_cache (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | brw_structs.h | 1328 unsigned target_cache:2; member 1341 unsigned target_cache:2; member 1354 unsigned target_cache:2; member
|
D | brw_eu_emit.c | 658 unsigned target_cache, in brw_set_dp_read_message() argument 670 if (target_cache == BRW_DATAPORT_READ_TARGET_RENDER_CACHE) in brw_set_dp_read_message() 694 insn->bits3.dp_read_gen5.target_cache = target_cache; in brw_set_dp_read_message() 699 insn->bits3.dp_read_g4x.target_cache = target_cache; /*14:15*/ in brw_set_dp_read_message() 704 insn->bits3.dp_read.target_cache = target_cache; /*14:15*/ in brw_set_dp_read_message()
|
D | brw_eu.h | 205 unsigned target_cache,
|
D | gram.y | 1670 GEN(&$$)->bits3.dp_read_gen5.target_cache = $5; 1677 GEN(&$$)->bits3.dp_read.target_cache = $5;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_generator.cpp | 1166 const unsigned target_cache = in generate_scratch_read() local 1175 brw_inst_set_sfid(devinfo, send, target_cache); in generate_scratch_read() 1196 const unsigned target_cache = in generate_scratch_write() local 1251 brw_inst_set_sfid(p->devinfo, send, target_cache); in generate_scratch_write() 1274 const unsigned target_cache = in generate_pull_constant_load() local 1314 brw_inst_set_sfid(devinfo, send, target_cache); in generate_pull_constant_load()
|
D | brw_eu.h | 505 unsigned target_cache) in brw_dp_read_desc() argument 513 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc() 518 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc()
|
D | brw_eu_emit.c | 2105 const unsigned target_cache = in brw_oword_block_write_scratch() local 2153 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_write_scratch() 2238 const unsigned target_cache = in brw_oword_block_read_scratch() local 2264 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_read_scratch() 2331 const unsigned target_cache = in brw_oword_block_read() local 2367 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_oword_block_read() 2403 const unsigned target_cache = in brw_fb_WRITE() local 2420 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_fb_WRITE() 3048 const unsigned target_cache = in brw_svb_write() local 3057 brw_inst_set_sfid(devinfo, insn, target_cache); in brw_svb_write()
|