Home
last modified time | relevance | path

Searched refs:BAD_FILE (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp60 this->size_written = (dst.file == BAD_FILE ? in vec4_instruction()
311 if (devinfo->ver < 6 || src.file == BAD_FILE) in fix_math_operand()
349 math->mlen = src1.file == BAD_FILE ? 1 : 2; in emit_math()
851 case ir_tg4: opcode = offset_value.file != BAD_FILE in emit_texture()
889 inst->shadow_compare = shadow_comparator.file != BAD_FILE; in emit_texture()
918 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
930 if (shadow_comparator.file != BAD_FILE) { in emit_texture()
967 if (dest_components == 3 || shadow_comparator.file != BAD_FILE) { in emit_texture()
974 if (shadow_comparator.file != BAD_FILE) { in emit_texture()
985 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { in emit_texture()
[all …]
Dbrw_vec4_surface_builder.cpp64 if (src.file == BAD_FILE || n == 0) { in emit_insert()
101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); in emit_send()
192 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE); in emit_untyped_atomic()
Dbrw_vec4.cpp45 this->file = BAD_FILE; in init()
87 this->file = BAD_FILE; in init()
227 case BAD_FILE: in size_read()
265 if (src[i].file != BAD_FILE && in can_do_cmod()
405 enum brw_reg_file last_reg_file = BAD_FILE; in opt_vector_float()
522 if (inst->dst.file == BAD_FILE || in opt_reduce_swizzle()
1012 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe()
1191 if (src[i].file == BAD_FILE) in reswizzle()
1652 case BAD_FILE: in dump_instruction()
1680 if (inst->src[0].file != BAD_FILE) in dump_instruction()
[all …]
Dbrw_ir_fs.h76 case BAD_FILE: in byte_offset()
107 case BAD_FILE: in horiz_offset()
135 case BAD_FILE: in offset()
250 if (reg.file == BAD_FILE || reg.is_null()) { in is_periodic()
479 if (inst->src[i].file != BAD_FILE && in get_exec_type()
Dbrw_fs.cpp81 case BAD_FILE: in init()
509 this->file = BAD_FILE; in fs_reg()
553 case BAD_FILE: in is_contiguous()
745 if (src[i].file == BAD_FILE) in components_read()
971 return src[0].file == BAD_FILE ? 0 : 2 * REG_SIZE; in size_read()
1032 case BAD_FILE: in size_read()
1183 return src[0].file == BAD_FILE ? 0 : 2; in implied_mrf_writes()
1544 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()
2325 delta_xy[i].file = BAD_FILE; in compact_virtual_grfs()
3977 if (inst->src[i].file != BAD_FILE) in lower_load_payload()
[all …]
Dbrw_fs_visitor.cpp691 (sample_mask.file == BAD_FILE || devinfo->ver == 6)); in emit_fb_writes()
695 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes()
710 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE && in emit_fb_writes()
711 this->outputs[0].file != BAD_FILE); in emit_fb_writes()
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
875 this->outputs[varying].file == BAD_FILE) { in emit_urb_writes()
Dbrw_fs_nir.cpp163 if (reg->file == BAD_FILE) { in emit_system_values_block()
175 if (reg->file == BAD_FILE) in emit_system_values_block()
182 if (reg->file == BAD_FILE) in emit_system_values_block()
190 if (reg->file == BAD_FILE) in emit_system_values_block()
198 if (reg->file == BAD_FILE) in emit_system_values_block()
205 if (reg->file == BAD_FILE) { in emit_system_values_block()
259 if (reg->file == BAD_FILE) in emit_system_values_block()
2312 if (per_slot_offset.file != BAD_FILE) { in emit_gs_control_data_bits()
2331 if (channel_mask.file != BAD_FILE) in emit_gs_control_data_bits()
2333 if (per_slot_offset.file != BAD_FILE) in emit_gs_control_data_bits()
[all …]
Dbrw_ir_vec4.h69 case BAD_FILE: in add_byte_offset()
446 if (inst->src[i].file != BAD_FILE) { in get_exec_type()
Dbrw_vec4_tes.cpp166 if (indirect_offset.file != BAD_FILE) { in nir_emit_intrinsic()
Dbrw_ir_performance.cpp1373 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()
1422 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()
1490 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()
1527 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()
Dbrw_fs_scoreboard.cpp83 if (inst->src[i].file != BAD_FILE && in inferred_sync_pipe()
1007 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE && in update_inst_scoreboard()
1131 if (inst->dst.file != BAD_FILE && !inst->dst.is_null() && in gather_inst_dependencies()
Dbrw_vec4_cse.cpp207 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
Dbrw_fs_generator.cpp48 case BAD_FILE: in brw_file_from_reg()
161 case BAD_FILE: in brw_reg_from_fs_reg()
1757 const bool has_payload = inst->src[0].file != BAD_FILE; in generate_pixel_interpolator_query()
2241 if (inst->src[0].file != BAD_FILE) { in generate_code()
2371 assert(inst->src[0].file == BAD_FILE); in generate_code()
2521 assert(inst->dst.file == BAD_FILE); in generate_code()
Dbrw_vec4_builder.h623 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); in fix_math_instruction()
Dbrw_vec4_copy_propagation.cpp108 if (value.file == BAD_FILE) { in get_copy_value()
Dbrw_fs_cse.cpp287 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
Dbrw_vec4_tcs.cpp182 if (inst->offset == 0 && indirect_offset.file == BAD_FILE) { in emit_input_urb_read()
Dbrw_eu_defines.h993 BAD_FILE, enumerator
Dbrw_vec4_nir.cpp680 if (push_reg.file != BAD_FILE) { in nir_emit_intrinsic()