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

1 2

  /frameworks/rs/tests/typecheck/
kernels.rs 89 ulong3 ul3;
90 ulong3 ul3i = {1, 2, 3};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestConvert.rs 639 double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(ulong3 inV) {
675 long3 __attribute__((kernel)) testConvertLong3Ulong3Long3(ulong3 inV) {
687 ulong3 __attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
699 ulong3 __attribute__((kernel)) testConvertUlong3Long3Ulong3(long3 inV) {
711 ulong3 __attribute__((kernel)) testConvertUlong3Ulong3Ulong3(ulong3 inV) {
747 float3 __attribute__((kernel)) testConvertFloat3Ulong3Float3(ulong3 inV) {
783 char3 __attribute__((kernel)) testConvertChar3Ulong3Char3(ulong3 inV) {
819 uchar3 __attribute__((kernel)) testConvertUchar3Ulong3Uchar3(ulong3 inV) {
855 short3 __attribute__((kernel)) testConvertShort3Ulong3Short3(ulong3 inV)
    [all...]
TestMax.rs 195 ulong3 __attribute__((kernel)) testMaxUlong3Ulong3Ulong3(ulong3 inV1, unsigned int x) {
196 ulong3 inV2 = rsGetElementAt_ulong3(gAllocInV2, x);
TestMin.rs 195 ulong3 __attribute__((kernel)) testMinUlong3Ulong3Ulong3(ulong3 inV1, unsigned int x) {
196 ulong3 inV2 = rsGetElementAt_ulong3(gAllocInV2, x);
TestClamp.rs 247 ulong3 __attribute__((kernel)) testClampUlong3Ulong3Ulong3Ulong3(ulong3 inValue, unsigned int x) {
248 ulong3 inMinValue = rsGetElementAt_ulong3(gAllocInMinValue, x);
249 ulong3 inMaxValue = rsGetElementAt_ulong3(gAllocInMaxValue, x);
391 ulong3 __attribute__((kernel)) testClampUlong3UlongUlongUlong3(ulong3 inValue, unsigned int x) {
  /frameworks/rs/scriptc/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
416 VOP(ulong3)
rs_core_math.rsh 1088 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong3 min_value, ulong3 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
rs_types.rsh 281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
rs_types.rsh 281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
rs_types.rsh 281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
416 VOP(ulong3)
rs_core_math.rsh 1088 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong3 min_value, ulong3 max_value);
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 256 rsDebug(const char *, ulong3);
rs_allocation.rsh 204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
416 VOP(ulong3)
  /frameworks/rs/driver/runtime/
rs_allocation.c 273 ELEMENT_AT(ulong3)
292 SET_ELEMENT_AT_TYPE(ull3, ulong3)
388 VOP(ulong3)
rs_core.c 205 PRIM_DEBUG(ulong3)
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 60 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
208 static void SC_debugUL3(const char *s, const ulong3 *ll) {
209 ALOGD("ulong3 %s {%llu, %llu, %llu} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);

Completed in 113 milliseconds

1 2