Searched refs:vA (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264chroma_template.c | 30 psum = vec_mladd(vA, vsrc0ssH, BIAS1);\ 56 psum = vec_mladd(vA, vsrc0ssH, v32ss);\ 125 const vec_s16 vA = VEC_SPLAT16(vABCD, 1); in PREFIX_h264_chroma_mc8_altivec() local 200 const vec_s16 vA = VEC_SPLAT16(vABCD, 1); in PREFIX_no_rnd_vc1_chroma_mc8_altivec() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 184 * vA + +--------------------------------------------+ + vC 211 * rectangles by introducing new vertices at vA, vB, vC and vD, and 242 alignas(16) float vA[2][4]; in check_elts24() local 286 make_vert(v18, v9, vA); in check_elts24() 291 assert(test_interps((const_float4_ptr)vA, as, bs, at, bt)); in check_elts24() 299 (const_float4_ptr)vA); in check_elts24()
|
/third_party/skia/src/core/ |
H A D | SkColorSpaceXformSteps.cpp | 163 skvm::F32 vA = v*A, in sk_program_transfer_fn() local 165 v = K*select(vA <= 1.0f, approx_powf(vA, B) in sk_program_transfer_fn()
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_OS_2.h | 31 struct VA : SkOTTableOS2_VA { } vA; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 1423 LValue *vA = node->getValue(); in checkInterference() 1428 if (vA->compound | vB->compound) { in checkInterference() 1430 for (const ValueDef *D : mergedDefs(vA)) { in checkInterference() 1463 vA->id, vB->id, intf->reg, intf->colors); in checkInterference()
|
Completed in 6 milliseconds