HomeSort by relevance Sort by last modified time
    Searched refs:double3 (Results 1 - 22 of 22) sorted by null

  /frameworks/rs/tests/typecheck/
kernels.rs 107 double3 d3;
108 double3 d3i = {1, 2, 3};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 615 double3 __attribute__((kernel)) testConvertDouble3Double3Double3(double3 inV) {
627 double3 __attribute__((kernel)) testConvertDouble3Long3Double3(long3 inV) {
639 double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(ulong3 inV) {
651 long3 __attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
687 ulong3 __attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
723 float3 __attribute__((kernel)) testConvertFloat3Double3Float3(double3 inV) {
759 char3 __attribute__((kernel)) testConvertChar3Double3Char3(double3 inV) {
795 uchar3 __attribute__((kernel)) testConvertUchar3Double3Uchar3(double3 inV) {
831 short3 __attribute__((kernel)) testConvertShort3Double3Short3(double3 inV)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
rs_types.rsh 217 typedef double double3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
rs_types.rsh 217 typedef double double3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
rs_types.rsh 217 typedef double double3 __attribute__((ext_vector_type(3)));
  /frameworks/rs/scriptc/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
422 VOP(double3)
rs_types.rsh 236 typedef double double3 __attribute__((ext_vector_type(3)));
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
422 VOP(double3)
rs_types.rsh 236 typedef double double3 __attribute__((ext_vector_type(3)));
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_allocation.rsh 212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
422 VOP(double3)
rs_types.rsh 236 typedef double double3 __attribute__((ext_vector_type(3)));
rs_core_math.rsh     [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 36 typedef double double3 __attribute__((ext_vector_type(3))); typedef
96 static void SC_debugD3(const char *s, const double3 *f) {
97 ALOGD("double3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
  /frameworks/rs/driver/runtime/
rs_core.c 211 PRIM_DEBUG(double3)
rs_allocation.c 281 ELEMENT_AT(double3)
394 VOP(double3)
rs_cl.c     [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 41 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]

Completed in 2154 milliseconds