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

1 2

  /frameworks/rs/tests/typecheck/
kernels.rs 82 long4 l4;
83 long4 l4i = {1, 2, 3, 4};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 631 double4 __attribute__((kernel)) testConvertDouble4Long4Double4(long4 inV) {
655 long4 __attribute__((kernel)) testConvertLong4Double4Long4(double4 inV) {
667 long4 __attribute__((kernel)) testConvertLong4Long4Long4(long4 inV) {
679 long4 __attribute__((kernel)) testConvertLong4Ulong4Long4(ulong4 inV) {
703 ulong4 __attribute__((kernel)) testConvertUlong4Long4Ulong4(long4 inV) {
739 float4 __attribute__((kernel)) testConvertFloat4Long4Float4(long4 inV) {
775 char4 __attribute__((kernel)) testConvertChar4Long4Char4(long4 inV) {
811 uchar4 __attribute__((kernel)) testConvertUchar4Long4Uchar4(long4 inV) {
847 short4 __attribute__((kernel)) testConvertShort4Long4Short4(long4 inV)
    [all...]
TestMax.rs 180 long4 __attribute__((kernel)) testMaxLong4Long4Long4(long4 inV1, unsigned int x) {
181 long4 inV2 = rsGetElementAt_long4(gAllocInV2, x);
TestMin.rs 180 long4 __attribute__((kernel)) testMinLong4Long4Long4(long4 inV1, unsigned int x) {
181 long4 inV2 = rsGetElementAt_long4(gAllocInV2, x);
TestClamp.rs 229 long4 __attribute__((kernel)) testClampLong4Long4Long4Long4(long4 inValue, unsigned int x) {
230 long4 inMinValue = rsGetElementAt_long4(gAllocInMinValue, x);
231 long4 inMaxValue = rsGetElementAt_long4(gAllocInMaxValue, x);
379 long4 __attribute__((kernel)) testClampLong4LongLongLong4(long4 inValue, unsigned int x) {
  /frameworks/rs/scriptc/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
414 VOP(long4)
rs_core_math.rsh 1049 extern long4 __attribute__((const, overloadable))clamp(long4 value, long4 min_value, long4 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
rs_types.rsh 350 typedef long long4 __attribute__((ext_vector_type(4)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
rs_types.rsh 350 typedef long long4 __attribute__((ext_vector_type(4)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
rs_types.rsh 350 typedef long long4 __attribute__((ext_vector_type(4)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
414 VOP(long4)
rs_core_math.rsh 1049 extern long4 __attribute__((const, overloadable))clamp(long4 value, long4 min_value, long4 max_value);
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 246 rsDebug(const char *, long4);
rs_allocation.rsh 201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
414 VOP(long4)
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 58 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
199 static void SC_debugL4(const char *s, const long4 *ll) {
200 ALOGD("long4 %s {%lld, %lld, %lld, %lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->w, ll->x, ll->y, ll->z, ll->w);
rsCpuIntrinsicInlines.h 46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 203 PRIM_DEBUG(long4)

Completed in 709 milliseconds

1 2