Searched refs:imad (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | buffertotexture11_vs.h | 61 imad r0.x, -r0.z, r0.x, v0.x
62 imad r0.y, r0.z, r0.y, cb0[0].x
65 imad r0.x, -r0.z, cb0[0].y, r0.x
67 imad r0.y, r0.z, cb0[0].z, r0.y
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 23 imad u32 u32 hi $r2 $r2 $r3 $r2 25 imad u32 u32 hi $r2 $r2 $r3 $r2 28 imad u32 u32 hi $r2 $r2 $r3 $r2 31 imad u32 u32 hi $r2 $r2 $r3 $r2 33 imad u32 u32 hi $r2 $r2 $r3 $r2 39 imad u32 u32 $r1 $r1 $r0 $r3 72 imad u32 u32 hi $r2 $r2 $r3 $r2 75 imad u32 u32 hi $r2 $r2 $r3 $r2 77 imad u32 u32 hi $r2 $r2 $r3 $r2 80 imad u3 [all...] |
/third_party/backends/backend/ |
H A D | plustek-usbshading.c | 110 u_long dw, imad, imid, alld, cld, cud; in usb_line_statistics() local 128 imad = 0; in usb_line_statistics() 149 imad = dw; in usb_line_statistics() 187 i, cmt, dim_x, mid, imid, mad, imad, aved); in usb_line_statistics()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 252 void imad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2);
|
H A D | VertexProgram.cpp | 231 case Shader::OPCODE_IMAD: imad(d, s0, s1, s2); break; in program()
|
H A D | PixelProgram.cpp | 210 case Shader::OPCODE_IMAD: imad(d, s0, s1, s2); break; in applyShader()
|
H A D | ShaderCore.cpp | 806 void ShaderCore::imad(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &src2) in imad() function in sw::ShaderCore
|
Completed in 25 milliseconds