Home
last modified time | relevance | path

Searched defs:type (Results 19651 - 19675 of 22993) sorted by relevance

1...<<781782783784785786787788789790>>...920

/third_party/skia/tests/
H A DImageTest.cpp584 auto type = static_cast<Factory::ContextType>(ct); in DEF_GPUTEST() local
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp96 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 = &param->type(); writeFunctionDeclaration() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c61 NextBlockTypeCode( BlockTypeCodeCalculator* calculator, uint8_t type) NextBlockTypeCode() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
H A DTraceEvent.h876 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 DCommandBufferD3D12.cpp51 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 Dfreetype.h2654 FT_Size_Request_Type type; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c1882 int i, type, flags; in Mac_Read_POST_Resource() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh898 unsigned type; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h756 NodeType type; global() member in TiXmlNode
[all...]
/third_party/python/Lib/xml/dom/
H A Dminidom.py1813 raise xml.dom.NotSupportedErr("cannot import document type nodes") namespace
/third_party/python/Modules/
H A D_hashopenssl.c412 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.c989 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 Dpactl.c335 static const char* get_device_port_type(unsigned int type) { in get_device_port_type() argument
[all...]
H A Dpadsp.c78 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 Dpycore_ast_state.h242 PyObject *type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h204 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 DRDFGraph.h293 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 DGVN.cpp116 Type *type = nullptr; member
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h446 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 Dparser_impl.cc1303 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 Dtoken.h459 operator <<(std::ostream& out, Token::Type type) operator <<() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc625 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 Dgenerator_impl.cc701 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 Dlibspirv.h395 spv_operand_type_t type; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp2602 int8_t type = converter->sharedData->staticData->conversionType; in ucnv_getType() local

Completed in 61 milliseconds

1...<<781782783784785786787788789790>>...920