/third_party/skia/third_party/externals/tint/src/ast/ |
D | workgroup_decoration.cc | 29 const ast::Expression* y_, in WorkgroupDecoration() argument 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()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 159 void SetY(float y) { y_ = y; } in SetY() 160 float GetY() const { return y_; } in GetY() 175 float y_ = 0.0; variable 191 void SetY(float y) { y_ = y; } in SetY() 192 float GetY() const { return y_; } in GetY() 211 float y_ = 0.0; variable 291 void SetY(uint32_t y) { y_ = y; } in SetY() 292 uint32_t GetY() const { return y_; } in GetY() 301 uint32_t y_ = 0; variable 369 void SetY(float y) { y_ = y; } in SetY() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVector.hpp | 107 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/ |
D | iterator_enc.c | 24 (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()
|
D | vp8i_enc.h | 227 int x_, y_; // current macroblock member
|
D | quant_enc.c | 471 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()
|
D | frame_enc.c | 504 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | beta_distribution.h | 110 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 variable 358 v = p.y_ * std::log(u1 / (1 - u1)); in AlgorithmCheng()
|
/third_party/libabigail/include/ |
D | abg-diff-utils.h | 60 int y_; variable 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); 215 y_ = -1; in clear()
|
/third_party/littlefs/scripts/ |
D | plot.py | 495 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 …]
|
D | plotmpl.py | 241 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/ |
D | ftcalc.c | 848 FT_Int32 y_ = vector->y; in FT_Vector_NormLen() local 855 y = (FT_UInt32)y_; in FT_Vector_NormLen() 858 FT_MOVE_SIGN( y_, y, sy ); in FT_Vector_NormLen() 904 y_ = (FT_Int32)y; in FT_Vector_NormLen() 910 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) ); in FT_Vector_NormLen()
|
/third_party/mindspore/patches/ |
D | 0015-bugfix-for-cpu-kernel.patch | 144 - y_ = y->data(); 145 + y_ = y->data_; 146 CHECK_NULL_RETURN(y_); 174 + y_ = y_broadcast_buf;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 83 y_ = counter; in ThreeInts() 90 int x_, y_, z_; member in __anon3777fcf70111::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/ |
D | glsLifetimeTests.hpp | 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() 387 , y (y_) in Rectangle()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglColorClearCase.cpp | 60 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/ |
D | unit-regression2.cpp | 295 for_3333(int x_ = 0, int y_ = 0) : x(x_), y(y_) {} in for_3333()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 43 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()
|
D | hb-ot-glyf-table.hh | 1137 optional_point_t (float x_, float y_) { x = x_; y = y_; has_data = true; } in optional_point_t()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestIssues.cs | 2714 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/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() 967 , y (y_) in Rectangle()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 195 …const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise,… in getFullScreenGrid() local 198 vertices[y*gridsize + x] = Vec3(x_, y_, z_); in getFullScreenGrid()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | raytraversal.txt | 52 y_{r}\\ 66 y_{as} - o_y \\
|
D | vertexpostproc.txt | 940 y_{c_{trans}} \\ 946 x_{c} \cos \theta - y_{c} \sin \theta \\ 947 x_{c} \sin \theta + y_{c} \cos \theta \\ 978 \frac{y_{c_{trans}}}{w_c} \\
|