HomeSort by relevance Sort by last modified time
    Searched defs:uint4 (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/CodeGen/
builtinshufflevector2.c 4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
7 void clang_shufflevector_v_v( float4* A, float4 x, uint4 mask ) {
builtins-nvptx.c 362 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
364 __nvvm_ldg_ui4((const uint4 *)p);
ext-vector.c 6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
252 void test14(uint4 *ap, uint4 *bp, unsigned c) {
253 uint4 a = *ap;
254 uint4 b = *bp;
282 int4 test15(uint4 V0) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 34 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
  /external/swiftshader/src/Common/
Types.hpp 70 typedef ALIGN(16, unsigned int) uint4[4]; member in namespace:sw
  /external/python/cpython3/Lib/
pickletools.py 285 raise ValueError("not enough data in stream to read uint4")
287 uint4 = ArgumentDescriptor( variable
288 name='uint4',
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 62 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
573 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 83 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
591 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 106 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 106 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 112 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 692 milliseconds

1 2