Home
last modified time | relevance | path

Searched defs:const (Results 2701 - 2725 of 20719) sorted by relevance

1...<<101102103104105106107108109110>>...829

/third_party/skia/third_party/externals/tint/src/sem/
H A Dstatement.cc36 const BlockStatement* Statement::Block() const { in Block() argument
H A Dswitch_statement.cc35 const ast::SwitchStatement* SwitchStatement::Declaration() const { in Declaration() argument
48 const as argument
[all...]
H A Dtexture_type.h35 ast::TextureDimension dim() const { return dim_; } in dim() argument
H A Dtype_conversion.h35 const sem::Type* Source() const { return Parameters()[0]->Type(); } in Source() argument
38 const sem::Type* Target() const { return ReturnType(); } in Target() argument
H A Du32_type.cc30 std::string U32::type_name() const { in type_name() argument
34 std::string U32::FriendlyName(const SymbolTable&) const { in FriendlyName() argument
38 bool U32::IsConstructible() const { in IsConstructible() argument
42 uint32_t U32::Size() const { in Size() argument
46 uint32_t U32::Align() const { in Align() argument
H A Dvector_type.h37 const Type* type() const { return subtype_; } in type() argument
52 uint32_t Width() const { return width_; } in Width() argument
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol.cc41 bool Symbol::operator==(const Symbol& other) const { in operator ==() argument
47 bool Symbol::operator<(const Symbol& other) const { in operator <() argument
53 std::string Symbol::to_str() const { in to_str() argument
H A Dtraits_test.cc65 void F1(S) const {} in TEST() argument
66 void F3(int, S, float) const {} in TEST() argument
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_other.cc26 bool Command::Found() const { in Found() argument
30 Command::Output Command::Exec(std::initializer_list<std::string>) const { in Exec() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.h48 const std::vector<uint32_t>& result() const { return out_; } in result() argument
H A Dfunction.cc34 void Function::iterate(std::function<void(const Instruction&)> cb) const { in iterate() argument
H A Dinstruction.cc30 uint32_t Instruction::word_length() const { in word_length() argument
H A Dinstruction.h39 spv::Op opcode() const { return op_; } in opcode() argument
42 const OperandList& operands() const { return operands_; } in operands() argument
/third_party/skia/third_party/externals/tint/src/writer/
H A Dwriter.h29 const std::string& error() const { return error_; } in error() argument
/third_party/skia/tools/fonts/
H A DRandomScalerContext.h23 SkTypeface* proxy() const { return fProxy.get(); } in proxy() argument
24 const SkPaint& paint() const { return fPaint; } in paint() argument
[all...]
/third_party/skia/tools/gpu/d3d/
H A DD3DTestContext.h22 const GrD3DBackendContext& getD3DBackendContext() const { in getD3DBackendContext() argument
/third_party/skia/tools/gpu/vk/
H A DVkYcbcrSamplerHelper.h31 const GrBackendTexture& backendTexture() const { return fTexture; } in backendTexture() argument
/third_party/skia/tools/graphite/
H A DContextFactory.cpp32 sk_sp<skgpu::Context> ContextFactory::ContextInfo::refContext() const { return fContext; } in refContext() argument
/third_party/skia/tools/viewer/
H A DImageSlide.cpp18 SkISize ImageSlide::getDimensions() const { in getDimensions() argument
/third_party/spirv-tools/source/fuzz/
H A Dcomparator_deep_blocks_first.h33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() argument
38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() argument
H A Dcounter_overflow_id_source.cpp23 bool CounterOverflowIdSource::HasOverflowIds() const { return true; } in HasOverflowIds() argument
31 CounterOverflowIdSource::GetIssuedOverflowIds() const { in GetIssuedOverflowIds() argument
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddead_block_facts.cpp35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() argument
39 const std::unordered_set<uint32_t>& DeadBlockFacts::GetDeadBlocks() const { in GetDeadBlocks() argument
H A Dlivesafe_function_facts.cpp40 bool LivesafeFunctionFacts::FunctionIsLivesafe(uint32_t function_id) const { in FunctionIsLivesafe() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcstr.cpp50 const char * CStr::operator ()() const { in operator ()() argument
H A Ddtintrv.cpp51 DateInterval::clone() const { in clone() argument
57 DateInterval::operator==(const DateInterval& other) const { in operator ==() argument

Completed in 9 milliseconds

1...<<101102103104105106107108109110>>...829