Searched refs:type_t (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_image.h | 41 type_t ir3_get_image_type(const nir_variable *var);
|
| H A D | ir3_context.h | 177 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 D | ir3.h | 233 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 D | instr-a3xx.h | 229 } 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 D | ir3_image.c | 158 type_t
|
| H A D | ir3_a4xx.c | 132 type_t type = TYPE_U32;
|
| H A D | ir3_a6xx.c | 119 type_t type = TYPE_U32;
|
| H A D | ir3_compiler_nir.c | 166 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 D | ir3_context.c | 340 type_t type = (flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_image.h | 41 type_t ir3_get_type_for_image_intrinsic(const nir_intrinsic_instr *instr);
|
| H A D | ir3_cf.c | 29 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 D | ir3_context.h | 250 static inline type_t 266 static inline type_t 272 static inline type_t
|
| H A D | ir3.h | 316 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 D | instr-a3xx.h | 362 } 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 D | ir3_image.c | 110 type_t
|
| H A D | ir3_compiler_nir.c | 127 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 D | ir3_a4xx.c | 125 type_t type = TYPE_U32;
|
| H A D | ir3_a6xx.c | 114 type_t type = TYPE_U32;
|
| H A D | ir3_print.c | 52 type_name(type_t type)
|
| H A D | ir3_context.c | 341 type_t type = (flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32;
|
| H A D | ir3_parser.y | 116 static type_t parse_type(const char **type) 304 type_t type;
|
Completed in 35 milliseconds