| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | text.h | 36 spv_literal_type_t type; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | binary.cpp | 149 exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, spv_operand_type_t type) exhaustedInputDiagnostic() argument [all...] |
| H A D | ext_inst.cpp | 147 bool spvExtInstIsNonSemantic(const spv_ext_inst_type_t type) { in spvExtInstIsNonSemantic() argument 156 bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { in spvExtInstIsDebugInfo() argument 165 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument 187 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument [all...] |
| H A D | spirv_validator_options.cpp | 20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions() argument [all...] |
| H A D | text.h | 36 spv_literal_type_t type; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
| H A D | irrelevant_value_facts.cpp | 94 auto type = ir_context_->get_type_mgr()->GetType(def->type_id()); in IdIsIrrelevant() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_add_constant_null.cpp | 38 auto type = context->get_def_use_mgr()->GetDef(message_.type_id()); in IsApplicable() local
|
| H A D | transformation_add_constant_scalar.cpp | 44 auto type = ir_context->get_type_mgr()->GetType(message_.type_id()); in IsApplicable() local
|
| H A D | transformation_add_global_variable.cpp | 54 auto type = ir_context->get_type_mgr()->GetType(message_.type_id()); in IsApplicable() local [all...] |
| H A D | transformation_add_type_struct.cpp | 41 auto type = ir_context->get_type_mgr()->GetType(member_type); in IsApplicable() local 67 const auto* type = ir_context->get_type_mgr()->GetType(type_id); Apply() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | operand_pattern_test.cpp | 63 spv_operand_type_t type; member 131 const spv_operand_type_t type = GetParam(); in TEST_P() local 148 const spv_operand_type_t type = GetParam(); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_composites_test.cpp | 1866 std::string type = GetParam(); TEST_P() local 1879 std::string type = GetParam(); TEST_P() local 1892 std::string type = GetParam(); TEST_P() local 1905 std::string type = GetParam(); TEST_P() local 1919 std::string type = GetParam(); TEST_P() local 1933 std::string type = GetParam(); TEST_P() local 1947 std::string type = GetParam(); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | transreg.h | 117 enum { SIMPLE, COMPOUND, RULES } type; member in TransliteratorAlias
|
| H A D | ucol_imp.h | 124 char type[16]; member in CollationLoader
|
| H A D | uregion.cpp | 37 uregion_getAvailable(URegionType type, UErrorCode *status) in uregion_getAvailable() argument 59 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type) in uregion_getContainingRegionOfType() argument 74 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status) in uregion_getContainedRegionsOfType() argument
|
| /third_party/skia/third_party/externals/icu/source/samples/udata/ |
| H A D | reader.c | 59 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo) isAcceptable() argument
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | AudioOutputTester.java | 57 public void setSignalType(int type) { in setSignalType() argument
|
| H A D | OboeAudioOutputStream.java | 41 public native void setSignalType(int type); in setSignalType() argument
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| H A D | native-lib.cpp | 80 Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues(JNIEnv *env, jclass type, jint sampleRate, jint framesPerBurst) Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkImageEncoder_CG.cpp | 72 CFStringRef type; in SkEncodeImageWithCG() local 50 SkStreamToImageDestination(SkWStream* stream, CFStringRef type) SkStreamToImageDestination() argument
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLConstructor.h | 21 AnyConstructor(int line, Kind kind, const Type* type) in AnyConstructor() argument 86 SingleArgumentConstructor(int line, Kind kind, const Type* type, in SingleArgumentConstructor() argument 118 MultiArgumentConstructor(int line, Kind kind, const Type* type, ExpressionArray arguments) in MultiArgumentConstructor() argument
|
| H A D | SkSLLiteral.h | 26 Literal(int line, double value, const Type* type) in Literal() argument 36 static std::unique_ptr<Literal> MakeFloat(int line, float value, const Type* type) { in MakeFloat() argument 47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() argument 63 MakeBool(int line, bool value, const Type* type) MakeBool() argument 69 Make(int line, double value, const Type* type) Make() argument [all...] |
| H A D | SkSLPrefixExpression.cpp | 34 const Type& type = value->type(); in simplify_negation() local [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | Transform.cs | 13 private readonly int type;
field in Org.Brotli.Dec.Transform 17 internal Transform(string prefix, int type, string suffix)
in Transform() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | QuerySetVk.cpp | 26 VkQueryType VulkanQueryType(wgpu::QueryType type) { in VulkanQueryType() argument
|