Home
last modified time | relevance | path

Searched refs:y_ (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
H A Dworkgroup_decoration.cc29 const ast::Expression* y_, in WorkgroupDecoration()
31 : Base(pid, src), x(x_), y(y_), z(z_) {} in WorkgroupDecoration()
43 auto* y_ = ctx->Clone(y); in Clone() local
45 return ctx->dst->create<WorkgroupDecoration>(src, x_, y_, z_); in Clone()
26 WorkgroupDecoration(ProgramID pid, const Source& src, const ast::Expression* x_, const ast::Expression* y_, const ast::Expression* z_) WorkgroupDecoration() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h159 void SetY(float y) { y_ = y; } in SetY()
160 float GetY() const { return y_; } in GetY()
175 float y_ = 0.0; member in amber::DrawRectCommand
191 void SetY(float y) { y_ = y; } in SetY()
192 float GetY() const { return y_; } in GetY()
211 float y_ = 0.0; member in amber::DrawGridCommand
291 void SetY(uint32_t y) { y_ = y; } in SetY()
292 uint32_t GetY() const { return y_; } in GetY()
301 uint32_t y_ = 0; member in amber::ComputeCommand
369 void SetY(float y) { y_
405 float y_ = 0.0; global() member in amber::ProbeCommand
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp107 Vector (T x_, T y_);
108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
188 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() argument
192 m_data[1] = y_; in Vector()
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() argument
200 m_data[1] = y_; in Vector()
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument
209 m_data[1] = y_; in Vector()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c24 (it->y_ > 0) ? 129 : 127; in InitLeft()
47 it->y_ = y; in VP8IteratorSetRow()
133 const int x = it->x_, y = it->y_; in VP8IteratorImport()
191 const int x = it->x_, y = it->y_; in VP8IteratorExport()
292 const int x = it->x_, y = it->y_; in VP8IteratorSaveBoundary()
317 VP8IteratorSetRow(it, ++it->y_); in VP8IteratorNext()
H A Dvp8i_enc.h227 int x_, y_; // current macroblock member
H A Dframe_enc.c504 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
542 if (it->x_ == 0 && it->y_ == 0) { // only do it once, at start in StoreSideInfo()
H A Dquant_enc.c471 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds()
477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()
1257 if (it->x_ == 0 || it->y_ == 0) { in RefineUsingDistortion()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h110 y_ = result_type(1) / a_; in param_type()
116 y_ = std::sqrt((1 + r) / (b_ * r * 2 - r + 1)); in param_type()
117 gamma_ = a_ + result_type(1) / y_; in param_type()
188 result_type y_; // "beta" in Cheng member in absl::beta_distribution::param_type
358 v = p.y_ * std::log(u1 / (1 - u1)); in AlgorithmCheng()
/third_party/libabigail/include/
H A Dabg-diff-utils.h60 int y_; member in abigail::diff_utils::point
66 : x_(-1), y_(-1),empty_(true) in point()
70 : x_(x), y_(y), empty_(false) in point()
74 : x_(p.x()), y_(p.y()), empty_(p.is_empty()) in point()
90 {return y_;} in y()
95 y_ = y; in y()
103 y_ = y; in set()
111 y_ = y; in set()
154 set(x_ + val, y_ + val); in operator +=()
215 y_ in clear()
[all...]
/third_party/littlefs/scripts/
H A Dplot.py495 y_ = dat(r[y])
499 y_ = None
501 if y_ is not None:
502 dataset[x_] = y_ + dataset.get(x_, 0)
504 dataset[x_] = y_ or dataset.get(x_, None)
540 for y_ in y:
543 k_y = y_ if len(y or []) > 1 or (not ks_ and not k_x) else ''
548 y_,
1226 y_ = len(heights)-1
1227 while subrow >= heights[y_]
[all...]
H A Dplotmpl.py241 y_ = dat(r[y])
245 y_ = None
247 if y_ is not None:
248 dataset[x_] = y_ + dataset.get(x_, 0)
250 dataset[x_] = y_ or dataset.get(x_, None)
286 for y_ in y:
289 k_y = y_ if len(y or []) > 1 or (not ks_ and not k_x) else ''
294 y_,
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c848 FT_Int32 y_ = vector->y; in FT_BASE_DEF() local
855 y = (FT_UInt32)y_; in FT_BASE_DEF()
858 FT_MOVE_SIGN( y_, y, sy ); in FT_BASE_DEF()
904 y_ = (FT_Int32)y; in FT_BASE_DEF()
910 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) ); in FT_BASE_DEF()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc83 y_ = counter; in ThreeInts()
90 int x_, y_, z_; member in __anon19163::ThreeInts
179 EXPECT_EQ(1, array[0].y_); in TEST()
182 EXPECT_EQ(2, array[1].y_); in TEST()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle()
387 , y (y_) in Rectangle()
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp()
62 , y (y_) in ClearOp()
/third_party/json/tests/src/
H A Dunit-regression2.cpp295 for_3333(int x_ = 0, int y_ = 0) : x(x_), y(y_) {} in for_3333()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-gvar-table.hh43 void init (float x_ = 0.f, float y_ = 0.f, bool is_end_point_ = false) in init()
44 { flag = 0; x = x_; y = y_; is_end_point = is_end_point_; } in init()
H A Dhb-ot-glyf-table.hh1137 optional_point_t (float x_, float y_) { x = x_; y = y_; has_data = true; } in optional_point_t()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs2714 y_ = other.y_; in Nested()
2736 private int y_; field in UnitTest.Issues.TestProtos.OneofMerging.Types.Nested
2739 get { return y_; }
2741 y_ = value;
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp195 const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); in getFullScreenGrid() local
198 vertices[y*gridsize + x] = Vec3(x_, y_, z_); in getFullScreenGrid()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp965 Rectangle (int x_, int y_, int width_, int height_)
967 , y (y_)
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp146 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp5120 VULKAN_HPP_CONSTEXPR SampleLocationEXT( float x_ = {}, float y_ = {} ) VULKAN_HPP_NOEXCEPT
5122 , y( y_ ) in y()
5147 SampleLocationEXT & setY( float y_ ) VULKAN_HPP_NOEXCEPT
5149 y = y_;
5925 VULKAN_HPP_CONSTEXPR Offset2D( int32_t x_ = {}, int32_t y_ = {} ) VULKAN_HPP_NOEXCEPT
5927 , y( y_ ) in y()
5950 Offset2D & setY( int32_t y_ ) VULKAN_HPP_NOEXCEPT
5952 y = y_;
7074 VULKAN_HPP_CONSTEXPR Offset3D( int32_t x_ = {}, int32_t y_ = {}, int32_t z_ = {} ) VULKAN_HPP_NOEXCEPT
7076 , y( y_ )
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp6630 VULKAN_HPP_CONSTEXPR SampleLocationEXT( float x_ = {}, float y_ = {} ) VULKAN_HPP_NOEXCEPT
6632 , y( y_ ) in y()
6656 VULKAN_HPP_CONSTEXPR_14 SampleLocationEXT & setY( float y_ ) VULKAN_HPP_NOEXCEPT
6658 y = y_;
7848 VULKAN_HPP_CONSTEXPR Offset2D( int32_t x_ = {}, int32_t y_ = {} ) VULKAN_HPP_NOEXCEPT
7850 , y( y_ ) in y()
7874 VULKAN_HPP_CONSTEXPR_14 Offset2D & setY( int32_t y_ ) VULKAN_HPP_NOEXCEPT
7876 y = y_;
9286 VULKAN_HPP_CONSTEXPR Offset3D( int32_t x_ = {}, int32_t y_ = {}, int32_t z_ = {} ) VULKAN_HPP_NOEXCEPT
9288 , y( y_ )
[all...]

Completed in 104 milliseconds