HomeSort by relevance Sort by last modified time
    Searched refs:uchar4 (Results 1 - 25 of 37) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
25 uchar4 tmp;
yuv.rs 27 static uchar4 yuvToRGBA4(uchar y, uchar u, uchar v) {
56 return (uchar4){p.x, p.y, p.z, p.w};
89 uchar4 rgb = yuvToRGBA4(py, pu, pv);
121 uchar4 __attribute__((kernel)) cvt(uint32_t x, uint32_t y) {
intrinsic_3dlut.rs 32 uchar4 __attribute__((kernel)) root(uchar4 in) {
58 uchar4 o = convert_uchar4(v + 0.5f);
intrinsic_blur.rs 35 float4 __attribute__((kernel)) convert4_uToF(uchar4 v) {
40 uchar4 r = rsPackColorTo8888(v);
44 uchar4 __attribute__((kernel)) convert4_fToU(float4 v) {
intrinsic_colormatrix.rs 51 uchar4 u = 0;
90 uchar4 u = rsPackColorTo8888(pin);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 22 void root(const uchar4 *v_in, uchar4 *v_out) {
  /frameworks/av/cmds/stagefright/filters/
argbtorgba.rs 21 void root(const uchar4 *v_in, uchar4 *v_out) {
nightvision.rs 25 void root(const uchar4 *v_in, uchar4 *v_out) {
saturation.rs 26 void root(const uchar4 *v_in, uchar4 *v_out) {
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
levels.rs 28 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
  /frameworks/av/media/libstagefright/filters/
saturationARGB.rs 26 void root(const uchar4 *v_in, uchar4 *v_out) {
  /cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
PixelCounter.rs 30 static void countBlackishPixelsAccum(int *accum, uchar4 pixel, uint32_t x, uint32_t y) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inV) {
TestClz.rs 51 uchar4 __attribute__((kernel)) testClzUchar4Uchar4(uchar4 inValue) {
TestConvert.rs 55 float4 __attribute__((kernel)) testConvertFloat4Uchar4Float4(uchar4 inV) {
139 char4 __attribute__((kernel)) testConvertChar4Uchar4Char4(uchar4 inV) {
199 uchar4 __attribute__((kernel)) testConvertUchar4Float4Uchar4(float4 inV) {
211 uchar4 __attribute__((kernel)) testConvertUchar4Char4Uchar4(char4 inV) {
223 uchar4 __attribute__((kernel)) testConvertUchar4Uchar4Uchar4(uchar4 inV) {
235 uchar4 __attribute__((kernel)) testConvertUchar4Short4Uchar4(short4 inV) {
247 uchar4 __attribute__((kernel)) testConvertUchar4Ushort4Uchar4(ushort4 inV) {
259 uchar4 __attribute__((kernel)) testConvertUchar4Int4Uchar4(int4 inV) {
271 uchar4 __attribute__((kernel)) testConvertUchar4Uint4Uchar4(uint4 inV)
    [all...]
TestClamp.rs 109 uchar4 __attribute__((kernel)) testClampUchar4Uchar4Uchar4Uchar4(uchar4 inValue, unsigned int x) {
110 uchar4 inMinValue = rsGetElementAt_uchar4(gAllocInMinValue, x);
111 uchar4 inMaxValue = rsGetElementAt_uchar4(gAllocInMaxValue, x);
289 uchar4 __attribute__((kernel)) testClampUchar4UcharUcharUchar4(uchar4 inValue, unsigned int x) {
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h 91 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4(half4);
92 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtz(half4);
93 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rte(half4);
94 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtp(half4);
95 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_rtn(half4);
96 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat(half4);
97 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtz(half4);
98 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rte(half4);
99 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtp(half4);
100 __attribute__((overloadable)) uchar4 __spirv_ConvertFToU_Ruchar4_sat_rtn(half4)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 85 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/clang/test/CodeGen/
builtins-nvptx.c 334 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
336 __nvvm_ldg_uc4((const uchar4 *)p);

Completed in 1723 milliseconds

1 2