Searched defs:vX (Results 1 – 8 of 8) sorted by relevance
/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() 248 void triangleSetupC(const __m128 vX, const __m128 vY, const __m128 vA, const __m128& vB, __m128& vC) in triangleSetupC() 340 void calcBoundingBoxInt(const __m128i& vX, const __m128i& vY, SWR_RECT& bbox) in calcBoundingBoxInt()
|
D | rasterizer.cpp | 84 __m128 vX, vY, vZ, vRecipW; in RasterizeLine() local
|
D | state.h | 366 PixelPositions vX; // IN: x location(s) of pixels member 1030 INLINE const simdscalar& vX(uint32_t sampleNum) const { return _vX[sampleNum]; }; // @llvm_func in vX() function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 641 Pointer<Byte> vX = v0; in conditionalRotate1() local 661 Pointer<Byte> vX = v2; in conditionalRotate2() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 649 Pointer<Byte> vX = v0; in conditionalRotate1() local 669 Pointer<Byte> vX = v2; in conditionalRotate2() local
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdintrin.h | 199 simdscalar const& vX, in vplaneps() 212 simd4scalar const& vX, in vplaneps()
|
/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/mksh/ |
D | edit.c | 3490 #define vX 0x08 /* long command (@, f, F, t, T, etc.) */ macro
|