/third_party/skia/gm/ |
H A D | nonclosedpaths.cpp | 52 static SkPath MakePath(ClosureType type) { in MakePath() argument [all...] |
H A D | perlinnoise.cpp | 48 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 D | SkSVGValue.h | 33 Type type() const { return fType; } in type() function in SkSVGValue
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Transform_graphite.h | 60 Type type() const { return fType; } in type() function in skgpu::Transform
|
/third_party/skia/include/private/ |
H A D | GrTypesPriv.h | 53 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() argument [all...] |
H A D | SkSLSymbol.h | 43 const Type& type() const { in type() function in SkSL::Symbol::Kind
|
/third_party/skia/include/sksl/ |
H A D | DSLType.h | 155 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 D | ResourceProvider.cpp | 68 findOrCreateBuffer(size_t size, BufferType type, PrioritizeGpuReads prioritizeGpuReads) findOrCreateBuffer() argument
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Polystar.cpp | 92 const auto type = ParseDefault<size_t>(jstar["sy"], 0) - 1; in AttachPolystarGeometry() local
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFe.cpp | 103 template <> bool SkSVGAttributeParser::parse(SkSVGFeInputType* type) { in parse() argument
|
/third_party/selinux/libsepol/src/ |
H A D | private.h | 70 unsigned int type; member
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | context.h | 36 uint32_t type; member
|
/third_party/selinux/libselinux/src/ |
H A D | query_user_context.c | 111 char type[100]; /* The type requested by the user */ in manual_user_enter_context() local
|
/third_party/skia/bench/ |
H A D | PolyUtilsBench.cpp | 19 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 D | fuzzer_pass_add_equation_instructions.cpp | 306 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 D | fuzzer_pass_add_parameters.cpp | 136 const auto* type = GetIRContext()->get_type_mgr()->GetType( in GetNumberOfParameters() local
|
H A D | fuzzer_pass_interchange_signedness_of_integer_operands.cpp | 112 auto type = integer->type()->AsInteger(); in FindOrCreateToggledIntegerConstant() local
|
H A D | transformation_add_opphi_synonym.cpp | 171 auto type = ir_context->get_type_mgr()->GetType(type_id); in CheckTypeIsAllowed() local [all...] |
H A D | transformation_equation_instruction.cpp | 125 const auto* type = ir_context->get_type_mgr()->GetType( in MaybeGetResultTypeId() local
|
/third_party/spirv-tools/source/lint/ |
H A D | divergence_analysis.cpp | 162 spvtools::opt::analysis::Pointer* type = in ComputeVariableDivergence() local
|
/third_party/spirv-tools/source/opt/ |
H A D | desc_sroa_util.cpp | 23 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 D | spirv_validator_options.cpp | 20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions() argument [all...] |
/third_party/spirv-tools/source/util/ |
H A D | parse_number.cpp | 57 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 D | validate_id.cpp | 31 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 D | validate_ray_query.cpp | 43 auto type = _.FindDef(pointer->GetOperandAs<uint32_t>(2)); in ValidateRayQueryPointer() local [all...] |