Home
last modified time | relevance | path

Searched defs:int3 (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/intel/vulkan/grl/include/
DGRLOCLCompatibility.h54 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/
Dinteger_seq.pass.cpp29 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/
Dinteger_seq.pass.cpp30 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/
Dinteger_seq.pass.cpp30 using int3 = std::integer_sequence<int, 3, 2, 1>; in main() typedef
/external/libcxx/test/std/utilities/intseq/intseq.general/
Dinteger_seq.pass.cpp28 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/
Dinteger_seq.pass.cpp29 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/
Dinteger_seq.pass.cpp29 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/
DTraceDataFlowInstrumentationTarget.java35 volatile int int3 = 6; field in TraceDataFlowInstrumentationTarget
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h69 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/external/llvm/test/MC/X86/
Dx86-16.s64 int3 label
Dx86-32.s108 int3 label
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Darg_list_test.cpp128 using int3 = int __attribute__((ext_vector_type(3))); typedef
/external/llvm-libc/test/src/__support/
Darg_list_test.cpp128 using int3 = int __attribute__((ext_vector_type(3))); typedef
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Darg_list_test.cpp128 using int3 = int __attribute__((ext_vector_type(3))); typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h192 using int3 = Vec3<int32_t>; variable
/external/clang/test/CodeGen/
Darm-swiftcall.c65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/external/swiftshader/src/System/
DTypes.hpp204 using int3 = vec3<int>; typedef
/external/libbrillo/brillo/
Dany_test.cc266 Any int3{20}; in TEST() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp81 …typedef tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_co… typedef
/external/clang/lib/Headers/
Dopencl-c.h99 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp83 using int3 = PerLane<int, 3>; typedef
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp2976 void AssemblerX8664::int3() { in int3() function in Ice::X8664::AssemblerX8664
DIceAssemblerX8632.cpp2822 void AssemblerX8632::int3() { in int3() function in Ice::X8632::AssemblerX8632