HomeSort by relevance Sort by last modified time
    Searched full:uint2 (Results 26 - 50 of 50) sorted by null

12

  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
vector.rs 32 uint2 u32_2 = { 1, 2 };
  /frameworks/base/docs/html/reference/renderscript/
globals_type.html 178 <li>uint2
rs__allocation_8rsh_source.html 142 <a name="l00195"></a>00195 GET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a>)
228 <a name="l00330"></a>00330 SET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a>)
rs__debug_8rsh_source.html 128 <a name="l00221"></a>00221 <a class="code" href="rs__debug_8rsh.html#aff35df661796c13fa9e616d1d387df0d">rsDebug</a>(const <span class="keywordtype">char</span> *, <a class="code" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a>);
rs__types_8rsh.html 97 <tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a></td></tr>
    [all...]
globals.html     [all...]
rs__types_8rsh_source.html 109 <a name="l00260"></a><a class="code" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">00260</a> typedef <a class="code" href="rs__types_8rsh.html#a4f5fce8c1ef282264f9214809524d836">uint</a> <a class="code" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a> __attribute__((ext_vector_type(2)));
    [all...]
rs__cl_8rsh.html 41 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="rs__types_8rsh.html#aaf90cd1f01a121e824fc6e1b927e7683">uint2</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a01ff256469203ba33ba0f220b54e70d1">convert_uint2</a> (<a class="el" href="rs__types_8rsh.html#aff5eb7cd53a34bb01924bf64485296de">uchar2</a> v)</td></tr>
    [all...]
  /frameworks/rs/scriptc/
rs_debug.rsh 221 rsDebug(const char *, uint2);
rs_types.rsh 260 typedef uint uint2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 221 rsDebug(const char *, uint2);
rs_types.rsh 260 typedef uint uint2 __attribute__((ext_vector_type(2)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 50 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
168 static void SC_debugUI2(const char *s, const uint2 *i) {
169 ALOGD("uint2 %s {%u, %u} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/mips/
libRSSupport.so 
  /frameworks/rs/driver/runtime/
rs_allocation.c 237 ELEMENT_AT(uint2)
rs_sample.c 386 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk,
528 uint2 location;
allocation.ll 350 !42 = metadata !{metadata !"uint2", metadata !15}
  /prebuilts/sdk/renderscript/lib/x86/
libRSSupport.so 
  /frameworks/rs/cpp/
rsCppStructs.h 898 * Utility function for returning an Element containing a uint2.
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
761 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 53 static volatile uint2 prefix##_ui_2 = 1; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/sdk/tools/linux/
llvm-rs-cc 

Completed in 871 milliseconds

12