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

1 2

  /frameworks/rs/tests/typecheck/
kernels.rs 80 long3 l3;
81 long3 l3i = {1, 2, 3};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 627 double3 __attribute__((kernel)) testConvertDouble3Long3Double3(long3 inV) {
651 long3 __attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
663 long3 __attribute__((kernel)) testConvertLong3Long3Long3(long3 inV) {
675 long3 __attribute__((kernel)) testConvertLong3Ulong3Long3(ulong3 inV) {
699 ulong3 __attribute__((kernel)) testConvertUlong3Long3Ulong3(long3 inV) {
735 float3 __attribute__((kernel)) testConvertFloat3Long3Float3(long3 inV) {
771 char3 __attribute__((kernel)) testConvertChar3Long3Char3(long3 inV) {
807 uchar3 __attribute__((kernel)) testConvertUchar3Long3Uchar3(long3 inV) {
843 short3 __attribute__((kernel)) testConvertShort3Long3Short3(long3 inV)
    [all...]
TestMax.rs 175 long3 __attribute__((kernel)) testMaxLong3Long3Long3(long3 inV1, unsigned int x) {
176 long3 inV2 = rsGetElementAt_long3(gAllocInV2, x);
TestMin.rs 175 long3 __attribute__((kernel)) testMinLong3Long3Long3(long3 inV1, unsigned int x) {
176 long3 inV2 = rsGetElementAt_long3(gAllocInV2, x);
TestClamp.rs 223 long3 __attribute__((kernel)) testClampLong3Long3Long3Long3(long3 inValue, unsigned int x) {
224 long3 inMinValue = rsGetElementAt_long3(gAllocInMinValue, x);
225 long3 inMaxValue = rsGetElementAt_long3(gAllocInMaxValue, x);
373 long3 __attribute__((kernel)) testClampLong3LongLongLong3(long3 inValue, unsigned int x) {
  /external/clang/test/CodeGen/
x86_64-arguments.c 327 typedef long long3 __attribute((ext_vector_type(3))); typedef
328 int foo(long3 X)
  /frameworks/rs/scriptc/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
413 VOP(long3)
rs_core_math.rsh 1036 extern long3 __attribute__((const, overloadable))clamp(long3 value, long3 min_value, long3 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
rs_types.rsh 345 typedef long long3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
rs_types.rsh 345 typedef long long3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
rs_types.rsh 345 typedef long long3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
413 VOP(long3)
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 241 rsDebug(const char *, long3);
rs_allocation.rsh 200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
413 VOP(long3)
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 57 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
196 static void SC_debugL3(const char *s, const long3 *ll) {
197 ALOGD("long3 %s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
rsCpuIntrinsicInlines.h 45 typedef long long3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 202 PRIM_DEBUG(long3)

Completed in 322 milliseconds

1 2