/external/mesa3d/src/intel/vulkan/grl/include/ |
D | GRLOCLCompatibility.h | 54 typedef struct int3 struct 56 int32_t x; argument 57 int32_t y; argument 58 int32_t z; argument 61 int3() {}; in int3() argument 62 int3(int32_t ix, int32_t iy, int32_t iz) : x(ix), y(iy), z(iz) {}; in int3() argument 67 } int3; typedef
|
/external/libcxx/test/std/utilities/intseq/intseq.intseq/ |
D | integer_seq.pass.cpp | 29 using int3 = std::integer_sequence<int, 3, 2, 1>; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/intseq/intseq.intseq/ |
D | integer_seq.pass.cpp | 30 using int3 = std::integer_sequence<int, 3, 2, 1>; in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/intseq/intseq.intseq/ |
D | integer_seq.pass.cpp | 30 using int3 = std::integer_sequence<int, 3, 2, 1>; in main() typedef
|
/external/libcxx/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 28 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2 in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 29 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2 in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 29 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2 in main() typedef
|
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
D | TraceDataFlowInstrumentationTarget.java | 35 volatile int int3 = 6; field in TraceDataFlowInstrumentationTarget
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Utils.h | 69 typedef int int3 __attribute__((ext_vector_type(3))); typedef
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 64 int3 label
|
D | x86-32.s | 108 int3 label
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/ |
D | arg_list_test.cpp | 128 using int3 = int __attribute__((ext_vector_type(3))); typedef
|
/external/llvm-libc/test/src/__support/ |
D | arg_list_test.cpp | 128 using int3 = int __attribute__((ext_vector_type(3))); typedef
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/ |
D | arg_list_test.cpp | 128 using int3 = int __attribute__((ext_vector_type(3))); typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 192 using int3 = Vec3<int32_t>; variable
|
/external/clang/test/CodeGen/ |
D | arm-swiftcall.c | 65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
|
/external/swiftshader/src/System/ |
D | Types.hpp | 204 using int3 = vec3<int>; typedef
|
/external/libbrillo/brillo/ |
D | any_test.cc | 266 Any int3{20}; in TEST() local
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 81 …typedef tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_co… typedef
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 83 using int3 = PerLane<int, 3>; typedef
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 2976 void AssemblerX8664::int3() { in int3() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 2822 void AssemblerX8632::int3() { in int3() function in Ice::X8632::AssemblerX8632
|