/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveParser.h | 67 std::string type; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 119 bool isEntryBreakpointForShaderType(spv::ExecutionModel type, const std::string &name) in isEntryBreakpointForShaderType() argument [all...] |
/third_party/skia/third_party/externals/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/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/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/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
|