| /third_party/skia/experimental/graphite/src/ |
| H A D | GraphicsPipelineDesc.h | 197 static constexpr inline size_t VertexAttribTypeSize(VertexAttribType type) { in VertexAttribTypeSize() argument
|
| H A D | UniformManager.cpp | 222 static uint32_t WriteUniform(SLType type, in WriteUniform() argument 305 static uint32_t sltype_to_alignment_mask(SLType type) { in sltype_to_alignment_mask() argument 371 inline uint32_t sltype_to_mtl_size(SLType type) { in sltype_to_mtl_size() argument 439 get_ubo_aligned_offset(uint32_t* currentOffset, uint32_t* maxAlignment, SLType type, int arrayCount) get_ubo_aligned_offset() argument 462 getUniformTypeForLayout(SLType type) getUniformTypeForLayout() argument [all...] |
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | ShapeLayer.cpp | 122 const skjson::StringValue* type = jshape["ty"]; in FindShapeInfo() local
|
| H A D | Gradient.cpp | 34 const auto type = (ParseDefault<int>(jgrad["t"], 1) == 1) ? Type::kLinear in Make() local 51 GradientAdapter(sk_sp<sksg::Gradient> gradient, Type type, size_t stop_count, const skjson::ObjectValue& jgrad, const skjson::ObjectValue& jstops, const AnimationBuilder& abuilder) GradientAdapter() argument
|
| /third_party/skia/modules/skottie/src/text/ |
| H A D | RangeSelector.cpp | 248 const auto type = ParseDefault<int>((*jrange)["t"], kRange_SelectorType); in Make() local
|
| /third_party/skia/gm/ |
| H A D | compressed_textures.cpp | 181 CompressedTexturesGM(Type type) : fType(type) { in CompressedTexturesGM() argument
|
| H A D | runtimeintrinsics.cpp | 561 static SkString make_bvec_sksl(const char* type, const char* fn) { in make_bvec_sksl() argument 581 const char* type = std::is_integral<T>::value ? "int" : "float"; in plot_bvec() local
|
| /third_party/skia/include/core/ |
| H A D | SkRRect.h | 77 Type type() const { return this->getType(); } in type() function in SkRRect 491 SkRRect(const SkRect& rect, const SkVector radii[4], int32_t type) SkRRect() argument [all...] |
| /third_party/skia/bench/ |
| H A D | SkGlyphCacheBench.cpp | 182 int cacheMissCount(uint32_t type) { in cacheMissCount() argument
|
| H A D | RectBench.cpp | 271 BlitMaskBench(SkCanvas::PointMode mode, BlitMaskBench::kMaskType type, const char* name) BlitMaskBench() argument
|
| H A D | GameBench.cpp | 34 GameBench(Type type, Clear clear, in GameBench() argument
|
| /third_party/selinux/libselinux/src/ |
| H A D | label.c | 166 selabel_lookup_common(struct selabel_handle *rec, int translating, const char *key, int type) selabel_lookup_common() argument 187 selabel_lookup_bm_common(struct selabel_handle *rec, int translating, const char *key, int type, const char **aliases) selabel_lookup_bm_common() argument 267 selabel_lookup(struct selabel_handle *rec, char **con, const char *key, int type) selabel_lookup() argument 280 selabel_lookup_raw(struct selabel_handle *rec, char **con, const char *key, int type) selabel_lookup_raw() argument 330 selabel_lookup_best_match(struct selabel_handle *rec, char **con, const char *key, const char **aliases, int type) selabel_lookup_best_match() argument 348 selabel_lookup_best_match_raw(struct selabel_handle *rec, char **con, const char *key, const char **aliases, int type) selabel_lookup_best_match_raw() argument [all...] |
| H A D | label_backends_android.c | 250 property_lookup(struct selabel_handle *rec, const char *key, int __attribute__((unused)) type) property_lookup() argument 285 service_lookup(struct selabel_handle *rec, const char *key, int __attribute__((unused)) type) service_lookup() argument
|
| /third_party/spirv-tools/source/ |
| H A D | operand.cpp | 114 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() argument 50 spvOperandTableNameLookup(spv_target_env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength, spv_operand_desc* pEntry) spvOperandTableNameLookup() argument 78 spvOperandTableValueLookup(spv_target_env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument 287 spvPushOperandTypesForMask(spv_target_env env, const spv_operand_table operandTable, const spv_operand_type_t type, const uint32_t mask, spv_operand_pattern_t* pattern) spvPushOperandTypesForMask() argument 306 spvOperandIsConcrete(spv_operand_type_t type) spvOperandIsConcrete() argument 370 spvOperandIsConcreteMask(spv_operand_type_t type) spvOperandIsConcreteMask() argument 389 spvOperandIsOptional(spv_operand_type_t type) spvOperandIsOptional() argument 410 spvOperandIsVariable(spv_operand_type_t type) spvOperandIsVariable() argument 423 spvExpandOperandSequenceOnce(spv_operand_type_t type, spv_operand_pattern_t* pattern) spvExpandOperandSequenceOnce() argument 479 spvIsIdType(spv_operand_type_t type) spvIsIdType() argument 492 spvIsInIdType(spv_operand_type_t type) spvIsInIdType() argument [all...] |
| H A D | table.h | 67 const spv_operand_type_t type; member 81 const spv_ext_inst_type_t type; member
|
| H A D | text_handler.cpp | 242 binaryEncodeNumericLiteral( const char* val, spv_result_t error_code, const IdType& type, spv_instruction_t* pInst) binaryEncodeNumericLiteral() argument 342 auto type = types_.find(value); getTypeOfTypeGeneratingValue() local 357 recordTypeIdForValue(uint32_t value, uint32_t type) recordTypeIdForValue() argument 367 recordIdAsExtInstImport( uint32_t id, spv_ext_inst_type_t type) recordIdAsExtInstImport() argument 378 auto type = import_id_to_ext_inst_type_.find(id); getExtInstTypeForId() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | combine_access_chains.cpp | 97 const analysis::Type* type = type_mgr->GetType(base_ptr->type_id()); in GetIndexedType() local 146 const analysis::Type* type = GetIndexedType(ptr_input); CombineIndices() local [all...] |
| H A D | const_folding_rules.cpp | 26 const analysis::Constant* GetNan(const analysis::Type* type, in GetNan() argument 46 const analysis::Constant* GetInf(const analysis::Type* type, in GetInf() argument 64 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint() argument 154 const analysis::Type* type = nullptr; FoldInsertWithConstants() local [all...] |
| H A D | fold_spec_constant_op_and_composite_pass.cpp | 216 IsValidTypeForComponentWiseOperation(const analysis::Type* type) IsValidTypeForComponentWiseOperation() argument 237 EncodeIntegerAsWords(const analysis::Type& type, uint32_t value) EncodeIntegerAsWords() argument [all...] |
| H A D | folding_rules.cpp | 79 uint32_t ElementWidth(const analysis::Type* type) { in ElementWidth() argument 91 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint() argument 180 ConvertWordsToNumericScalarOrVectorConstant( analysis::ConstantManager* const_mgr, const std::vector<uint32_t>& words, const analysis::Type* type) ConvertWordsToNumericScalarOrVectorConstant() argument 308 const analysis::Type* type = ReciprocalFDiv() local 353 const analysis::Type* type = MergeNegateArithmetic() local 389 const analysis::Type* type = MergeNegateMulDivArithmetic() local 450 const analysis::Type* type = MergeNegateAddSubArithmetic() local [all...] |
| H A D | pass.cpp | 77 const analysis::Type* type = type_mgr->GetType(type_id); in GetNullId() local
|
| H A D | register_pressure.cpp | 267 analysis::Type* type = in AddRegisterClass() local
|
| H A D | set_spec_constant_default_value_pass.cpp | 43 ParseDefaultValueStr(const char* text, const analysis::Type* type) ParseDefaultValueStr() argument 89 ParseDefaultValueBitPattern( const std::vector<uint32_t>& input_bit_pattern, const analysis::Type* type) ParseDefaultValueBitPattern() argument [all...] |
| H A D | type_manager.h | 230 Type* type() { return type_.get(); } type() function in spvtools::opt::analysis::TypeManager::UnresolvedType [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | basic_block.h | 108 void set_type(BlockType type) { in set_type() argument
|