HomeSort by relevance Sort by last modified time
    Searched refs:float3 (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFastDistance.rs 34 float __attribute__((kernel)) testFastDistanceFloat3Float3Float(float3 inLhs, unsigned int x) {
35 float3 inRhs = rsGetElementAt_float3(gAllocInRhs, x);
TestNativeDistance.rs 34 float __attribute__((kernel)) testNativeDistanceFloat3Float3Float(float3 inLhs, unsigned int x) {
35 float3 inRhs = rsGetElementAt_float3(gAllocInRhs, x);
TestNativeRootn.rs 34 float3 __attribute__((kernel)) testNativeRootnFloat3Int3Float3(float3 inV, unsigned int x) {
TestPown.rs 34 float3 __attribute__((kernel)) testPownFloat3Int3Float3(float3 inX, unsigned int x) {
TestRootn.rs 34 float3 __attribute__((kernel)) testRootnFloat3Int3Float3(float3 inV, unsigned int x) {
intrinsic_resize.rs 30 static float3 cubicInterpolate_F3 (float3 p0,float3 p1,float3 p2,float3 p3 , float x) {
116 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys0));
117 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys0));
118 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys0));
119 float3 p03 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys0));
120 float3 p0 = cubicInterpolate_F3(p00, p01, p02, p03, xf)
    [all...]
intrinsic_convolve3x3.rs 72 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y1));
73 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, x, y1));
74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1));
75 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y));
76 float3 p11 = convert_float3(rsGetElementAt_uchar3(gIn, x, y));
77 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y));
78 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y2));
79 float3 p21 = convert_float3(rsGetElementAt_uchar3(gIn, x, y2));
80 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y2));
218 float3 __attribute__((kernel)) convolve_F3(uint32_t x, uint32_t y)
    [all...]
TestConvert.rs 27 float3 __attribute__((kernel)) testConvertFloat3Float3Float3(float3 inV) {
39 float3 __attribute__((kernel)) testConvertFloat3Char3Float3(char3 inV) {
51 float3 __attribute__((kernel)) testConvertFloat3Uchar3Float3(uchar3 inV) {
63 float3 __attribute__((kernel)) testConvertFloat3Short3Float3(short3 inV) {
75 float3 __attribute__((kernel)) testConvertFloat3Ushort3Float3(ushort3 inV) {
87 float3 __attribute__((kernel)) testConvertFloat3Int3Float3(int3 inV) {
99 float3 __attribute__((kernel)) testConvertFloat3Uint3Float3(uint3 inV) {
111 char3 __attribute__((kernel)) testConvertChar3Float3Char3(float3 inV) {
195 uchar3 __attribute__((kernel)) testConvertUchar3Float3Uchar3(float3 inV)
    [all...]
intrinsic_convolve5x5.rs 86 float3 p0 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y0)) * gCoeffs[0]
92 float3 p1 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y1)) * gCoeffs[5]
98 float3 p2 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y2)) * gCoeffs[10]
104 float3 p3 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y3)) * gCoeffs[15]
110 float3 p4 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y4)) * gCoeffs[20]
259 float3 __attribute__((kernel)) convolve_F3(uint32_t x, uint32_t y) {
272 float3 p0 = rsGetElementAt_float3(gIn, x0, y0) * gCoeffs[0]
278 float3 p1 = rsGetElementAt_float3(gIn, x0, y1) * gCoeffs[5]
284 float3 p2 = rsGetElementAt_float3(gIn, x0, y2) * gCoeffs[10]
290 float3 p3 = rsGetElementAt_float3(gIn, x0, y3) * gCoeffs[15
    [all...]
TestMax.rs 34 float3 __attribute__((kernel)) testMaxFloat3Float3Float3(float3 in, unsigned int x) {
35 float3 in1 = rsGetElementAt_float3(gAllocIn1, x);
TestMin.rs 34 float3 __attribute__((kernel)) testMinFloat3Float3Float3(float3 in, unsigned int x) {
35 float3 in1 = rsGetElementAt_float3(gAllocIn1, x);
TestClamp.rs 37 float3 __attribute__((kernel)) testClampFloat3Float3Float3Float3(float3 inValue, unsigned int x) {
38 float3 inMinValue = rsGetElementAt_float3(gAllocInMinValue, x);
39 float3 inMaxValue = rsGetElementAt_float3(gAllocInMaxValue, x);
55 float3 __attribute__((kernel)) testClampFloat3FloatFloatFloat3(float3 inValue, unsigned int x) {
verify.rs 60 float3 pref = rsGetElementAt_float3(in1, x, y);
61 float3 ptst = rsGetElementAt_float3(in2, x, y);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
levels.rs 29 float3 pixel = convert_float4(in[0]).rgb;
34 pixel = pow(pixel, (float3)gamma);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.cpp 36 float float3; member in struct:blink::ExpectedTextRunSize
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
raw_converter.rs 40 float3 neutralPoint; // The camera neutral
72 static float3 gammaCorrectPixel(float3 rgb) {
73 float3 ret;
94 static float3 tonemap(float3 rgb) {
95 float3 sorted = clamp(rgb, 0.f, 1.f);
137 float3 finalRGB;
181 static float3 applyColorspace(float3 pRGB)
    [all...]
  /external/clang/test/Sema/
ext_vector_casts.c 4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
15 float3 vec3;
  /external/chromium_org/v8/test/mjsunit/
bit-not.js 57 testBitNot(0x7fffffff + 0.12345, "float3");
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 65 float3 pref = rsGetElementAt_float3(in1, x, y);
66 float3 ptst = rsGetElementAt_float3(in2, x, y);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 353 typedef vec_t<float, 3> float3; typedef
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 353 typedef vec_t<float, 3> float3; typedef

Completed in 482 milliseconds

1 2 3 4 56