| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-neon-asm.S | 168 into d16 - red, d19 - green, d18 - blue */ 182 vqadd.u8 d16, d2, d20 185 vshll.u8 q14, d16, #8 257 vqadd.u8 d16, d2, d20 264 vshll.u8 q14, d16, #8 366 into d16 - red, d19 - green, d18 - blue */ 380 vqadd.u8 d16, d2, d20 383 vshll.u8 q14, d16, #8 872 vraddhn.u16 d16, q8, q13 875 vqadd.u8 d16, d [all...] |
| H A D | pixman-arm-neon-asm-bilinear.S | 537 q3, q9, d4, d5, d16, d17, d18, d19 917 vshll.u16 q0, d16, #BILINEAR_INTERPOLATION_BITS 918 vmlsl.u16 q0, d16, d30 922 vld1.32 {d16}, [TMP4], STRIDE 925 vmull.u8 q11, d16, d28 1018 vshll.u16 q0, d16, #BILINEAR_INTERPOLATION_BITS 1019 vmlsl.u16 q0, d16, d30 1026 vld1.32 {d16}, [TMP4], STRIDE 1030 vmull.u8 q11, d16, d28 1099 vmovn.u16 d16, q [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 263 aM.lwe == bM.lwe && aM.r128 == bM.r128 && aM.a16 == bM.a16 && aM.d16 == bM.d16 &&
|
| H A D | aco_assembler.cpp | 489 assert(!mimg.d16 || ctx.chip_class >= GFX9); 490 encoding |= mimg.d16 ? 1 << 31 : 0;
|
| H A D | aco_print_ir.cpp | 423 if (mimg.d16) 424 fprintf(output, " d16");
|
| H A D | aco_ir.h | 1588 bool d16 : 1; /* Convert 32-bit data to 16-bit data */ member in struct:aco::MIMG_instruction
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/ |
| H A D | rbug_texture.c | 290 uint16_t *d16, 331 depth[i] = d16[i]; 282 rbug_send_texture_info_reply(struct rbug_connection * __con,uint32_t serial,uint32_t target,uint32_t format,uint32_t * width,uint32_t width_len,uint16_t * h16,uint32_t height_len,uint16_t * d16,uint32_t depth_len,uint32_t blockw,uint32_t blockh,uint32_t blocksize,uint32_t last_level,uint32_t nr_samples,uint32_t tex_usage,uint32_t * __serial) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 271 bool can_speculate, bool d16, bool tfe); 412 bool d16 : 1; /* GFX8+: data and return values are 16-bit */ member in struct:ac_image_args
|
| H A D | ac_llvm_build.c | 1283 bool can_speculate, bool d16, bool tfe) 1286 assert(!d16); 1320 d16 ? ctx->f16 : ctx->f32, cache_policy, can_speculate, true, 2107 assert(!a->d16 || (ctx->chip_class >= GFX8 && a->opcode != ac_image_atomic && 2165 data_type = a->d16 ? ctx->v4f16 : ctx->v4f32; 1280 ac_build_buffer_load_format(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,unsigned cache_policy,bool can_speculate,bool d16,bool tfe) argument
|
| H A D | ac_nir_to_llvm.c | 1525 assert((!args->tfe || !args->d16) && "unsupported"); 2583 args.d16 = instr->dest.ssa.bit_size == 16; 2672 args.d16 = ac_get_elem_bits(&ctx->ac, LLVMTypeOf(args.data[0])) == 16; 4851 args.d16 = instr->dest.ssa.bit_size == 16;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 4834 - aco: fix emitting d16 for MIMG instructions on GFX9+
|