Home
last modified time | relevance | path

Searched refs:rgb_ (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Ddecode_ir.cc26 DecodeOperation::DecodeOperation(bool rgb) : rgb_(rgb) {} in DecodeOperation()
34 std::shared_ptr<TensorOp> DecodeOperation::Build() { return std::make_shared<DecodeOp>(rgb_); } in Build()
37 (*out_json)["rgb"] = rgb_; in to_json()
Ddecode_ir.h55 bool rgb_;
/third_party/gstreamer/gstplugins_bad/ext/vulkan/shaders/
Dcolor_convert_generic.glsl29 vec4 rgb_ = color_matrix * vec4(texel, 1.0);
30 return rgb_.rgb;
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c38 .rgb_ ## key = value, \
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc266 explicit Data(bool rgb) : rgb_(rgb) {} in Data()
267 bool rgb_; member
272 …red_ptr<TensorOperation> Decode::Parse() { return std::make_shared<DecodeOperation>(data_->rgb_); } in Parse()
280 return std::make_shared<DecodeOperation>(data_->rgb_); in Parse()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp123 SeparateBlendEq (BlendEq rgb_, BlendEq alpha_) in SeparateBlendEq()
124 : rgb (rgb_) in SeparateBlendEq()
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_) in SeparateBlendFunc()
148 : rgb (rgb_) in SeparateBlendFunc()