Searched defs:vB (Results 1 – 12 of 12) sorted by relevance
/external/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)
|
/external/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()
|
/external/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()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon64.cc | 104 #define YUV422TORGB(vR, vG, vB) \ argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 79 #define YUVTORGB(vR, vG, vB) \ argument
|
/external/libyuv/files/source/ |
D | row_neon64.cc | 79 #define YUVTORGB(vR, vG, vB) \ argument
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 1414 LValue *vB = intf->getValue(); in checkInterference() local
|
/external/mksh/src/ |
D | edit.c | 3425 #define vB 0x20 /* bad command (^@) */ macro
|