Home
last modified time | relevance | path

Searched defs:type (Results 3076 - 3100 of 7358) sorted by relevance

1...<<121122123124125126127128129130>>...295

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpass.cpp80 const analysis::Type* type = type_mgr->GetType(type_id); in GetNullId() local
H A Dregister_pressure.cpp268 analysis::Type* type = in AddRegisterClass() local
H A Dset_spec_constant_default_value_pass.cpp46 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 Dtype_manager.h219 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 Dtable.h67 const spv_operand_type_t type; member
81 const spv_ext_inst_type_t type; member
H A Dtext_handler.cpp240 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 Ddisassemble.cpp207 const spv_operand_type_t type = inst.operands[i].type; in HandleInstruction() local
[all...]
H A Doperand.cpp142 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 Dtable.h67 const spv_operand_type_t type; member
81 const spv_ext_inst_type_t type; member
H A Dtext_handler.cpp240 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 Dcombine_access_chains.cpp97 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 Dconst_folding_rules.cpp27 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 Dfold_spec_constant_op_and_composite_pass.cpp149 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 Dfolding_rules.cpp80 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 Dpass.cpp80 const analysis::Type* type = type_mgr->GetType(type_id); in GetNullId() local
H A Dregister_pressure.cpp268 analysis::Type* type = in AddRegisterClass() local
H A Dset_spec_constant_default_value_pass.cpp46 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 Dtype_manager.h226 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 Dfunction.cpp110 spv_result_t Function::RegisterSetFunctionDeclType(FunctionDecl type) { in RegisterSetFunctionDeclType() argument
H A Dvalidate_constants.cpp26 auto type = _.FindDef(inst->type_id()); in ValidateConstantBool() local
[all...]
H A Dvalidate_interfaces.cpp113 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 Dinstruction_test.cpp389 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 Dtype_manager_test.cpp879 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 Dval_capability_test.cpp2019 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 Dgif2webp.c282 GifRecordType type; in main() local

Completed in 44 milliseconds

1...<<121122123124125126127128129130>>...295