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

12 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 86 typedef char char3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestClamp.rs 79 char3 __attribute__((kernel)) testClampChar3Char3Char3Char3(char3 inValue, unsigned int x) {
80 char3 inMinValue = rsGetElementAt_char3(gAllocInMinValue, x);
81 char3 inMaxValue = rsGetElementAt_char3(gAllocInMaxValue, x);
265 char3 __attribute__((kernel)) testClampChar3CharCharChar3(char3 inValue, unsigned int x) {
TestMax.rs 104 char3 __attribute__((kernel)) testMaxChar3Char3Char3(char3 inA, unsigned int x) {
105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
TestMin.rs 104 char3 __attribute__((kernel)) testMinChar3Char3Char3(char3 inA, unsigned int x) {
105 char3 inB = rsGetElementAt_char3(gAllocInB, x);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 99 VEC3_TEST(char3)
  /frameworks/rs/script_api/include/
rs_value_types.rsh 411 * char3: Three 8 bit signed integers
416 typedef char __attribute__((ext_vector_type(3))) char3;
rs_allocation_data.rsh 179 extern char3 __attribute__((overloadable))
329 extern char3 __attribute__((overloadable))
479 extern char3 __attribute__((overloadable))
660 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x);
810 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 174 rsDebug(const char* message, char3 a);
rs_math.rsh 170 abs(char3 v);
772 extern char3 __attribute__((const, overloadable))
773 clamp(char3 value, char3 min_value, char3 max_value);
927 extern char3 __attribute__((const, overloadable))
928 clamp(char3 value, char min_value, char max_value);
1089 extern char3 __attribute__((const, overloadable))
1090 clz(char3 value);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_value_types.rsh 411 * char3: Three 8 bit signed integers
416 typedef char __attribute__((ext_vector_type(3))) char3;
rs_allocation_data.rsh 179 extern char3 __attribute__((overloadable))
329 extern char3 __attribute__((overloadable))
479 extern char3 __attribute__((overloadable))
660 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x);
810 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 174 rsDebug(const char* message, char3 a);
rs_math.rsh 170 abs(char3 v);
772 extern char3 __attribute__((const, overloadable))
773 clamp(char3 value, char3 min_value, char3 max_value);
927 extern char3 __attribute__((const, overloadable))
928 clamp(char3 value, char min_value, char max_value);
1089 extern char3 __attribute__((const, overloadable))
1090 clz(char3 value);
    [all...]
  /frameworks/rs/driver/runtime/arch/
generic.c 242 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) {
243 char3 r;
443 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) {
444 char3 r;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
vector.rs 29 char3 i8_3 = { 1, 2, 3 };
math.rs 48 volatile char3 c3;
59 volatile char3 prefix##_c_3 = 1; \
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 36 typedef char char3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 251 PRIM_DEBUG(char3)

Completed in 1508 milliseconds

12 3