Home
last modified time | relevance | path

Searched defs:type (Results 976 - 1000 of 6833) sorted by relevance

1...<<31323334353637383940>>...274

/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext.h36 spv_literal_type_t type; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp149 exhaustedInputDiagnostic(size_t inst_offset, SpvOp opcode, spv_operand_type_t type) exhaustedInputDiagnostic() argument
[all...]
H A Dext_inst.cpp147 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 Dspirv_validator_options.cpp20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions() argument
[all...]
H A Dtext.h36 spv_literal_type_t type; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp94 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 Dtransformation_add_constant_null.cpp38 auto type = context->get_def_use_mgr()->GetDef(message_.type_id()); in IsApplicable() local
H A Dtransformation_add_constant_scalar.cpp44 auto type = ir_context->get_type_mgr()->GetType(message_.type_id()); in IsApplicable() local
H A Dtransformation_add_global_variable.cpp54 auto type = ir_context->get_type_mgr()->GetType(message_.type_id()); in IsApplicable() local
[all...]
H A Dtransformation_add_type_struct.cpp41 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 Doperand_pattern_test.cpp63 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 Dval_composites_test.cpp1866 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 Dtransreg.h117 enum { SIMPLE, COMPOUND, RULES } type; member in TransliteratorAlias
H A Ducol_imp.h124 char type[16]; member in CollationLoader
H A Duregion.cpp37 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 Dreader.c59 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 DAudioOutputTester.java57 public void setSignalType(int type) { in setSignalType() argument
H A DOboeAudioOutputStream.java41 public native void setSignalType(int type); in setSignalType() argument
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A Dnative-lib.cpp80 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 DSkImageEncoder_CG.cpp72 CFStringRef type; in SkEncodeImageWithCG() local
50 SkStreamToImageDestination(SkWStream* stream, CFStringRef type) SkStreamToImageDestination() argument
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.h21 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 DSkSLLiteral.h26 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 DSkSLPrefixExpression.cpp34 const Type& type = value->type(); in simplify_negation() local
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DTransform.cs13 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 DQuerySetVk.cpp26 VkQueryType VulkanQueryType(wgpu::QueryType type) { in VulkanQueryType() argument

Completed in 10 milliseconds

1...<<31323334353637383940>>...274