Searched refs:BAD_FILE (Results 1 – 21 of 21) sorted by relevance
38 inst->src[URB_LOGICAL_SRC_PER_SLOT_OFFSETS].file != BAD_FILE; in lower_urb_read_logical_send()83 inst->src[URB_LOGICAL_SRC_PER_SLOT_OFFSETS].file != BAD_FILE; in lower_urb_write_logical_send()85 inst->src[URB_LOGICAL_SRC_CHANNEL_MASK].file != BAD_FILE; in lower_urb_write_logical_send()168 assert(inst->target != 0 || src0_alpha.file == BAD_FILE); in lower_fb_write_logical_send()204 (color1.file != BAD_FILE || key->nr_color_regions > 1))) { in lower_fb_write_logical_send()237 if (src0_alpha.file != BAD_FILE) in lower_fb_write_logical_send()280 if (src0_alpha.file != BAD_FILE) { in lower_fb_write_logical_send()291 if (sample_mask.file != BAD_FILE) { in lower_fb_write_logical_send()301 assert(sample_mask.file != BAD_FILE && type_sz(sample_mask.type) == 4); in lower_fb_write_logical_send()317 if (color1.file != BAD_FILE) { in lower_fb_write_logical_send()[all …]
64 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()
45 this->file = BAD_FILE; in init()87 this->file = BAD_FILE; in init()225 case BAD_FILE: in size_read()263 if (src[i].file != BAD_FILE && in can_do_cmod()401 enum brw_reg_file last_reg_file = BAD_FILE; in opt_vector_float()518 if (inst->dst.file == BAD_FILE || in opt_reduce_swizzle()729 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe()908 if (src[i].file == BAD_FILE) in reswizzle()1369 case BAD_FILE: in dump_instruction()1397 if (inst->src[0].file != BAD_FILE) in dump_instruction()[all …]
60 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()806 if (output_reg[VARYING_SLOT_POS][0].file == BAD_FILE) in emit_ndc_computation()835 output_reg[VARYING_SLOT_CLIP_DIST0][0].file != BAD_FILE || in emit_psiz_and_flags()851 if (output_reg[VARYING_SLOT_CLIP_DIST0][0].file != BAD_FILE) { in emit_psiz_and_flags()860 if (output_reg[VARYING_SLOT_CLIP_DIST1][0].file != BAD_FILE) { in emit_psiz_and_flags()878 output_reg[BRW_VARYING_SLOT_NDC][0].file != BAD_FILE) { in emit_psiz_and_flags()895 if (output_reg[VARYING_SLOT_PSIZ][0].file != BAD_FILE) { in emit_psiz_and_flags()903 if (output_reg[VARYING_SLOT_LAYER][0].file != BAD_FILE) { in emit_psiz_and_flags()[all …]
48 unsigned(inst->src[URB_LOGICAL_SRC_PER_SLOT_OFFSETS].file != BAD_FILE) + in validate()49 unsigned(inst->src[URB_LOGICAL_SRC_CHANNEL_MASK].file != BAD_FILE); in validate()
76 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()
696 (sample_mask.file == BAD_FILE || devinfo->ver == 6)); in emit_fb_writes()700 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes()715 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE && in emit_fb_writes()716 this->outputs[0].file != BAD_FILE); in emit_fb_writes()823 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()847 this->outputs[VARYING_SLOT_PRIMITIVE_SHADING_RATE].file != BAD_FILE) { in emit_urb_writes()889 this->outputs[varying].file == BAD_FILE) { in emit_urb_writes()
171 if (reg->file == BAD_FILE) { in emit_system_values_block()184 if (reg->file == BAD_FILE) in emit_system_values_block()191 if (reg->file == BAD_FILE) in emit_system_values_block()199 if (reg->file == BAD_FILE) in emit_system_values_block()206 if (reg->file == BAD_FILE) in emit_system_values_block()213 if (reg->file == BAD_FILE) { in emit_system_values_block()267 if (reg->file == BAD_FILE) in emit_system_values_block()2312 if (channel_mask.file != BAD_FILE || per_slot_offset.file != BAD_FILE) { in emit_gs_control_data_bits()2320 if (per_slot_offset.file != BAD_FILE) { in emit_gs_control_data_bits()2338 const unsigned header_size = 1 + unsigned(channel_mask.file != BAD_FILE) + in emit_gs_control_data_bits()[all …]
69 case BAD_FILE: in add_byte_offset()446 if (inst->src[i].file != BAD_FILE) { in get_exec_type()
82 case BAD_FILE: in init()496 this->file = BAD_FILE; in fs_reg()540 case BAD_FILE: in is_contiguous()655 if (src[i].file == BAD_FILE) in components_read()869 unsigned(src[URB_LOGICAL_SRC_PER_SLOT_OFFSETS].file != BAD_FILE) - in components_read()870 unsigned(src[URB_LOGICAL_SRC_CHANNEL_MASK].file != BAD_FILE); in components_read()895 return src[0].file == BAD_FILE ? 0 : 2 * REG_SIZE; in size_read()950 case BAD_FILE: in size_read()1102 return src[0].file == BAD_FILE ? 0 : 2; in implied_mrf_writes()1451 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()[all …]
668 if (push_reg.file != BAD_FILE) { in nir_emit_intrinsic()2106 opcode = offset_value.file != BAD_FILE ? SHADER_OPCODE_TG4_OFFSET in nir_emit_texture()2144 inst->shadow_compare = shadow_comparator.file != BAD_FILE; in nir_emit_texture()2173 if (shadow_comparator.file != BAD_FILE && in nir_emit_texture()2188 if (shadow_comparator.file != BAD_FILE) { in nir_emit_texture()2233 shadow_comparator.file != BAD_FILE) { in nir_emit_texture()2240 if (shadow_comparator.file != BAD_FILE) { in nir_emit_texture()2255 if (shadow_comparator.file != BAD_FILE) { in nir_emit_texture()
1380 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()1429 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_fs_inst()1498 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()1535 if (inst->dst.file != BAD_FILE && !inst->dst.is_null()) { in issue_vec4_instruction()
159 if (indirect_offset.file != BAD_FILE) { in nir_emit_intrinsic()
49 case BAD_FILE: in brw_file_from_reg()162 case BAD_FILE: in brw_reg_from_fs_reg()1658 const bool has_payload = inst->src[0].file != BAD_FILE; in generate_pixel_interpolator_query()2103 if (inst->src[0].file != BAD_FILE) { in generate_code()2225 assert(inst->src[0].file == BAD_FILE); in generate_code()2356 assert(inst->dst.file == BAD_FILE); in generate_code()
83 if (inst->src[i].file != BAD_FILE && in inferred_sync_pipe()1039 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE && in update_inst_scoreboard()1163 if (inst->dst.file != BAD_FILE && !inst->dst.is_null() && in gather_inst_dependencies()
207 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
623 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); in fix_math_instruction()
288 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
108 if (value.file == BAD_FILE) { in get_copy_value()
178 if (inst->offset == 0 && indirect_offset.file == BAD_FILE) { in emit_input_urb_read()
1009 BAD_FILE, enumerator