| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | scalar_replacement_pass.cpp | 81 ReplaceVariable( Instruction* inst, std::queue<Instruction*>* worklist) ReplaceVariable() argument 383 CreateReplacementVariables( Instruction* inst, std::vector<Instruction*>* replacements) CreateReplacementVariables() argument 480 Instruction* inst = &*block->begin(); CreateVariable() local 650 const Instruction* inst = get_def_use_mgr()->GetDef(id); IsSpecConstant() local 795 CheckUses(const Instruction* inst, VariableStats* stats) const CheckUses() argument 894 CheckLoad(const Instruction* inst, uint32_t index) const CheckLoad() argument 903 CheckStore(const Instruction* inst, uint32_t index) const CheckStore() argument 925 GetUsedComponents(Instruction* inst) GetUsedComponents() argument [all...] |
| H A D | type_manager.cpp | 501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration() local 663 Type* TypeManager::RecordIfTypeDefinition(const Instruction& inst) { in RecordIfTypeDefinition() argument 889 AttachDecoration(const Instruction& inst, Type* type) AttachDecoration() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | constants.h | 615 bool MapInst(Instruction* inst) { in MapInst() argument 633 void MapConstantToInst(const Constant* const_value, Instruction* inst) { in MapConstantToInst() argument [all...] |
| H A D | dead_branch_elim_pass.cpp | 275 Instruction* inst = &*iter; in FixPhiNodesInLiveBlocks() local [all...] |
| H A D | graphics_robust_access_pass.cpp | 212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule() local 265 Instruction& inst = *access_chain; ClampIndicesForAccessChain() local 581 Instruction* inst = import_inst.get(); GetGlslInsts() local [all...] |
| H A D | inline_pass.cpp | 265 Instruction* inst = &*cii; in MoveInstsBeforeEntryBlock() local 222 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* postCallSB, std::unordered_map<uint32_t, Instruction*>* preCallSB, std::unique_ptr<BasicBlock>* block_ptr) CloneSameBlockOps() argument 328 InlineSingleInstruction( const std::unordered_map<uint32_t, uint32_t>& callee2caller, BasicBlock* new_blk_ptr, const Instruction* inst, uint32_t dbg_inlined_at) InlineSingleInstruction() argument 362 InlineReturn( const std::unordered_map<uint32_t, uint32_t>& callee2caller, std::vector<std::unique_ptr<BasicBlock>>* new_blocks, std::unique_ptr<BasicBlock> new_blk_ptr, analysis::DebugInlinedAtContext* inlined_at_ctx, Function* calleeFn, const Instruction* inst, uint32_t returnVarId) InlineReturn() argument 657 IsInlinableFunctionCall(const Instruction* inst) IsInlinableFunctionCall() argument [all...] |
| H A D | ir_context.cpp | 164 Instruction* IRContext::KillInst(Instruction* inst) { in KillInst() argument 220 CollectNonSemanticTree( Instruction* inst, std::unordered_set<Instruction*>* to_kill) CollectNonSemanticTree() argument 372 ForgetUses(Instruction* inst) ForgetUses() argument 387 AnalyzeUses(Instruction* inst) AnalyzeUses() argument 418 KillNamesAndDecorates(Instruction* inst) KillNamesAndDecorates() argument 424 KillOperandFromDebugInstructions(Instruction* inst) KillOperandFromDebugInstructions() argument 725 RemoveFromIdToName(const Instruction* inst) RemoveFromIdToName() argument 928 EmitErrorMessage(std::string message, Instruction* inst) EmitErrorMessage() argument [all...] |
| H A D | merge_return_pass.cpp | 267 CreatePhiNodesForInst(BasicBlock* merge_block, Instruction& inst) CreatePhiNodesForInst() argument 866 Instruction* inst = &*bb.begin(); HasNontrivialUnreachableBlocks() local [all...] |
| H A D | scalar_analysis.cpp | 165 SENode* ScalarEvolutionAnalysis::AnalyzeInstruction(const Instruction* inst) { in AnalyzeInstruction() argument 198 SENode* ScalarEvolutionAnalysis::AnalyzeConstant(const Instruction* inst) { in AnalyzeConstant() argument 228 AnalyzeAddOp(const Instruction* inst) AnalyzeAddOp() argument 352 CreateValueUnknownNode( const Instruction* inst) CreateValueUnknownNode() argument [all...] |
| H A D | scalar_replacement_pass.cpp | 81 ReplaceVariable( Instruction* inst, std::queue<Instruction*>* worklist) ReplaceVariable() argument 383 CreateReplacementVariables( Instruction* inst, std::vector<Instruction*>* replacements) CreateReplacementVariables() argument 480 Instruction* inst = &*block->begin(); CreateVariable() local 650 const Instruction* inst = get_def_use_mgr()->GetDef(id); IsSpecConstant() local 795 CheckUses(const Instruction* inst, VariableStats* stats) const CheckUses() argument 894 CheckLoad(const Instruction* inst, uint32_t index) const CheckLoad() argument 903 CheckStore(const Instruction* inst, uint32_t index) const CheckStore() argument 925 GetUsedComponents(Instruction* inst) GetUsedComponents() argument [all...] |
| H A D | type_manager.cpp | 501 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration() local 663 Type* TypeManager::RecordIfTypeDefinition(const Instruction& inst) { in RecordIfTypeDefinition() argument 889 AttachDecoration(const Instruction& inst, Type* type) AttachDecoration() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_image.cpp | 98 const Instruction* inst = _.FindDef(id); in GetImageTypeInfo() local 242 ValidateImageOperands(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info, uint32_t word_index) ValidateImageOperands() argument 637 ValidateImageCommon(ValidationState_t& _, const Instruction* inst, const ImageTypeInfo& info) ValidateImageCommon() argument 728 GetActualResultType(ValidationState_t& _, const Instruction* inst, uint32_t* actual_result_type) GetActualResultType() argument 763 ValidateTypeImage(ValidationState_t& _, const Instruction* inst) ValidateTypeImage() argument 896 ValidateTypeSampledImage(ValidationState_t& _, const Instruction* inst) ValidateTypeSampledImage() argument 949 ValidateSampledImage(ValidationState_t& _, const Instruction* inst) ValidateSampledImage() argument 1044 ValidateImageTexelPointer(ValidationState_t& _, const Instruction* inst) ValidateImageTexelPointer() argument 1162 ValidateImageLod(ValidationState_t& _, const Instruction* inst) ValidateImageLod() argument 1257 ValidateImageDrefLod(ValidationState_t& _, const Instruction* inst) ValidateImageDrefLod() argument 1327 ValidateImageFetch(ValidationState_t& _, const Instruction* inst) ValidateImageFetch() argument 1399 ValidateImageGather(ValidationState_t& _, const Instruction* inst) ValidateImageGather() argument 1503 ValidateImageRead(ValidationState_t& _, const Instruction* inst) ValidateImageRead() argument 1628 ValidateImageWrite(ValidationState_t& _, const Instruction* inst) ValidateImageWrite() argument 1713 ValidateImage(ValidationState_t& _, const Instruction* inst) ValidateImage() argument 1737 ValidateImageQuerySizeLod(ValidationState_t& _, const Instruction* inst) ValidateImageQuerySizeLod() argument 1803 ValidateImageQuerySize(ValidationState_t& _, const Instruction* inst) ValidateImageQuerySize() argument 1860 ValidateImageQueryFormatOrOrder(ValidationState_t& _, const Instruction* inst) ValidateImageQueryFormatOrOrder() argument 1874 ValidateImageQueryLod(ValidationState_t& _, const Instruction* inst) ValidateImageQueryLod() argument 1972 ValidateImageSparseLod(ValidationState_t& _, const Instruction* inst) ValidateImageSparseLod() argument 1979 ValidateImageQueryLevelsOrSamples(ValidationState_t& _, const Instruction* inst) ValidateImageQueryLevelsOrSamples() argument 2027 ValidateImageSparseTexelsResident(ValidationState_t& _, const Instruction* inst) ValidateImageSparseTexelsResident() argument 2046 ImagePass(ValidationState_t& _, const Instruction* inst) ImagePass() argument [all...] |
| H A D | validate_type.cpp | 48 spv_result_t ValidateUniqueness(ValidationState_t& _, const Instruction* inst) { in ValidateUniqueness() argument 65 spv_result_t ValidateTypeInt(ValidationState_t& _, const Instruction* inst) { in ValidateTypeInt() argument 119 ValidateTypeFloat(ValidationState_t& _, const Instruction* inst) ValidateTypeFloat() argument 149 ValidateTypeVector(ValidationState_t& _, const Instruction* inst) ValidateTypeVector() argument 182 ValidateTypeMatrix(ValidationState_t& _, const Instruction* inst) ValidateTypeMatrix() argument 212 ValidateTypeArray(ValidationState_t& _, const Instruction* inst) ValidateTypeArray() argument 281 ValidateTypeRuntimeArray(ValidationState_t& _, const Instruction* inst) ValidateTypeRuntimeArray() argument 338 ValidateTypeStruct(ValidationState_t& _, const Instruction* inst) ValidateTypeStruct() argument 438 ValidateTypePointer(ValidationState_t& _, const Instruction* inst) ValidateTypePointer() argument 473 ValidateTypeFunction(ValidationState_t& _, const Instruction* inst) ValidateTypeFunction() argument 524 ValidateTypeForwardPointer(ValidationState_t& _, const Instruction* inst) ValidateTypeForwardPointer() argument 559 ValidateTypeCooperativeMatrixNV(ValidationState_t& _, const Instruction* inst) ValidateTypeCooperativeMatrixNV() argument 607 TypePass(ValidationState_t& _, const Instruction* inst) TypePass() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| H A D | vulkan_command_buffer_utils.h | 156 VkInstance inst; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 599 struct CVIUnits inst; in check() local
|
| /third_party/skia/tools/gpu/vk/ |
| H A D | VkTestUtils.cpp | 346 static bool destroy_instance(GrVkGetProc getProc, VkInstance inst, in destroy_instance() argument 231 init_device_extensions_and_layers(GrVkGetProc getProc, uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev, SkTArray<VkExtensionProperties>* deviceExtensions, SkTArray<VkLayerProperties>* deviceLayers) init_device_extensions_and_layers() argument 359 setup_features(GrVkGetProc getProc, VkInstance inst, VkPhysicalDevice physDev, uint32_t physDeviceVersion, GrVkExtensions* extensions, VkPhysicalDeviceFeatures2* features, bool isProtected) setup_features() argument 463 VkInstance inst; CreateVkBackendContext() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | constants.cpp | 295 const Constant* ConstantManager::GetConstantFromInst(const Instruction* inst) { in GetConstantFromInst() argument [all...] |
| H A D | constants.h | 623 bool MapInst(Instruction* inst) { in MapInst() argument 641 void MapConstantToInst(const Constant* const_value, Instruction* inst) { in MapConstantToInst() argument [all...] |
| H A D | dead_branch_elim_pass.cpp | 271 Instruction* inst = &*iter; in FixPhiNodesInLiveBlocks() local [all...] |
| H A D | graphics_robust_access_pass.cpp | 206 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule() local 260 Instruction& inst = *access_chain; ClampIndicesForAccessChain() local 572 Instruction* inst = import_inst.get(); GetGlslInsts() local [all...] |
| H A D | merge_return_pass.cpp | 271 CreatePhiNodesForInst(BasicBlock* merge_block, Instruction& inst) CreatePhiNodesForInst() argument 874 Instruction* inst = &*bb.begin(); HasNontrivialUnreachableBlocks() local [all...] |
| H A D | scalar_analysis.cpp | 164 SENode* ScalarEvolutionAnalysis::AnalyzeInstruction(const Instruction* inst) { in AnalyzeInstruction() argument 197 SENode* ScalarEvolutionAnalysis::AnalyzeConstant(const Instruction* inst) { in AnalyzeConstant() argument 227 AnalyzeAddOp(const Instruction* inst) AnalyzeAddOp() argument 351 CreateValueUnknownNode( const Instruction* inst) CreateValueUnknownNode() argument [all...] |
| H A D | scalar_replacement_pass.cpp | 81 ReplaceVariable( Instruction* inst, std::queue<Instruction*>* worklist) ReplaceVariable() argument 384 CreateReplacementVariables( Instruction* inst, std::vector<Instruction*>* replacements) CreateReplacementVariables() argument 486 Instruction* inst = &*block->begin(); CreateVariable() local 588 const Instruction* inst = get_def_use_mgr()->GetDef(id); IsSpecConstant() local 738 CheckUses(const Instruction* inst, VariableStats* stats) const CheckUses() argument 837 CheckLoad(const Instruction* inst, uint32_t index) const CheckLoad() argument 847 CheckStore(const Instruction* inst, uint32_t index) const CheckStore() argument 870 GetUsedComponents(Instruction* inst) GetUsedComponents() argument [all...] |
| H A D | type_manager.cpp | 516 Instruction* inst = &*--context()->annotation_end(); in CreateDecoration() local 688 Type* TypeManager::RecordIfTypeDefinition(const Instruction& inst) { in RecordIfTypeDefinition() argument 924 AttachDecoration(const Instruction& inst, Type* type) AttachDecoration() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_type.cpp | 47 spv_result_t ValidateUniqueness(ValidationState_t& _, const Instruction* inst) { in ValidateUniqueness() argument 64 spv_result_t ValidateTypeInt(ValidationState_t& _, const Instruction* inst) { in ValidateTypeInt() argument 119 ValidateTypeFloat(ValidationState_t& _, const Instruction* inst) ValidateTypeFloat() argument 149 ValidateTypeVector(ValidationState_t& _, const Instruction* inst) ValidateTypeVector() argument 182 ValidateTypeMatrix(ValidationState_t& _, const Instruction* inst) ValidateTypeMatrix() argument 212 ValidateTypeArray(ValidationState_t& _, const Instruction* inst) ValidateTypeArray() argument 281 ValidateTypeRuntimeArray(ValidationState_t& _, const Instruction* inst) ValidateTypeRuntimeArray() argument 309 ValidateTypeStruct(ValidationState_t& _, const Instruction* inst) ValidateTypeStruct() argument 433 ValidateTypePointer(ValidationState_t& _, const Instruction* inst) ValidateTypePointer() argument 468 ValidateTypeFunction(ValidationState_t& _, const Instruction* inst) ValidateTypeFunction() argument 520 ValidateTypeForwardPointer(ValidationState_t& _, const Instruction* inst) ValidateTypeForwardPointer() argument 555 ValidateTypeCooperativeMatrix(ValidationState_t& _, const Instruction* inst) ValidateTypeCooperativeMatrix() argument 615 TypePass(ValidationState_t& _, const Instruction* inst) TypePass() argument [all...] |