HomeSort by relevance Sort by last modified time
    Searched refs:uchar3 (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 91 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestClamp.rs 103 uchar3 __attribute__((kernel)) testClampUchar3Uchar3Uchar3Uchar3(uchar3 inValue, unsigned int x) {
104 uchar3 inMinValue = rsGetElementAt_uchar3(gAllocInMinValue, x);
105 uchar3 inMaxValue = rsGetElementAt_uchar3(gAllocInMaxValue, x);
283 uchar3 __attribute__((kernel)) testClampUchar3UcharUcharUchar3(uchar3 inValue, unsigned int x) {
TestMax.rs 124 uchar3 __attribute__((kernel)) testMaxUchar3Uchar3Uchar3(uchar3 inA, unsigned int x) {
125 uchar3 inB = rsGetElementAt_uchar3(gAllocInB, x);
TestMin.rs 124 uchar3 __attribute__((kernel)) testMinUchar3Uchar3Uchar3(uchar3 inA, unsigned int x) {
125 uchar3 inB = rsGetElementAt_uchar3(gAllocInB, x);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 147 VEC3_TEST(uchar3)
  /frameworks/rs/script_api/include/
rs_value_types.rsh 315 * uchar3: Three 8 bit unsigned integers
320 typedef uchar __attribute__((ext_vector_type(3))) uchar3;
rs_allocation_data.rsh 194 extern uchar3 __attribute__((overloadable))
344 extern uchar3 __attribute__((overloadable))
494 extern uchar3 __attribute__((overloadable))
675 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x);
825 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 194 rsDebug(const char* message, uchar3 a);
rs_math.rsh 169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_value_types.rsh 315 * uchar3: Three 8 bit unsigned integers
320 typedef uchar __attribute__((ext_vector_type(3))) uchar3;
rs_allocation_data.rsh 194 extern uchar3 __attribute__((overloadable))
344 extern uchar3 __attribute__((overloadable))
494 extern uchar3 __attribute__((overloadable))
675 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x);
825 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 194 rsDebug(const char* message, uchar3 a);
rs_math.rsh 169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
    [all...]
  /frameworks/rs/driver/runtime/arch/
generic.c 326 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) {
327 uchar3 r;
527 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) {
528 uchar3 r;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
vector.rs 33 uchar3 u8_3 = { 1, 2, 3 };
math.rs 53 volatile uchar3 uc3;
63 volatile uchar3 prefix##_uc_3 = 1; \
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 272 UChar* uchar3 = 0; local
    [all...]

Completed in 1153 milliseconds

12 3