Home
last modified time | relevance | path

Searched refs:source_ (Results 1 – 25 of 47) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.hpp277 …derType shaderType_, const std::string& source_) : shaderType(shaderType_), source(source_) { DE_A… in ShaderSource()
282 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource()
287 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource()
292 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource()
297 ComputeSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {} in ComputeSource()
302 …ellationControlSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_TESSELLATION_CON… in TessellationControlSource()
307 …ionEvaluationSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_TESSELLATION_EVALU… in TessellationEvaluationSource()
312 RaygenSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_RAYGEN, source_) {} in RaygenSource()
317 AnyHitSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_ANY_HIT, source_) {} in AnyHitSource()
322 …ClosestHitSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_CLOSEST_HIT, source_) … in ClosestHitSource()
[all …]
/third_party/skia/third_party/externals/dawn/src/common/
DStackContainer.h75 : std::allocator<T>(), source_(rhs.source_) { in StackAllocator()
88 StackAllocator(const StackAllocator<U, other_capacity>& other) : source_(nullptr) { in StackAllocator()
95 StackAllocator() : source_(nullptr) { in StackAllocator()
98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator()
105 if (source_ && !source_->used_stack_buffer_ && n <= stack_capacity) { in allocate()
106 source_->used_stack_buffer_ = true; in allocate()
107 return source_->stack_buffer(); in allocate()
116 if (source_ && p == source_->stack_buffer()) in deallocate()
117 source_->used_stack_buffer_ = false; in deallocate()
123 Source* source_;
/third_party/cef/libcef/browser/media_router/
Dmedia_source_impl.cc9 : source_(source_id) {} in CefMediaSourceImpl()
12 : source_(presentation_url) {} in CefMediaSourceImpl()
15 return source_.id(); in GetId()
23 return source_.IsDialSource(); in IsDialSource()
Dmedia_source_impl.h27 const media_router::MediaSource& source() const { return source_; } in source()
31 const media_router::MediaSource source_;
/third_party/node/src/
Dnode_native_module.cc31 return source_.find(id) != source_.end(); in Exists()
38 source_.emplace(id, source); in Add()
45 for (auto const& x : source_) { in GetSourceObject()
58 ids.reserve(source_.size()); in GetModuleIds()
59 for (auto const& x : source_) { in GetModuleIds()
117 for (auto const& x : source_) { in InitializeModuleCategories()
130 for (auto const& x : source_) { in InitializeModuleCategories()
224 const auto source_it = source_.find(id); in LoadBuiltinModuleSource()
225 if (UNLIKELY(source_it == source_.end())) { in LoadBuiltinModuleSource()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Drules.hpp363 void add (const CharT *source_, const basic_rules<CharT> &rules_, in add() argument
366 const bool star_ = *source_ == '*' && *(source_ + 1) == 0; in add()
416 const CharT *start_ = source_; in add()
419 while (*source_) in add()
421 while (*source_ && *source_ != ',') in add()
423 ++source_; in add()
426 state_name_.assign (start_, source_); in add()
428 if (*source_) in add()
430 ++source_; in add()
431 start_ = source_; in add()
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc162 : source_(source), in LimitByteSource()
167 size_t available = source_->Available(); in Available()
176 StringPiece piece(source_->Peek()); in Peek()
186 source_->Skip(n); in Skip()
192 source_->CopyTo(sink, n); in CopyTo()
/third_party/boost/tools/quickbook/src/
Dfiles.hpp60 std::string source_; member
68 quickbook::string_view source() const { return source_; } in source()
75 , source_(source_view.begin(), source_view.end()) in file()
84 , source_(s.begin(), s.end()) in file()
Dfiles.cpp421 data->new_file->source_.append(x.begin(), x.end()); in add_at_pos()
427 data->new_file->source_.append(x.begin(), x.end()); in add()
432 add(x, 0, x.data->new_file->source_.size()); in add()
439 assert(begin <= x.data->new_file->source_.size()); in add()
440 assert(end <= x.data->new_file->source_.size()); in add()
447 std::string::size_type size = data->new_file->source_.size(); in add()
461 data->new_file->source_.append( in add()
462 x.data->new_file->source_.begin() + begin, in add()
463 x.data->new_file->source_.begin() + end); in add()
591 data->new_file->source_.append(unindented_program); in unindent_and_add()
/third_party/freetype/src/base/
Dftbitmap.c799 const FT_Bitmap* source_, in FT_Bitmap_Blend() argument
825 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
835 if ( source_->pixel_mode == FT_PIXEL_MODE_NONE ) in FT_Bitmap_Blend()
840 ( source_->pitch ^ target->pitch ) < 0 ) in FT_Bitmap_Blend()
843 if ( !( source_->width && source_->rows ) ) in FT_Bitmap_Blend()
854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()
860 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_Bitmap_Blend()
862 if ( FT_LONG_MAX - (FT_Pos)( source_->width << 6 ) - 64 < source_llx ) in FT_Bitmap_Blend()
868 source_urx = source_llx + ( source_->width << 6 ); in FT_Bitmap_Blend()
914 source_->width, source_->rows )); in FT_Bitmap_Blend()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftbitmap.c800 const FT_Bitmap* source_, in FT_Bitmap_Blend() argument
826 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
836 if ( source_->pixel_mode == FT_PIXEL_MODE_NONE ) in FT_Bitmap_Blend()
841 ( source_->pitch ^ target->pitch ) < 0 ) in FT_Bitmap_Blend()
844 if ( !( source_->width && source_->rows ) ) in FT_Bitmap_Blend()
855 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()
861 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_Bitmap_Blend()
863 if ( FT_LONG_MAX - (FT_Pos)( source_->width << 6 ) - 64 < source_llx ) in FT_Bitmap_Blend()
869 source_urx = source_llx + ( source_->width << 6 ); in FT_Bitmap_Blend()
915 source_->width, source_->rows )); in FT_Bitmap_Blend()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dftbitmap.c799 const FT_Bitmap* source_, in FT_Bitmap_Blend() argument
825 if ( !library || !target || !source_ || !atarget_offset ) in FT_Bitmap_Blend()
835 if ( source_->pixel_mode == FT_PIXEL_MODE_NONE ) in FT_Bitmap_Blend()
840 ( source_->pitch ^ target->pitch ) < 0 ) in FT_Bitmap_Blend()
843 if ( !( source_->width && source_->rows ) ) in FT_Bitmap_Blend()
854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y ) in FT_Bitmap_Blend()
860 source_lly = source_offset.y - ( source_->rows << 6 ); in FT_Bitmap_Blend()
862 if ( FT_LONG_MAX - (FT_Pos)( source_->width << 6 ) - 64 < source_llx ) in FT_Bitmap_Blend()
868 source_urx = source_llx + ( source_->width << 6 ); in FT_Bitmap_Blend()
914 source_->width, source_->rows )); in FT_Bitmap_Blend()
[all …]
/third_party/boost/libs/msm/doc/HTML/examples/
DSimpleTimer.cpp99 / if_then_( (source_(m_counter) -= event_(m_tick) ) <= Int_<0>(),
108 Ringing + tick [ source_(m_ringing_cpt) - event_(m_tick) > Int_<0>() ]
111 Stopped == Ringing + tick[source_(m_ringing_cpt)-event_(m_tick) <= Int_<0>()] ,
/third_party/boost/libs/msm/doc/PDF/examples/
DSimpleTimer.cpp99 / if_then_( (source_(m_counter) -= event_(m_tick) ) <= Int_<0>(),
108 Ringing + tick [ source_(m_ringing_cpt) - event_(m_tick) > Int_<0>() ]
111 Stopped == Ringing + tick[source_(m_ringing_cpt)-event_(m_tick) <= Int_<0>()] ,
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.h45 void SetSource(const std::string& src) { source_ = src; } in SetSource()
68 std::string source_; variable
Dir_loader.cpp26 source_("<instruction>"), in IrLoader()
41 const char* src = source_.c_str(); in AddInstruction()
/third_party/spirv-tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource()
76 std::string source_; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource()
76 std::string source_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource()
76 std::string source_; variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSpirVProgram.hpp77 SpirVAsmSource (const std::string& source_) in SpirVAsmSource()
78 : source(source_) in SpirVAsmSource()
/third_party/boost/libs/spirit/example/support/utree/
Derror_handler.hpp97 error_handler(std::string const& source_ = "<string>") : source(source_) {} in error_handler()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.cc326 : type_(type), source_(source), val_str_(val) {} in Token()
329 : type_(Type::kUintLiteral), source_(source), val_uint_(val) {} in Token()
332 : type_(Type::kSintLiteral), source_(source), val_int_(val) {} in Token()
335 : type_(Type::kFloatLiteral), source_(source), val_float_(val) {} in Token()
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h321 return ast_nodes_.Create<T>(id_, source_); in create()
339 return ast_nodes_.Create<T>(id_, source_, std::forward<ARG0>(arg0), in create()
1143 return Construct(source_, type, std::forward<ARGS>(args)...); in Construct()
1744 return create<ast::StructMemberOffsetDecoration>(source_, val); in MemberOffset()
1760 return create<ast::StructMemberSizeDecoration>(source_, val); in MemberSize()
1776 return create<ast::StructMemberAlignDecoration>(source_, val); in MemberAlign()
2007 return create<ast::StructMember>(source_, Sym(std::forward<NAME>(name)),
2021 source_, Sym(std::forward<NAME>(name)), type, in Member()
2282 return create<ast::BuiltinDecoration>(source_, builtin); in Builtin()
2304 return create<ast::InterpolateDecoration>(source_, type, sampling); in Interpolate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.hpp51 ComponentData (ComponentSource source_, deUint32 index_) in ComponentData()
52 : source {source_} in ComponentData()
/third_party/node/test/cctest/
Dtest_per_process.cc15 return NativeModuleLoader::instance_.source_; in get_sources_for_test()

12