Searched defs:vX (Results 1 – 10 of 10) sorted by relevance
/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() 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
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/ |
D | PinView.java | 53 float vX = vPin.x - (pin.getWidth()/2); in onDraw() local
|
/external/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 645 Pointer<Byte> vX = v0; in conditionalRotate1() local 665 Pointer<Byte> vX = v2; in conditionalRotate2() local
|
/external/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 641 Pointer<Byte> vX = v0; in conditionalRotate1() local 661 Pointer<Byte> vX = v2; in conditionalRotate2() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdintrin.h | 199 simdscalar const& vX, in vplaneps() 212 simd4scalar const& vX, in vplaneps()
|
/external/eigen/test/ |
D | evaluators.cpp | 340 VectorXf vX = VectorXf::Random(6); in test_evaluators() local
|
/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/mksh/src/ |
D | edit.c | 3455 #define vX 0x08 /* long command (@, f, F, t, T, etc.) */ macro
|