Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_surface_builder.cpp64 if (src.file == BAD_FILE || n == 0) { in emit_insert()
90 if (src.file == BAD_FILE || n == 0) { in emit_extract()
119 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); in emit_send()
212 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE); in emit_untyped_atomic()
320 const unsigned size = (src0.file != BAD_FILE) + (src1.file != BAD_FILE); in emit_typed_atomic()
Dbrw_vec4_visitor.cpp59 this->size_written = (dst.file == BAD_FILE ? in vec4_instruction()
323 if (devinfo->gen < 6 || devinfo->gen >= 8 || src.file == BAD_FILE) in fix_math_operand()
361 math->mlen = src1.file == BAD_FILE ? 1 : 2; in emit_math()
931 case ir_tg4: opcode = offset_value.file != BAD_FILE in emit_texture()
970 inst->shadow_compare = shadow_comparator.file != BAD_FILE; in emit_texture()
999 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
1011 if (shadow_comparator.file != BAD_FILE) { in emit_texture()
1057 if (dest_type->vector_elements == 3 || shadow_comparator.file != BAD_FILE) { in emit_texture()
1064 if (shadow_comparator.file != BAD_FILE) { in emit_texture()
1075 } else if (op == ir_tg4 && offset_value.file != BAD_FILE) { in emit_texture()
[all …]
Dbrw_ir_fs.h75 case BAD_FILE: in byte_offset()
106 case BAD_FILE: in horiz_offset()
134 case BAD_FILE: in offset()
249 if (reg.file == BAD_FILE || reg.is_null()) { in is_periodic()
455 if (inst->src[i].file != BAD_FILE) { in get_exec_type()
Dbrw_vec4.cpp45 this->file = BAD_FILE; in init()
87 this->file = BAD_FILE; in init()
233 case BAD_FILE: in size_read()
385 enum brw_reg_file last_reg_file = BAD_FILE; in opt_vector_float()
502 if (inst->dst.file == BAD_FILE || in opt_reduce_swizzle()
980 #define IS_64BIT(reg) (reg.file != BAD_FILE && type_sz(reg.type) == 8) in is_dep_ctrl_unsafe()
1174 if (src[i].file == BAD_FILE || src[i].file == IMM) in reswizzle()
1598 case BAD_FILE: in dump_instruction()
1626 if (inst->src[0].file != BAD_FILE) in dump_instruction()
1629 for (int i = 0; i < 3 && inst->src[i].file != BAD_FILE; i++) { in dump_instruction()
[all …]
Dbrw_fs_nir.cpp72 if (outputs[loc].file == BAD_FILE) { in nir_setup_outputs()
129 if (reg->file == BAD_FILE) { in emit_system_values_block()
141 if (reg->file == BAD_FILE) in emit_system_values_block()
148 if (reg->file == BAD_FILE) in emit_system_values_block()
156 if (reg->file == BAD_FILE) in emit_system_values_block()
163 if (reg->file == BAD_FILE) in emit_system_values_block()
170 if (reg->file == BAD_FILE) { in emit_system_values_block()
1632 if (indirect.file == BAD_FILE) { in get_nir_image_deref()
1640 if (indirect.file == BAD_FILE) { in get_nir_image_deref()
1737 if (src.file == BAD_FILE) { in emit_pixel_interpolater_send()
[all …]
Dbrw_fs.cpp79 case BAD_FILE: in init()
417 this->file = BAD_FILE; in fs_reg()
681 if (src[i].file == BAD_FILE) in components_read()
865 case BAD_FILE: in size_read()
1337 if (nir_system_values[SYSTEM_VALUE_SAMPLE_ID].file == BAD_FILE) in emit_samplemaskin_setup()
1903 delta_xy[i].file = BAD_FILE; in compact_virtual_grfs()
2674 if (fb_write->src[i].file != BAD_FILE) in opt_sampler_eot()
3463 if (inst->src[i].file != BAD_FILE) { in lower_load_payload()
3492 if (inst->src[i].file != BAD_FILE) { in lower_load_payload()
3525 if (inst->src[i].file != BAD_FILE) in lower_load_payload()
[all …]
Dbrw_fs_visitor.cpp429 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes()
444 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE); in emit_fb_writes()
525 if (outputs[clip_vertex].file == BAD_FILE) in compute_clip_distance()
616 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes()
671 this->outputs[varying].file == BAD_FILE) { in emit_urb_writes()
Dbrw_ir_vec4.h68 case BAD_FILE: in add_byte_offset()
441 if (inst->src[i].file != BAD_FILE) { in get_exec_type()
Dbrw_fs_surface_builder.cpp104 const unsigned n = (src0.file != BAD_FILE) + (src1.file != BAD_FILE); in emit_untyped_atomic()
155 const unsigned n = (src0.file != BAD_FILE) + (src1.file != BAD_FILE); in emit_typed_atomic()
Dbrw_vec4_tes.cpp187 if (indirect_offset.file != BAD_FILE) { in nir_emit_intrinsic()
Dbrw_vec4_cse.cpp180 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
Dbrw_fs_cse.cpp283 bool no_existing_temp = entry->tmp.file == BAD_FILE; in opt_cse_local()
Dbrw_vec4_copy_propagation.cpp117 if (value.file == BAD_FILE) { in get_copy_value()
Dbrw_vec4_builder.h611 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); in fix_math_instruction()
Dbrw_eu_defines.h844 BAD_FILE, enumerator
Dbrw_vec4_tcs.cpp182 if (inst->offset == 0 && indirect_offset.file == BAD_FILE) { in emit_input_urb_read()
Dbrw_fs_generator.cpp47 case BAD_FILE: in brw_file_from_reg()
151 case BAD_FILE: in brw_reg_from_fs_reg()
1867 if (inst->src[0].file != BAD_FILE) { in generate_code()