| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_lower_framebuffer.h | 42 nir_alu_type pan_unpacked_type_for_format(const struct util_format_description *desc);
|
| H A D | pan_ir.c | 107 pan_print_alu_type(nir_alu_type t, FILE *fp) 110 nir_alu_type base = nir_alu_type_get_base_type(t);
|
| H A D | pan_ir.h | 181 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 D | brw_nir_lower_conversions.c | 28 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 D | brw_nir.h | 146 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 D | brw_nir_lower_conversions.c | 28 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 D | brw_nir.h | 160 nir_alu_type type);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.h | 75 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 D | pan_blend.c | 517 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 D | pan_shader.c | 46 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 D | nir_conversion_builder.h | 110 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 D | nir_lower_convert_alu_types.c | 33 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 D | nir_search.h | 89 nir_alu_type type; 108 nir_alu_type type;
|
| H A D | nir_lower_bit_size.c | 34 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 D | nir_lower_mediump.c | 174 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 D | nir_lower_idiv.c | 207 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 D | nir_lower_bit_size.c | 35 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 D | nir_search.h | 87 nir_alu_type type; 103 nir_alu_type type;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_screen.h | 84 nir_alu_type, nir_alu_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | negative_equal_tests.cpp | 29 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 D | negative_equal_tests.cpp | 29 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 D | ir3_image.c | 116 nir_alu_type type = nir_type_uint;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | compiler.h | 103 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 D | blorp_priv.h | 290 nir_alu_type texture_data_type;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 250 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;
|