Home
last modified time | relevance | path

Searched refs:BRW_SFID_SAMPLER (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_generator.cpp321 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()
Dbrw_disasm.c295 [BRW_SFID_SAMPLER] = "sampler",
307 [BRW_SFID_SAMPLER] = "sampler",
2101 case BRW_SFID_SAMPLER: in brw_disassemble_inst()
Dbrw_eu_defines.h1289 BRW_SFID_SAMPLER = 2, enumerator
Dbrw_ir_performance.cpp1060 case BRW_SFID_SAMPLER: { in instruction_desc()
Dbrw_lower_logical_sends.cpp1103 inst->sfid = BRW_SFID_SAMPLER; in lower_sampler_logical_send_gfx7()
2333 inst->sfid = BRW_SFID_SAMPLER; in lower_varying_pull_constant_logical_send()
Dbrw_schedule_instructions.cpp385 case BRW_SFID_SAMPLER: { in set_latency_gfx7()
Dbrw_fs_generator.cpp1634 brw_inst_set_sfid(devinfo, send, BRW_SFID_SAMPLER); in generate_varying_pull_constant_load_gfx4()
Dbrw_eu_emit.c2555 brw_inst_set_sfid(devinfo, insn, BRW_SFID_SAMPLER); in brw_SAMPLE()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y1083 | SAMPLER { $$ = BRW_SFID_SAMPLER; }