Searched refs:nir_alu_type (Results 1 - 25 of 98) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.h42 nir_alu_type pan_unpacked_type_for_format(const struct util_format_description *desc);
H A Dpan_ir.c107 pan_print_alu_type(nir_alu_type t, FILE *fp)
110 nir_alu_type base = nir_alu_type_get_base_type(t);
H A Dpan_ir.h181 nir_alu_type type;
184 /* mali_bifrost_register_file_format corresponding to nir_alu_type */
190 nir_alu_type blend_src1_type;
369 void pan_print_alu_type(nir_alu_type t, FILE *fp);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c28 get_conversion_op(nir_alu_type src_type,
30 nir_alu_type dst_type,
34 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size);
35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size);
69 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0];
70 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size);
73 nir_alu_type dst_full_typ
[all...]
H A Dbrw_nir.h146 nir_alu_type type);
148 enum glsl_base_type brw_glsl_base_type_for_nir_type(nir_alu_type type);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c28 get_conversion_op(nir_alu_type src_type,
30 nir_alu_type dst_type,
34 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size);
35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size);
69 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0];
70 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size);
73 nir_alu_type dst_full_typ
[all...]
H A Dbrw_nir.h160 nir_alu_type type);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.h75 nir_alu_type src0_type, src1_type;
163 nir_alu_type src0_type,
164 nir_alu_type src1_type,
180 nir_alu_type src0_type,
181 nir_alu_type src1_type,
H A Dpan_blend.c517 nir_alu_type src0_type,
518 nir_alu_type src1_type,
538 nir_alu_type nir_type = pan_unpacked_type_for_format(format_desc);
572 nir_alu_type src_types[] = { src0_type ?: nir_type_float32, src1_type ?: nir_type_float32 };
601 nir_alu_type T = nir_alu_type_get_base_type(nir_type);
635 nir_alu_type T = pan_unpacked_type_for_format(desc);
682 nir_alu_type src0_type,
683 nir_alu_type src1_type,
H A Dpan_shader.c46 varying_format(nir_alu_type t, unsigned ncomps)
60 nir_alu_type type;
120 nir_alu_type type = nir_get_nir_type_for_glsl_base_type(base_type);
156 bifrost_blend_type_from_nir(nir_alu_type nir_type)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h110 nir_alu_type src_type,
191 nir_alu_type_range_contains_type_range(nir_alu_type a, nir_alu_type b)
194 nir_alu_type a_base_type = nir_alu_type_get_base_type(a);
195 nir_alu_type b_base_type = nir_alu_type_get_base_type(b);
230 nir_alu_type src_type,
231 nir_alu_type dest_type,
235 nir_alu_type src_base_type = nir_alu_type_get_base_type(src_type);
236 nir_alu_type dest_base_type = nir_alu_type_get_base_type(dest_type);
348 nir_ssa_def *val, nir_alu_type val_typ
[all...]
H A Dnir_lower_convert_alu_types.c33 nir_alu_type src_type = nir_intrinsic_src_type(conv);
34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv);
196 nir_alu_type src_type = nir_op_infos[alu->op].input_types[0] | src->bit_size;
197 nir_alu_type dst_type = nir_op_infos[alu->op].output_type;
H A Dnir_search.h89 nir_alu_type type;
108 nir_alu_type type;
H A Dnir_lower_bit_size.c34 nir_alu_type type, unsigned bit_size)
61 nir_alu_type type = nir_op_infos[op].input_types[i];
107 nir_alu_type type = nir_op_infos[op].output_type;
139 nir_alu_type type = nir_type_uint;
H A Dnir_lower_mediump.c174 nir_alu_type type = nir_intrinsic_src_type(intr);
195 nir_alu_type type = nir_intrinsic_dest_type(intr);
253 nir_alu_type types)
269 nir_alu_type type;
H A Dnir_lower_idiv.c207 nir_alu_type int_type = nir_op_infos[op].output_type | sz;
208 nir_alu_type float_type = nir_type_float | (options->allow_fp16 ? sz * 2 : 32);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bit_size.c35 nir_alu_type type,
38 nir_alu_type base_type = nir_alu_type_get_base_type(type);
39 nir_alu_type lowered_type = bit_size | base_type;
59 nir_alu_type type = nir_op_infos[op].input_types[i];
72 nir_alu_type type = nir_op_infos[op].output_type;
H A Dnir_search.h87 nir_alu_type type;
103 nir_alu_type type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.h84 nir_alu_type, nir_alu_type,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp29 nir_alu_type base_type, unsigned bits, int first);
32 nir_alu_type base_type, unsigned bits, unsigned components);
224 count_sequence(nir_const_value c[NIR_MAX_VEC_COMPONENTS], nir_alu_type base_type, unsigned bits, int first)
295 nir_alu_type base_type, unsigned bits, unsigned components)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp29 nir_alu_type full_type, int first);
32 nir_alu_type full_type, unsigned components);
318 nir_alu_type full_type, int first)
376 nir_alu_type full_type, unsigned components)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_image.c116 nir_alu_type type = nir_type_uint;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h103 nir_alu_type src_types[MIR_SRC_COUNT];
104 nir_alu_type dest_type;
506 unsigned mir_components_for_type(nir_alu_type T);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_priv.h290 nir_alu_type texture_data_type;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c250 nir_alu_type newtype;
251 nir_alu_type oldtype;
277 nir_alu_type newtype = typeconv[rt].newtype;
278 nir_alu_type oldtype = typeconv[rt].oldtype;

Completed in 16 milliseconds

1234