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

1 2

  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 80 int3 label
81 // CHECK: int3
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
  /external/clang/test/CodeGen/
arm-swiftcall.c 65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
501 int3 v __attribute__((packed));
  /external/llvm/test/MC/X86/
x86-16.s 64 int3 label
65 // CHECK: int3
x86-32.s 108 int3 label
109 // CHECK: int3
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 35 TType *int3 = new TType(EbtInt, 3); local
343 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler3D, int1);
345 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler2DArray, int1);
348 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", sampler2DArrayShadow, int1);
358 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler3D, float3, int3);
365 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler3D, float3, int3, float1);
372 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjOffset", gsampler3D, float4, int3);
379 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjOffset", gsampler3D, float4, int3, float1);
384 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLodOffset", gsampler3D, float3, float1, int3);
395 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProjLodOffset", gsampler3D, float4, float1, int3);
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 108 typedef detail::tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
compatibility.hpp 108 typedef detail::tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 65 int &&int3 = ConvertsTo<float&>(); // expected-error{{no viable conversion from 'ConvertsTo<float &>' to 'int'}} local
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 862 __m128i int1, int2, int3, int4, high1, high2; local
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
Bits.java 251 private static byte int3(int x) { return (byte)(x >> 24); } method in class:Bits
257 bb._put(bi + 3, int3(x));
264 _put(a + 3, int3(x));
271 bb._put(bi , int3(x));
278 _put(a , int3(x));
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 58 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
568 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 2459 void X86Assembler::int3() { function in class:art::x86::X86Assembler
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 225 memset(buffer_, 0xCC, buffer_size_); // int3
1288 void Assembler::int3() { function in class:v8::internal::Assembler
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 79 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
586 ELEMENT_AT(int3, RS_TYPE_SIGNED_32, 3)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 100 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 100 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2993 void X86_64Assembler::int3() { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 310 memset(buffer_, 0xCC, buffer_size_); // int3
1417 void Assembler::int3() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 300 memset(buffer_, 0xCC, buffer_size_); // int3
425 // Clear the buffer in debug mode. Use 'int3' instructions to make
1191 void Assembler::int3() { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 106 typedef int int3 __attribute__((ext_vector_type(3))); typedef
    [all...]

Completed in 493 milliseconds

1 2