Searched refs:lane3 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 678 unsigned lane0, unsigned lane1, unsigned lane2, unsigned lane3);
|
| H A D | ac_llvm_build.c | 3492 dpp_quad_perm(unsigned lane0, unsigned lane1, unsigned lane2, unsigned lane3) argument 3494 assert(lane0 < 4 && lane1 < 4 && lane2 < 4 && lane3 < 4); 3495 return _dpp_quad_perm | lane0 | (lane1 << 2) | (lane2 << 4) | (lane3 << 6); 4042 unsigned lane0, unsigned lane1, unsigned lane2, unsigned lane3) 4044 unsigned mask = dpp_quad_perm(lane0, lane1, lane2, lane3); 4041 ac_build_quad_swizzle(struct ac_llvm_context * ctx,LLVMValueRef src,unsigned lane0,unsigned lane1,unsigned lane2,unsigned lane3) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 550 unsigned lane1, unsigned lane2, unsigned lane3);
|
| H A D | ac_llvm_build.c | 3500 unsigned lane3) 3502 assert(lane0 < 4 && lane1 < 4 && lane2 < 4 && lane3 < 4); 3503 return _dpp_quad_perm | lane0 | (lane1 << 2) | (lane2 << 4) | (lane3 << 6); 4345 unsigned lane1, unsigned lane2, unsigned lane3) 4347 unsigned mask = dpp_quad_perm(lane0, lane1, lane2, lane3); 3499 dpp_quad_perm(unsigned lane0,unsigned lane1,unsigned lane2,unsigned lane3) argument 4344 ac_build_quad_swizzle(struct ac_llvm_context * ctx,LLVMValueRef src,unsigned lane0,unsigned lane1,unsigned lane2,unsigned lane3) argument
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_packer.c | 1445 unsigned lane3 = lane3_table[I->src[3].swizzle]; local in function:bi_pack_fma_mkvec_v4i8 1446 assert(lane3 < 2); 1447 return 0x710000 | (src0 << 0) | (src1 << 3) | (src2 << 6) | (src3 << 9) | (lane0 << 12) | (lane1 << 13) | (lane2 << 14) | (lane3 << 15);
|
| H A D | bifrost_gen_disasm.c | 2744 const char *lane3 = lane3_table[_BITS(bits, 15, 1)]; local in function:bi_disasm_fma_mkvec_v4i8 2762 fputs(lane3, fp);
|
Completed in 53 milliseconds