HomeSort by relevance Sort by last modified time
    Searched refs:float4 (Results 201 - 225 of 367) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeSincos.rs 45 float4 __attribute__((kernel)) testNativeSincosFloat4Float4Float4(float4 inV, unsigned int x) {
46 float4 outCos = 0;
47 float4 out = native_sincos(inV, &outCos);
TestSincos.rs 45 float4 __attribute__((kernel)) testSincosFloat4Float4Float4(float4 inV, unsigned int x) {
46 float4 outCos = 0;
47 float4 out = sincos(inV, &outCos);
TestDistance.rs 39 float __attribute__((kernel)) testDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
40 float4 inRightVector = rsGetElementAt_float4(gAllocInRightVector, x);
TestDot.rs 39 float __attribute__((kernel)) testDotFloat4Float4Float(float4 inLeftVector, unsigned int x) {
40 float4 inRightVector = rsGetElementAt_float4(gAllocInRightVector, x);
TestNativeDistance.rs 39 float __attribute__((kernel)) testNativeDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
40 float4 inRightVector = rsGetElementAt_float4(gAllocInRightVector, x);
TestPown.rs 39 float4 __attribute__((kernel)) testPownFloat4Int4Float4(float4 inBase, unsigned int x) {
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /external/clang/test/Sema/
expr-address-of.c 34 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
36 float *testExtVectorComponentAccess(float4 x) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
convert.rs 19 float4 f4 = { 2.0f, 4.0f, 6.0f, 8.0f };
math_24.rs 24 volatile float4 f4;
  /external/swiftshader/src/Renderer/
Renderer.hpp 130 float4 c[VERTEX_UNIFORM_VECTORS + 1]; // One extra for indices out of range, c[VERTEX_UNIFORM_VECTORS] = {0, 0, 0, 0}
144 float4 c[FRAGMENT_UNIFORM_VECTORS];
175 float4 Wx16;
176 float4 Hx16;
177 float4 X0x16;
178 float4 Y0x16;
179 float4 XXXX;
180 float4 YYYY;
181 float4 halfPixelX;
182 float4 halfPixelY
    [all...]
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
shadows_f.rs 51 static ushort3 rgb2hsv( float4 rgb)
98 static float4 hsv2rgb(ushort3 hsv)
170 float4 rgb;
186 float4 RS_KERNEL shadowsKernel(float4 in) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 71 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) {
96 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
101 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
106 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
111 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
116 float4 p = cubicInterpolate(p0, p1, p2, p3, yf)
    [all...]
  /frameworks/rs/driver/runtime/
rs_matrix.c 5 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c);
214 extern float4 __attribute__((overloadable))
215 rsMatrixMultiply(rs_matrix4x4 *m, float4 in) {
219 extern float4 __attribute__((overloadable))
224 extern float4 __attribute__((overloadable))
321 rsExtractFrustumPlanes(const rs_matrix4x4* viewProj, float4* left, float4* right, float4* top,
322 float4* bottom, float4* near, float4* far)
    [all...]
  /external/clang/test/CodeGen/
arm-swiftcall.c 61 typedef float float4 __attribute__((ext_vector_type(4))); typedef
339 float4 fv2;
372 float4 fv2;
  /frameworks/rs/script_api/
rs_matrix.spec 52 arg: float4* left, "Left plane."
53 arg: float4* right, "Right plane."
54 arg: float4* top, "Top plane."
55 arg: float4* bottom, "Bottom plane."
56 arg: float4* near, "Near plane."
57 arg: float4* far, "Far plane."
113 arg: float4* left
114 arg: float4* righ
115 arg: float4* top
116 arg: float4* botto
    [all...]
  /frameworks/rs/driver/runtime/arch/
generic.c 22 extern uchar4 __attribute__((overloadable)) convert_uchar4(float4);
23 extern float4 __attribute__((overloadable)) convert_float4(uchar4);
94 extern float4 __attribute__((overloadable)) clamp(float4 amount, float4 low, float4 high);
97 extern float4 __attribute__((overloadable)) clamp(float4 amount, float low, float high);
137 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2)
    [all...]
  /external/clang/test/PCH/
types.c 43 float4 f4 = { 1.0, 2.0, 3.0, 4.0 };
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 83 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pcast<half2, float4>(const half2& a, const half2& b) {
98 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 pcast<float4, half2>(const float4& a) {
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
artistic1.rs 47 float4 v1 = rsUnpackColor8888(in);
48 float4 v2 = rsUnpackColor8888(rsGetElementAt_uchar4(gBlur, x, y));
vignette.rsh 49 const float4 fin = convert_float4(in);
54 float4 fout;
vignette_approx.rsh 49 const float4 fin = convert_float4(in);
54 float4 fout;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
artistic1.rs 47 float4 v1 = rsUnpackColor8888(in);
48 float4 v2 = rsUnpackColor8888(rsGetElementAt_uchar4(gBlur, x, y));

Completed in 459 milliseconds

1 2 3 4 5 6 7 891011>>