/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | pass.cpp | 80 const analysis::Type* type = type_mgr->GetType(type_id); in GetNullId() local
|
H A D | register_pressure.cpp | 268 analysis::Type* type = in AddRegisterClass() local
|
H A D | set_spec_constant_default_value_pass.cpp | 46 ParseDefaultValueStr(const char* text, const analysis::Type* type) ParseDefaultValueStr() argument 92 ParseDefaultValueBitPattern( const std::vector<uint32_t>& input_bit_pattern, const analysis::Type* type) ParseDefaultValueBitPattern() argument [all...] |
H A D | type_manager.h | 219 Type* type() { return type_.get(); } type() function in spvtools::opt::analysis::TypeManager::UnresolvedType [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
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 | 240 binaryEncodeNumericLiteral( const char* val, spv_result_t error_code, const IdType& type, spv_instruction_t* pInst) binaryEncodeNumericLiteral() argument 346 auto type = types_.find(value); getTypeOfTypeGeneratingValue() local 361 recordTypeIdForValue(uint32_t value, uint32_t type) recordTypeIdForValue() argument 371 recordIdAsExtInstImport( uint32_t id, spv_ext_inst_type_t type) recordIdAsExtInstImport() argument 382 auto type = import_id_to_ext_inst_type_.find(id); getExtInstTypeForId() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 207 const spv_operand_type_t type = inst.operands[i].type; in HandleInstruction() local [all...] |
H A D | operand.cpp | 142 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() argument 51 spvOperandTableNameLookup(spv_target_env 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 88 spvOperandTableValueLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument 299 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 318 spvOperandIsConcrete(spv_operand_type_t type) spvOperandIsConcrete() argument 375 spvOperandIsConcreteMask(spv_operand_type_t type) spvOperandIsConcreteMask() argument 393 spvOperandIsOptional(spv_operand_type_t type) spvOperandIsOptional() argument 413 spvOperandIsVariable(spv_operand_type_t type) spvOperandIsVariable() argument 426 spvExpandOperandSequenceOnce(spv_operand_type_t type, spv_operand_pattern_t* pattern) spvExpandOperandSequenceOnce() argument 482 spvIsIdType(spv_operand_type_t type) spvIsIdType() argument 495 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 | 240 binaryEncodeNumericLiteral( const char* val, spv_result_t error_code, const IdType& type, spv_instruction_t* pInst) binaryEncodeNumericLiteral() argument 346 auto type = types_.find(value); getTypeOfTypeGeneratingValue() local 361 recordTypeIdForValue(uint32_t value, uint32_t type) recordTypeIdForValue() argument 371 recordIdAsExtInstImport( uint32_t id, spv_ext_inst_type_t type) recordIdAsExtInstImport() argument 382 auto type = import_id_to_ext_inst_type_.find(id); getExtInstTypeForId() local [all...] |
/third_party/skia/third_party/externals/swiftshader/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 | 27 const analysis::Constant* GetNan(const analysis::Type* type, in GetNan() argument 47 const analysis::Constant* GetInf(const analysis::Type* type, in GetInf() argument 65 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint() argument [all...] |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 149 Instruction* type = context()->get_def_use_mgr()->GetDef(typeId); in GetTypeComponent() local 305 IsValidTypeForComponentWiseOperation(const analysis::Type* type) IsValidTypeForComponentWiseOperation() argument 326 EncodeIntegerAsWords(const analysis::Type& type, uint32_t value) EncodeIntegerAsWords() argument [all...] |
H A D | folding_rules.cpp | 80 uint32_t ElementWidth(const analysis::Type* type) { in ElementWidth() argument 92 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint() argument 178 ConvertWordsToNumericScalarOrVectorConstant( analysis::ConstantManager* const_mgr, const std::vector<uint32_t>& words, const analysis::Type* type) ConvertWordsToNumericScalarOrVectorConstant() argument 301 const analysis::Type* type = ReciprocalFDiv() local 345 const analysis::Type* type = MergeNegateArithmetic() local 380 const analysis::Type* type = MergeNegateMulDivArithmetic() local 438 const analysis::Type* type = MergeNegateAddSubArithmetic() local [all...] |
H A D | pass.cpp | 80 const analysis::Type* type = type_mgr->GetType(type_id); in GetNullId() local
|
H A D | register_pressure.cpp | 268 analysis::Type* type = in AddRegisterClass() local
|
H A D | set_spec_constant_default_value_pass.cpp | 46 ParseDefaultValueStr(const char* text, const analysis::Type* type) ParseDefaultValueStr() argument 92 ParseDefaultValueBitPattern( const std::vector<uint32_t>& input_bit_pattern, const analysis::Type* type) ParseDefaultValueBitPattern() argument [all...] |
H A D | type_manager.h | 226 Type* type() { return type_.get(); } type() function in spvtools::opt::analysis::TypeManager::UnresolvedType [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | function.cpp | 110 spv_result_t Function::RegisterSetFunctionDeclType(FunctionDecl type) { in RegisterSetFunctionDeclType() argument
|
H A D | validate_constants.cpp | 26 auto type = _.FindDef(inst->type_id()); in ValidateConstantBool() local [all...] |
H A D | validate_interfaces.cpp | 113 spv_result_t NumConsumedLocations(ValidationState_t& _, const Instruction* type, in NumConsumedLocations() argument 182 NumConsumedComponents(ValidationState_t& _, const Instruction* type) NumConsumedComponents() argument 228 auto type = _.FindDef(type_id); GetLocationsForVariable() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local 472 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local 515 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local 725 Instruction* type = context->get_def_use_mgr()->GetDef(i); TEST_F() local [all...] |
H A D | type_manager_test.cpp | 879 const Type* type = context->get_type_mgr()->GetType(2u); in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_capability_test.cpp | 2019 spvCoreOperandTableNameLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength) spvCoreOperandTableNameLookup() argument
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gif2webp.c | 282 GifRecordType type; in main() local
|