Home
last modified time | relevance | path

Searched defs:y_ (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dworkgroup_decoration.cc29 const ast::Expression* y_, in WorkgroupDecoration()
43 auto* y_ = ctx->Clone(y); in Clone() local
/third_party/vk-gl-cts/framework/common/
DtcuVector.hpp188 inline Vector<T, Size>::Vector (T x_, T y_) in Vector()
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector()
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector()
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h175 float y_ = 0.0; variable
211 float y_ = 0.0; variable
301 uint32_t y_ = 0; variable
405 float y_ = 0.0; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution.h188 result_type y_; // "beta" in Cheng variable
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c848 FT_Int32 y_ = vector->y; in FT_Vector_NormLen() local
/third_party/libabigail/include/
Dabg-diff-utils.h60 int y_; variable
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8i_enc.h227 int x_, y_; // current macroblock member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc90 int x_, y_, z_; member in __anon3777fcf70111::ThreeInts
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl687 tvec4<T, P> y_(floor(j - T(7) * x_)); // mod(j,N) local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pDepthTests.cpp195 …const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise,… in getFullScreenGrid() local
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2736 private int y_; field in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested