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

1 2 3 4 5 6

  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv.h 5 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySize(image2d_array_t img);
6 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySize(image2d_array_depth_t img);
12 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image2d_array_t img, int lod);
13 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image2d_array_depth_t img, int lod);
14 __attribute__((overloadable, always_inline)) int3 __spirv_ImageQuerySizeLod(image3d_t img, int lod);
  /external/libcxx/test/std/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 29 using int3 = std::integer_sequence<int, 3, 2, 1>;
35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
36 static_assert ( int3::size() == 3, "int3 size wrong" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 29 using int3 = std::integer_sequence<int, 3, 2, 1>;
35 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
36 static_assert ( int3::size() == 3, "int3 size wrong" );
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestIlogb.rs 31 int3 __attribute__((kernel)) testIlogbFloat3Int3(float3 inV) {
TestPown.rs 35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
55 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
TestNativeRootn.rs 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
TestRootn.rs 35 int3 inN = rsGetElementAt_int3(gAllocInN, x);
TestAbs.rs 63 uint3 __attribute__((kernel)) testAbsInt3Uint3(int3 inV) {
TestFrexp.rs 39 int3 outExponent = 0;
TestRemquo.rs 43 int3 outQuotient = 0;
TestClz.rs 95 int3 __attribute__((kernel)) testClzInt3Int3(int3 inValue) {
TestLdexp.rs 35 int3 inExponent = rsGetElementAt_int3(gAllocInExponent, x);
TestLgamma.rs 55 int3 outSignOfGamma = 0;
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 28 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2
36 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
37 static_assert ( int3::size () == 3, "int3 size wrong" );
57 auto t3 = extract ( tup, int3() );
58 static_assert ( std::tuple_size<decltype(t3)>::value == int3::size (), "t3 size wrong");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 28 using int3 = std::make_integer_sequence<int, 3>; // generates int: 0,1,2
36 static_assert ( std::is_same<int3::value_type, int>::value, "int3 type wrong" );
37 static_assert ( int3::size () == 3, "int3 size wrong" );
57 auto t3 = extract ( tup, int3() );
58 static_assert ( std::tuple_size<decltype(t3)>::value == int3::size (), "t3 size wrong");
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py 39 uint3 abs(int3 v);
128 int3 clamp(int3 value, int min_value, int max_value);
129 int3 clamp(int3 value, int3 min_value, int3 max_value);
181 int3 clz(int3 value);
298 float3 frexp(float3 v, int3* exponent)
    [all...]
  /art/runtime/arch/x86_64/
asm_support_x86_64.S 156 int3
157 int3
163 int3
167 int3
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
reduce_backward.rs 122 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
124 static void fz3Accum(int3 *accum,
136 static void fz3Combine(int3 *accum, const int3 *accum2) {
reduce.rs 204 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
206 static void fz3Accum(int3 *accum,
218 static void fz3Combine(int3 *accum, const int3 *accum2) {
  /external/clang/test/CodeGen/
arm-swiftcall.c 65 typedef int int3 __attribute__((ext_vector_type(3))); typedef
501 int3 v __attribute__((packed));
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 38 TEST_F(AssemblerX8664LowLevelTest, Int3) {
39 __ int3();
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 62 int3 i3;
63 int3 i3i = {1, 2, 3};
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 29 int3 hv = rsGetElementAt_int3(histogramValues, i);
56 int3 hv = rsGetElementAt_int3(histogramValues, i);
  /external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c 101 * An aligned int3 instruction used as a trampoline. Some of the tests
103 * before the int3.
106 ".type int3, @function\n\t"
108 "int3:\n\t"
110 "int3\n\t"
111 ".size int3, . - int3\n\t"
114 extern char int3[4096];
121 * - code16_sel: A 16-bit LDT code segment pointing to int3.
123 * - npcode32_sel: A 32-bit not-present LDT code segment pointing to int3
    [all...]
  /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...]

Completed in 953 milliseconds

1 2 3 4 5 6