Searched refs:type_t (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_image.h41 type_t ir3_get_image_type(const nir_variable *var);
H A Dir3_context.h177 static inline type_t utype_for_size(unsigned bit_size)
187 static inline type_t utype_src(nir_src src)
190 static inline type_t utype_dst(nir_dest dst)
H A Dir3.h233 type_t src_type, dst_type;
247 type_t type;
250 type_t type;
800 static inline type_t half_type(type_t type)
1038 create_immed_typed(struct ir3_block *block, uint32_t val, type_t type)
1104 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type)
1122 type_t src_type, type_t dst_type)
1319 ir3_SAM(struct ir3_block *block, opc_t opc, type_t typ
[all...]
H A Dinstr-a3xx.h229 } type_t; typedef in typeref:enum:__anon3a3a0e460203
231 static inline uint32_t type_size(type_t type)
251 static inline int type_float(type_t type)
256 static inline int type_uint(type_t type)
261 static inline int type_sint(type_t type)
H A Dir3_image.c158 type_t
H A Dir3_a4xx.c132 type_t type = TYPE_U32;
H A Dir3_a6xx.c119 type_t type = TYPE_U32;
H A Dir3_compiler_nir.c166 type_t src_type, dst_type;
335 type_t type = (alu->op == nir_op_imov) ? TYPE_U32 : TYPE_F32;
850 type_t type = TYPE_U32;
940 type_t type = ir3_get_image_type(var);
1578 type_t type = (instr->def.bit_size < 32) ? TYPE_U16 : TYPE_U32;
1589 type_t type = (undef->def.bit_size < 32) ? TYPE_U16 : TYPE_U32;
1688 type_t type;
H A Dir3_context.c340 type_t type = (flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_image.h41 type_t ir3_get_type_for_image_intrinsic(const nir_intrinsic_instr *instr);
H A Dir3_cf.c29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc)
87 all_uses_safe_conv(struct ir3_instruction *conv_src, type_t src_type)
144 type_t base_type = ir3_output_conv_type(src, &can_fold);
148 type_t src_type = ir3_output_conv_src_type(src, base_type);
149 type_t dst_type = ir3_output_conv_dst_type(src, base_type);
H A Dir3_context.h250 static inline type_t
266 static inline type_t
272 static inline type_t
H A Dir3.h316 type_t src_type, dst_type;
332 type_t type;
335 type_t type;
855 type_t src_type = instr->cat1.src_type;
856 type_t dst_type = instr->cat1.dst_type;
1187 static inline type_t
1188 half_type(type_t type)
1207 static inline type_t
1208 full_type(type_t type)
1372 static inline type_t
[all...]
H A Dinstr-a3xx.h362 } type_t; typedef in typeref:enum:__anon12988a590203
365 type_size(type_t type)
386 type_float(type_t type)
392 type_uint(type_t type)
398 type_sint(type_t type)
H A Dir3_image.c110 type_t
H A Dir3_compiler_nir.c127 type_t src_type, dst_type;
296 type_t dst_type =
1011 type_t type = TYPE_U32;
1189 type_t type, unsigned wrmask, struct ir3_instruction *src0,
1227 type_t type = ir3_get_type_for_image_intrinsic(intr);
1265 type_t dst_type = nir_dest_bit_size(intr->dest) == 16 ? TYPE_U16 : TYPE_U32;
2181 type_t type = (undef->def.bit_size == 16) ? TYPE_U16 : TYPE_U32;
2194 static type_t
2197 type_t type;
2393 type_t typ
[all...]
H A Dir3_a4xx.c125 type_t type = TYPE_U32;
H A Dir3_a6xx.c114 type_t type = TYPE_U32;
H A Dir3_print.c52 type_name(type_t type)
H A Dir3_context.c341 type_t type = (flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
H A Dir3_parser.y116 static type_t parse_type(const char **type)
304 type_t type;

Completed in 35 milliseconds