/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 34 TType *int2 = new TType(EbtInt, 2); in InsertBuiltInFunctions() local 276 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerExternalOES, int1); in InsertBuiltInFunctions() 277 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "texelFetch", samplerExternalOES, int2, int1); in InsertBuiltInFunctions() 354 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsampler2D, int1); in InsertBuiltInFunctions() 356 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsamplerCube, int1); in InsertBuiltInFunctions() 358 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", sampler2DShadow, int1); in InsertBuiltInFunctions() 359 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerCubeShadow, int1); in InsertBuiltInFunctions() 369 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2D, float2, int2); in InsertBuiltInFunctions() 371 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float1, "textureOffset", sampler2DShadow, float3, int2); in InsertBuiltInFunctions() 372 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2DArray, float3, int2); in InsertBuiltInFunctions() [all...] |
/third_party/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 26 static int int2; variable 34 UT_PTR_SET(pointer2, &int2); in TEST() 37 TEST_ASSERT_POINTERS_EQUAL(pointer2, &int2); in TEST()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 24 using grvx::int2; 56 float2 clipTopLeft = skvx::cast<float>(int2::Load(&clipBounds.fLeft)); in is_visible() 57 float2 clipBotRight = skvx::cast<float>(int2::Load(&clipBounds.fRight)); in is_visible() 184 SkASSERT(skvx::all(skvx::cast<float>(int2::Load(&devIBounds->fLeft)) == topLeftFloor)); in addPathToAtlas() 185 SkASSERT(skvx::all(skvx::cast<float>(int2::Load(&devIBounds->fRight)) == botRightCeil)); in addPathToAtlas()
|
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 57 typedef struct __device_builtin__ __align__(8) int2 60 } int2; 113 #define make_int2(a, b) ((int2){.x = a, .y = b})
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | VectorTypes.h | 21 using int2 = ivec<2>;
|
/third_party/skia/src/gpu/ |
H A D | GrVx.h | 25 using int2 = ivec<2>;
|
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 25 using int2 = skvx::Vec<2,int32_t>; 242 REPORTER_ASSERT(r, all(skvx::naive_if_then_else(int2(0,~0), 245 REPORTER_ASSERT(r, all(skvx::if_then_else(int2(0,~0), 248 REPORTER_ASSERT(r, all(skvx::naive_if_then_else(int2(0,~0).xyxy(), 251 REPORTER_ASSERT(r, all(skvx::if_then_else(int2(0,~0).xyxy(),
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 27 static int int2; variable 35 UT_PTR_SET(pointer2, &int2); in TEST() 38 TEST_ASSERT_POINTERS_EQUAL(pointer2, &int2); in TEST()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.h | 29 using int2 = ivec<2>;
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Types.hpp | 69 typedef ALIGN(8, int) int2[2]; member
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Types.hpp | 196 using int2 = vec2<int>;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-value.h | 25 V(int64_t, int2, i64x2, 2) \
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | compatibility.hpp | 80 typedef tvec2<int, highp> int2; //!< \brief integer vector with 2 components. (From GLM_GTX_compatibility extension) typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 265 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in wpas_dbus_handler_p2p_presence_request() local 291 int2 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request() 298 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0) in wpas_dbus_handler_p2p_presence_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 302 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in wpas_dbus_handler_p2p_presence_request() local 328 int2 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request() 335 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0) in wpas_dbus_handler_p2p_presence_request()
|
/third_party/spirv-tools/test/opt/ |
H A D | local_ssa_elim_test.cpp | 4325 int2 texDim; int elements; int levels; in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 82 using int2 = PerLane<int, 2>; 1245 sw::SIMD::int2 windowSpacePosition;
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb() local 602 || !TEST_ptr((crt2 = load_cert_pem(int2, libctx))) in test_client_cert_verify_cb() 636 OPENSSL_free(int2); in test_client_cert_verify_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 6986 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in p2p_ctrl_presence_req() local 7008 int2 = atoi(pos); in p2p_ctrl_presence_req() 7011 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2); in p2p_ctrl_presence_req()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 2539 Value *int2 = RValue<Int2>(Int2(As<Int4>(packed))).value(); 2540 Value *short4 = Nucleus::createBitCast(int2, Short4::type());
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 7818 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local 7840 int2 = atoi(pos); 7843 return wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ |
H A D | ffx_a.h | 1021 #define ASU2 int2
|