Home
last modified time | relevance | path

Searched defs:type (Results 2526 - 2550 of 10913) sorted by relevance

1...<<101102103104105106107108109110>>...437

/third_party/skia/gm/
H A Dnonclosedpaths.cpp52 static SkPath MakePath(ClosureType type) { in MakePath() argument
[all...]
H A Dperlinnoise.cpp48 void test(SkCanvas* canvas, int x, int y, Type type, in test() argument
125 void install(SkPaint* paint, Type type, in install() argument
/third_party/skia/modules/svg/include/
H A DSkSVGValue.h33 Type type() const { return fType; } in type() function in SkSVGValue
/third_party/skia/experimental/graphite/src/geom/
H A DTransform_graphite.h60 Type type() const { return fType; } in type() function in skgpu::Transform
/third_party/skia/include/private/
H A DGrTypesPriv.h53 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() argument
[all...]
H A DSkSLSymbol.h43 const Type& type() const { in type() function in SkSL::Symbol::Kind
/third_party/skia/include/sksl/
H A DDSLType.h155 Construct(DSLType type, DSLVarBase& var, Args&&... args) Construct() argument
161 Construct(DSLType type, DSLExpression expr, Args&&... args) Construct() argument
225 DSLField(const DSLType type, skstd::string_view name, PositionInfo pos = PositionInfo::Capture()) DSLField() argument
229 DSLField(const DSLModifiers& modifiers, const DSLType type, skstd::string_view name, PositionInfo pos = PositionInfo::Capture()) DSLField() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DResourceProvider.cpp68 findOrCreateBuffer(size_t size, BufferType type, PrioritizeGpuReads prioritizeGpuReads) findOrCreateBuffer() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPolystar.cpp92 const auto type = ParseDefault<size_t>(jstar["sy"], 0) - 1; in AttachPolystarGeometry() local
/third_party/skia/modules/svg/src/
H A DSkSVGFe.cpp103 template <> bool SkSVGAttributeParser::parse(SkSVGFeInputType* type) { in parse() argument
/third_party/selinux/libsepol/src/
H A Dprivate.h70 unsigned int type; member
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dcontext.h36 uint32_t type; member
/third_party/selinux/libselinux/src/
H A Dquery_user_context.c111 char type[100]; /* The type requested by the user */ in manual_user_enter_context() local
/third_party/skia/bench/
H A DPolyUtilsBench.cpp19 PolyUtilsBench(Type type) : fType(type) {} in PolyUtilsBench() argument
110 StarPolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in StarPolyUtilsBench() argument
136 CirclePolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in CirclePolyUtilsBench() argument
159 IntersectingPolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in IntersectingPolyUtilsBench() argument
185 NotchPolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in NotchPolyUtilsBench() argument
210 IceCreamPolyUtilsBench(PolyUtilsBench::Type type) IceCreamPolyUtilsBench() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_equation_instructions.cpp306 auto type = GetIRContext()->get_type_mgr()->GetType(inst->type_id()); GetIntegerInstructions() local
320 auto type = GetIRContext()->get_type_mgr()->GetType(inst->type_id()); GetFloatInstructions() local
334 auto type = GetIRContext()->get_type_mgr()->GetType(inst->type_id()); GetBooleanInstructions() local
349 auto type = GetIRContext()->get_type_mgr()->GetType(inst->type_id()); RestrictToVectorWidth() local
368 const opt::analysis::Type* type = RestrictToElementBitWidth() local
390 const auto* type = GetIRContext()->get_type_mgr()->GetType(inst->type_id()); GetNumericalInstructions() local
[all...]
H A Dfuzzer_pass_add_parameters.cpp136 const auto* type = GetIRContext()->get_type_mgr()->GetType( in GetNumberOfParameters() local
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp112 auto type = integer->type()->AsInteger(); in FindOrCreateToggledIntegerConstant() local
H A Dtransformation_add_opphi_synonym.cpp171 auto type = ir_context->get_type_mgr()->GetType(type_id); in CheckTypeIsAllowed() local
[all...]
H A Dtransformation_equation_instruction.cpp125 const auto* type = ir_context->get_type_mgr()->GetType( in MaybeGetResultTypeId() local
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.cpp162 spvtools::opt::analysis::Pointer* type = in ComputeVariableDivergence() local
/third_party/spirv-tools/source/opt/
H A Ddesc_sroa_util.cpp23 uint32_t GetLengthOfArrayType(IRContext* context, Instruction* type) { in GetLengthOfArrayType() argument
69 bool IsTypeOfStructuredBuffer(IRContext* context, const Instruction* type) { in IsTypeOfStructuredBuffer() argument
/third_party/spirv-tools/source/
H A Dspirv_validator_options.cpp20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions() argument
[all...]
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_id.cpp31 const spv_operand_type_t& type = operand.type; in UpdateIdUse() local
135 const spv_operand_type_t& type = operand.type; in IdPass() local
[all...]
H A Dvalidate_ray_query.cpp43 auto type = _.FindDef(pointer->GetOperandAs<uint32_t>(2)); in ValidateRayQueryPointer() local
[all...]

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...437