Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp60 this->size_written = (dst.file == BAD_FILE ? in vec4_instruction()
311 if (devinfo->gen < 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_type->vector_elements == 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()
1009 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe()
1188 if (src[i].file == BAD_FILE) in reswizzle()
1649 case BAD_FILE: in dump_instruction()
1677 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()
475 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()
965 return src[0].file == BAD_FILE ? 0 : 2 * REG_SIZE; in size_read()
1026 case BAD_FILE: in size_read()
1173 return src[0].file == BAD_FILE ? 0 : 2; in implied_mrf_writes()
1531 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()
2187 delta_xy[i].file = BAD_FILE; in compact_virtual_grfs()
3770 if (inst->src[i].file != BAD_FILE) in lower_load_payload()
[all …]
Dbrw_fs_visitor.cpp506 (sample_mask.file == BAD_FILE || devinfo->gen == 6)); in emit_fb_writes()
510 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes()
525 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE && in emit_fb_writes()
526 this->outputs[0].file != BAD_FILE); in emit_fb_writes()
635 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
690 this->outputs[varying].file == BAD_FILE) { in emit_urb_writes()
Dbrw_fs_nir.cpp159 if (reg->file == BAD_FILE) { in emit_system_values_block()
171 if (reg->file == BAD_FILE) in emit_system_values_block()
178 if (reg->file == BAD_FILE) in emit_system_values_block()
186 if (reg->file == BAD_FILE) in emit_system_values_block()
194 if (reg->file == BAD_FILE) in emit_system_values_block()
201 if (reg->file == BAD_FILE) { in emit_system_values_block()
2221 if (per_slot_offset.file != BAD_FILE) { in emit_gs_control_data_bits()
2240 if (channel_mask.file != BAD_FILE) in emit_gs_control_data_bits()
2242 if (per_slot_offset.file != BAD_FILE) in emit_gs_control_data_bits()
2249 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()
445 if (inst->src[i].file != BAD_FILE) { in get_exec_type()
Dbrw_vec4_tes.cpp165 if (indirect_offset.file != BAD_FILE) { in nir_emit_intrinsic()
Dbrw_ir_performance.cpp1311 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()
1360 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()
1428 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()
1465 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()
Dbrw_fs_generator.cpp48 case BAD_FILE: in brw_file_from_reg()
161 case BAD_FILE: in brw_reg_from_fs_reg()
1739 const bool has_payload = inst->src[0].file != BAD_FILE; in generate_pixel_interpolator_query()
2179 if (inst->src[0].file != BAD_FILE) { in generate_code()
2294 assert(inst->src[0].file == BAD_FILE); in generate_code()
2444 assert(inst->dst.file == BAD_FILE); in generate_code()
Dbrw_vec4_cse.cpp207 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
Dbrw_fs_scoreboard.cpp827 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE && in update_inst_scoreboard()
933 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in gather_inst_dependencies()
Dbrw_vec4_builder.h599 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); in fix_math_instruction()
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_vec4_copy_propagation.cpp108 if (value.file == BAD_FILE) { in get_copy_value()
Dbrw_eu_defines.h974 BAD_FILE, enumerator