Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp217 case SHADER_OPCODE_SEND: in brw_instruction_name()
1071 case SHADER_OPCODE_SEND: in has_side_effects()
1117 case SHADER_OPCODE_SEND: in is_volatile()
Dbrw_fs_reg_allocate.cpp716 if (inst->opcode == SHADER_OPCODE_SEND && inst->ex_mlen > 0 && in setup_inst_interference()
733 const int vgrf = inst->opcode == SHADER_OPCODE_SEND ? in setup_inst_interference()
893 unspill_inst = bld.emit(SHADER_OPCODE_SEND, dst, in emit_unspill()
949 spill_inst = bld.emit(SHADER_OPCODE_SEND, bld.null_reg_f(), in emit_spill()
Dbrw_ir_performance.cpp133 if (inst->opcode == SHADER_OPCODE_SEND) { in instruction_info()
1024 case SHADER_OPCODE_SEND: in instruction_desc()
Dbrw_eu_defines.h320 SHADER_OPCODE_SEND, enumerator
Dbrw_fs.cpp222 case SHADER_OPCODE_SEND: in is_send_from_grf()
288 case SHADER_OPCODE_SEND: in is_control_source()
323 case SHADER_OPCODE_SEND: in is_payload()
953 case SHADER_OPCODE_SEND: in size_read()
4583 inst->opcode = SHADER_OPCODE_SEND; in lower_fb_write_logical_send()
5212 inst->opcode = SHADER_OPCODE_SEND; in lower_sampler_logical_send_gen7()
5664 inst->opcode = SHADER_OPCODE_SEND; in lower_surface_logical_send()
5732 inst->opcode = SHADER_OPCODE_SEND; in lower_surface_block_logical_send()
5897 inst->opcode = SHADER_OPCODE_SEND; in lower_a64_logical_send()
5932 inst->opcode = SHADER_OPCODE_SEND; in lower_varying_pull_constant_logical_send()
[all …]
Dbrw_schedule_instructions.cpp381 case SHADER_OPCODE_SEND: in set_latency_gen7()
Dtest_fs_scoreboard.cpp91 fs_inst *inst = bld.emit(SHADER_OPCODE_SEND, dst, desc, desc, payload); in emit_SEND()
Dbrw_fs_generator.cpp2266 case SHADER_OPCODE_SEND: in generate_code()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1401 - intel/fs: Use SHADER_OPCODE_SEND for surface messages
1403 - intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
1404 - intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
1413 - intel/fs: Support SENDS in SHADER_OPCODE_SEND