Searched refs:BRW_SFID_SAMPLER (Results 1 – 15 of 15) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | brw_disasm.c | 288 [BRW_SFID_SAMPLER] = "sampler", 299 [BRW_SFID_SAMPLER] = "sampler", 1179 case BRW_SFID_SAMPLER: in brw_disasm()
|
D | gen8_instruction.c | 392 gen8_set_message_descriptor(inst, BRW_SFID_SAMPLER, msg_length, in gen8_set_sampler_message()
|
D | gram.y | 1554 gen8_set_sfid(GEN8(&$$), BRW_SFID_SAMPLER); 1560 GEN(&$$)->bits2.send_gen5.sfid = BRW_SFID_SAMPLER; 1566 GEN(&$$)->bits2.send_gen5.sfid = BRW_SFID_SAMPLER; 1572 GEN(&$$)->bits3.generic.msg_target = BRW_SFID_SAMPLER;
|
D | brw_defines.h | 867 BRW_SFID_SAMPLER = 2, enumerator
|
D | gen8_disasm.c | 931 case BRW_SFID_SAMPLER: in gen8_disassemble()
|
D | brw_eu_emit.c | 723 brw_set_message_descriptor(p, insn, BRW_SFID_SAMPLER, msg_length, in brw_set_sampler_message()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 295 [BRW_SFID_SAMPLER] = "sampler", 307 [BRW_SFID_SAMPLER] = "sampler", 1889 case BRW_SFID_SAMPLER: in brw_disassemble_inst()
|
D | brw_eu_defines.h | 1217 BRW_SFID_SAMPLER = 2, enumerator
|
D | brw_vec4_generator.cpp | 328 p, BRW_SFID_SAMPLER, dst, src, addr, in generate_tex() 1365 brw_inst_set_sfid(devinfo, insn, BRW_SFID_SAMPLER); in generate_pull_constant_load_gen7() 1393 p, BRW_SFID_SAMPLER, dst, offset, addr, in generate_pull_constant_load_gen7()
|
D | brw_ir_performance.cpp | 1047 case BRW_SFID_SAMPLER: { in instruction_desc()
|
D | brw_schedule_instructions.cpp | 383 case BRW_SFID_SAMPLER: { in set_latency_gen7()
|
D | brw_fs_generator.cpp | 1715 brw_inst_set_sfid(devinfo, send, BRW_SFID_SAMPLER); in generate_varying_pull_constant_load_gen4()
|
D | brw_eu_emit.c | 2504 brw_inst_set_sfid(devinfo, insn, BRW_SFID_SAMPLER); in brw_SAMPLE()
|
D | brw_fs.cpp | 5236 inst->sfid = BRW_SFID_SAMPLER; in lower_sampler_logical_send_gen7() 5954 inst->sfid = BRW_SFID_SAMPLER; in lower_varying_pull_constant_logical_send()
|
/external/mesa3d/src/intel/tools/ |
D | i965_gram.y | 1073 | SAMPLER { $$ = BRW_SFID_SAMPLER; }
|