Searched refs:BRW_SFID_SAMPLER (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_generator.cpp | 321 p, BRW_SFID_SAMPLER, dst, src, addr, in generate_tex() 1359 brw_inst_set_sfid(devinfo, insn, BRW_SFID_SAMPLER); in generate_pull_constant_load_gfx7() 1387 p, BRW_SFID_SAMPLER, dst, offset, addr, in generate_pull_constant_load_gfx7()
|
D | brw_disasm.c | 295 [BRW_SFID_SAMPLER] = "sampler", 307 [BRW_SFID_SAMPLER] = "sampler", 2101 case BRW_SFID_SAMPLER: in brw_disassemble_inst()
|
D | brw_eu_defines.h | 1289 BRW_SFID_SAMPLER = 2, enumerator
|
D | brw_ir_performance.cpp | 1060 case BRW_SFID_SAMPLER: { in instruction_desc()
|
D | brw_lower_logical_sends.cpp | 1103 inst->sfid = BRW_SFID_SAMPLER; in lower_sampler_logical_send_gfx7() 2333 inst->sfid = BRW_SFID_SAMPLER; in lower_varying_pull_constant_logical_send()
|
D | brw_schedule_instructions.cpp | 385 case BRW_SFID_SAMPLER: { in set_latency_gfx7()
|
D | brw_fs_generator.cpp | 1634 brw_inst_set_sfid(devinfo, send, BRW_SFID_SAMPLER); in generate_varying_pull_constant_load_gfx4()
|
D | brw_eu_emit.c | 2555 brw_inst_set_sfid(devinfo, insn, BRW_SFID_SAMPLER); in brw_SAMPLE()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_gram.y | 1083 | SAMPLER { $$ = BRW_SFID_SAMPLER; }
|