Searched defs:vB (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_128_avx2.inl | 41 static SIMDINLINE Integer SIMDCALL sllv_epi32(Integer vA, Integer vB) // return a << b (uint32) 46 static SIMDINLINE Integer SIMDCALL srlv_epi32(Integer vA, Integer vB) // return a >> b (uint32)
|
D | simdintrin.h | 197 simdscalar const& vB, in vplaneps() 210 simd4scalar const& vB, in vplaneps() 242 simdscalar vB = _simd_broadcast_ss(pInterpB); in InterpolateComponent() local 299 simd4scalar vB = SIMD128::broadcast_ss(pInterpB); in InterpolateComponent() local
|
D | simdlib_128_avx.inl | 163 static SIMDINLINE Integer SIMDCALL sllv_epi32(Integer vA, Integer vB) // return a << b (uint32) 204 static SIMDINLINE Integer SIMDCALL srlv_epi32(Integer vA, Integer vB) // return a >> b (uint32)
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.h | 53 void triangleSetupAB(const __m128 vX, const __m128 vY, __m128& vA, __m128& vB) in triangleSetupAB() 77 void triangleSetupABInt(const __m128i vX, const __m128i vY, __m128i& vA, __m128i& vB) in triangleSetupABInt() 139 float calcDeterminantInt(const __m128i vA, const __m128i vB) in calcDeterminantInt() 248 void triangleSetupC(const __m128 vX, const __m128 vY, const __m128 vA, const __m128& vB, __m128& vC) in triangleSetupC()
|
D | backend_impl.h | 72 simdscalar vB = _simd_broadcast_ss(pUserClipBuffer++); in ComputeUserClipMask() local
|
D | rasterizer_impl.h | 277 INLINE void adjustTopLeftRuleIntFix16(const __m128i vA, const __m128i vB, __m256d& vEdge) in adjustTopLeftRuleIntFix16()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264chroma_template.c | 126 const vec_s16 vB = VEC_SPLAT16(vABCD, 3); in PREFIX_h264_chroma_mc8_altivec() local 201 const vec_s16 vB = VEC_SPLAT16(vABCD, 3); in PREFIX_no_rnd_vc1_chroma_mc8_altivec() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_N.c | 361 vector unsigned short vR, vG, vB; in Blit_RGB565_32Altivec() local 508 vector unsigned short vR, vG, vB; in Blit_RGB555_32Altivec() local
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 356 Value* Builder::VPLANEPS(Value* vA, Value* vB, Value* vC, Value*& vX, Value*& vY) in VPLANEPS()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 1418 LValue *vB = intf->getValue(); in checkInterference() local
|
/third_party/mksh/ |
D | edit.c | 3492 #define vB 0x20 /* bad command (^@) */ macro
|