Searched refs:vB (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264chroma_template.c | 31 psum = vec_mladd(vB, vsrc1ssH, psum);\ 126 const vec_s16 vB = VEC_SPLAT16(vABCD, 3); in PREFIX_h264_chroma_mc8_altivec() local 168 const vec_s16 vE = vec_add(vB, vC); in PREFIX_h264_chroma_mc8_altivec() 201 const vec_s16 vB = VEC_SPLAT16(vABCD, 3); in PREFIX_no_rnd_vc1_chroma_mc8_altivec() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 191 * vB + / +--------------------------------------------+ | + vD 211 * rectangles by introducing new vertices at vA, vB, vC and vD, and 243 alignas(16) float vB[2][4]; in check_elts24() local 287 make_vert(v18, v3, vB); in check_elts24() 292 assert(test_interps((const_float4_ptr)vB, as, bs, at, bt)); in check_elts24() 304 (const_float4_ptr)vB); in check_elts24()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 1424 LValue *vB = intf->getValue(); in checkInterference() local 1428 if (vA->compound | vB->compound) { in checkInterference() 1431 for (const ValueDef *d : mergedDefs(vB)) { in checkInterference() 1443 assert(vB->compound); in checkInterference() 1444 mask &= vd->compMask & vB->compMask; in checkInterference() 1455 vB->compMask, intf->reg & ~7, mask); in checkInterference() 1463 vA->id, vB->id, intf->reg, intf->colors); in checkInterference()
|
/third_party/mksh/ |
H A D | edit.c | 3492 #define vB 0x20 /* bad command (^@) */ macro 3496 #define is_bad(c) (classify[rtt2asc(c) & 0x7F] & vB) 3508 vB, 0, 0, 0, 0, vC|vU, vC|vZ, 0,
|
Completed in 10 milliseconds