Searched refs:SHADER_OPCODE_SEND (Results 1 – 9 of 9) sorted by relevance
217 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()
716 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()
133 if (inst->opcode == SHADER_OPCODE_SEND) { in instruction_info()1024 case SHADER_OPCODE_SEND: in instruction_desc()
320 SHADER_OPCODE_SEND, enumerator
222 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 …]
381 case SHADER_OPCODE_SEND: in set_latency_gen7()
91 fs_inst *inst = bld.emit(SHADER_OPCODE_SEND, dst, desc, desc, payload); in emit_SEND()
2266 case SHADER_OPCODE_SEND: in generate_code()
1401 - intel/fs: Use SHADER_OPCODE_SEND for surface messages1403 - 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