/third_party/skia/tests/ |
H A D | ImageTest.cpp | 584 auto type = static_cast<Factory::ContextType>(ct); in DEF_GPUTEST() local
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 96 String MetalCodeGenerator::typeName(const Type& type) { in typeName() argument 119 const Type& type = s.type(); writeStructDefinition() local 127 writeType(const Type& type) writeType() argument 235 const Type* type = outVars[index] ? &outVars[index]->type() : &arguments[index]->type(); getOutParamHelper() local 451 const Type& type = arguments.front()->type(); getInversePolyfill() local 513 getTempVariable(const Type& type) getTempVariable() argument 1032 const Type& type = c.type(); getMatrixConstructHelper() local 1442 writeMatrixDivisionHelpers(const Type& type) writeMatrixDivisionHelpers() argument 1472 writeArrayEqualityHelpers(const Type& type) writeArrayEqualityHelpers() argument 1505 writeStructEqualityHelpers(const Type& type) writeStructEqualityHelpers() argument 1705 const Type& type = l.type(); writeLiteral() local 1891 const Type* type = ¶m->type(); writeFunctionDeclaration() local [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 61 NextBlockTypeCode( BlockTypeCodeCalculator* calculator, uint8_t type) NextBlockTypeCode() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
H A D | TraceEvent.h | 876 setTraceValue(const std::string& arg, unsigned char* type, uint64_t* value) setTraceValue() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 51 D3D12_QUERY_TYPE D3D12QueryType(wgpu::QueryType type) { in D3D12QueryType() argument 677 Command type; in RecordCommands() local 1071 Command type; in RecordComputePass() local 1549 Command type; RecordRenderPass() local [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 2654 FT_Size_Request_Type type; global() member [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 1882 int i, type, flags; in Mac_Read_POST_Resource() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 898 unsigned type; global() member [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 756 NodeType type; global() member in TiXmlNode [all...] |
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 1813 raise xml.dom.NotSupportedErr("cannot import document type nodes") namespace
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 412 newEVPobject(PyTypeObject *type) in newEVPobject() argument 862 PyTypeObject *type; in py_evp_fromname() local 1495 PyTypeObject *type = get_hashlib_state(module)->HMACtype; in _hashlib_hmac_new_impl() local [all...] |
H A D | _operator.c | 989 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new() argument 1211 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in attrgetter_new() argument 1572 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in methodcaller_new() argument
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 335 static const char* get_device_port_type(unsigned int type) { in get_device_port_type() argument [all...] |
H A D | padsp.c | 78 fd_info_type_t type; member 615 static fd_info* fd_info_new(fd_info_type_t type, int *_errno) { in fd_info_new() argument
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 242 PyObject *type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 204 file_type type() const { return Type; } in type() function in llvm::sys::fs::basic_file_status 241 void type(file_type v) { Type = v; } in type() function in llvm::sys::fs::basic_file_status 1242 file_type type() const { type() function in llvm::sys::fs::directory_entry 1364 file_type type = State->Stack.top()->type(); increment() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 293 static uint16_t type(uint16_t T) { return T & TypeMask; } in type() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 116 Type *type = nullptr; member [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 446 vec(const ast::Type* type, uint32_t n) const vec() argument 454 vec(const Source& source, const ast::Type* type, uint32_t n) const vec() argument 507 mat(const ast::Type* type, uint32_t columns, uint32_t rows) const mat() argument 518 mat(const Source& source, const ast::Type* type, uint32_t columns, uint32_t rows) const mat() argument 771 pointer( const ast::Type* type, ast::StorageClass storage_class, ast::Access access = ast::Access::kUndefined) const pointer() argument 783 pointer( const Source& source, const ast::Type* type, ast::StorageClass storage_class, ast::Access access = ast::Access::kUndefined) const pointer() argument 1142 Construct(const ast::Type* type, ARGS&&... args) Construct() argument 1152 Construct(const Source& source, const ast::Type* type, ARGS&&... args) Construct() argument 1172 Bitcast(const ast::Type* type, EXPR&& expr) Bitcast() argument 1182 Bitcast(const Source& source, const ast::Type* type, EXPR&& expr) Bitcast() argument 1195 vec(const ast::Type* type, uint32_t size, ARGS&&... args) vec() argument 1331 Var(NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Var() argument 1353 Var(const Source& source, NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Var() argument 1369 Const(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument 1385 Const(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument 1400 Param(NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Param() argument 1414 Param(const Source& source, NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Param() argument 1438 Global(NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Global() argument 1461 Global(const Source& source, NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Global() argument 1479 GlobalConst(NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument 1498 GlobalConst(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument 1819 Func(const Source& source, NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument 1844 Func(NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument 1930 Alias(const Source& source, NAME&& name, const ast::Type* type) Alias() argument 1943 Alias(NAME&& name, const ast::Type* type) Alias() argument 1961 auto* type = create<ast::Struct>(source, sym, std::move(members), global() local 1977 auto* type = global() local 1990 Member(const Source& source, NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Member() argument 2004 Member(NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Member() argument 2017 Member(uint32_t offset, NAME&& name, const ast::Type* type) Member() argument 2290 Interpolate( const Source& source, ast::InterpolationType type, ast::InterpolationSampling sampling) Interpolate() argument 2301 Interpolate( ast::InterpolationType type, ast::InterpolationSampling sampling) Interpolate() argument [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 1303 const auto* type = type_mgr_->GetType(type_or_const.result_id()); RegisterTypes() local 1416 MaybeGenerateAlias( uint32_t type_id, const spvtools::opt::analysis::Type* type, const Type* ast_type) MaybeGenerateAlias() argument 1781 ast::InterpolationType type = ast::InterpolationType::kPerspective; ConvertPipelineDecorations() local 1979 MakeNullValue(const Type* type) MakeNullValue() argument 2049 MakeNullExpression(const Type* type) MakeNullExpression() argument 2053 UnsignedTypeFor(const Type* type) UnsignedTypeFor() argument 2065 SignedTypeFor(const Type* type) SignedTypeFor() argument 2100 auto* type = expr.type; RectifyOperandSignedness() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | token.h | 459 operator <<(std::ostream& out, Token::Type type) operator <<() argument [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_validation.cc | 625 auto* type = var->Type()->UnwrapRef(); ValidateAtomicVariable() local 815 auto* type = storage_ty->UnwrapRef(); ValidateBuiltinDecoration() local 936 auto* type = storage_ty->UnwrapRef(); ValidateInterpolateDecoration() local 2206 ValidateLocationDecoration( const ast::LocationDecoration* location, const sem::Type* type, std::unordered_set<uint32_t>& locations, const Source& source, const bool is_input) ValidateLocationDecoration() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 701 auto* type = ctor->ReturnType(); in EmitTypeConstructor() local 1453 EmitZeroValue(std::ostream& out, const sem::Type* type) EmitZeroValue() argument 1590 auto* type = program_->Sem().Get(v)->Type(); EmitFunction() local 1649 interpolation_to_attribute( ast::InterpolationType type, ast::InterpolationSampling sampling) const interpolation_to_attribute() argument 1717 auto* type = program_->Sem().Get(var)->Type()->UnwrapRef(); EmitEntryPointFunction() local 2175 EmitType(std::ostream& out, const sem::Type* type, const std::string& name, bool* name_printed ) EmitType() argument 2381 EmitTypeAndName(std::ostream& out, const sem::Type* type, const std::string& name) EmitTypeAndName() argument 2417 EmitPackedType(std::ostream& out, const sem::Type* type, const std::string& name) EmitPackedType() argument 2703 auto* type = var->Type()->UnwrapRef(); EmitVariable() local 2750 auto* type = program_->Sem().Get(var)->Type()->UnwrapRef(); EmitProgramConstVariable() local [all...] |
/third_party/spirv-tools/include/spirv-tools/ |
H A D | libspirv.h | 395 spv_operand_type_t type; global() member [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv.cpp | 2602 int8_t type = converter->sharedData->staticData->conversionType; in ucnv_getType() local
|