Home
last modified time | relevance | path

Searched defs:inst (Results 251 - 275 of 763) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_mutate_pointer.cpp144 IsValidPointerInstruction( opt::IRContext* ir_context, const opt::Instruction& inst) IsValidPointerInstruction() argument
[all...]
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.cpp26 void DivergenceAnalysis::EnqueueSuccessors(opt::Instruction* inst) { in EnqueueSuccessors() argument
54 Visit( opt::Instruction* inst) Visit() argument
101 VisitInstruction( opt::Instruction* inst) VisitInstruction() argument
122 ComputeInstructionDivergence(opt::Instruction* inst) ComputeInstructionDivergence() argument
[all...]
H A Dlint_divergent_derivatives.cpp55 bool InstructionHasDerivative(const opt::Instruction& inst) { in InstructionHasDerivative() argument
81 Warn(opt::IRContext* context, opt::Instruction* inst) Warn() argument
/third_party/spirv-tools/source/opt/
H A Dbuild_module.cpp40 spv_result_t SetSpvInst(void* builder, const spv_parsed_instruction_t* inst) { in SetSpvInst() argument
H A Ddataflow.h130 EnqueueUsers(inst); variable
131 EnqueueBlockSuccessors(inst); variable
H A Ddef_use_manager.h35 Instruction* inst; // Instruction using the id. member
[all...]
H A Dinstruction_list.h108 void push_back(std::unique_ptr<Instruction>&& inst) { in push_back() argument
131 Instruction* inst = &front(); in clear() local
H A Dlicm_pass.cpp120 bool LICMPass::HoistInstruction(Loop* loop, Instruction* inst) { in HoistInstruction() argument
H A Dprivate_to_local_pass.cpp180 UpdateUse(Instruction* inst, Instruction* user) UpdateUse() argument
221 UpdateUses(Instruction* inst) UpdateUses() argument
[all...]
H A Dstrength_reduction_pass.cpp66 ReplaceMultiplyByPowerOf2( BasicBlock::iterator* inst) ReplaceMultiplyByPowerOf2() argument
[all...]
H A Dunify_const_pass.cpp42 uint32_t LookupEquivalentResultFor(const Instruction& inst) { in LookupEquivalentResultFor() argument
88 std::vector<uint32_t> GetLookUpKeys(const Instruction& inst) { in GetLookUpKeys() argument
[all...]
H A Dwrap_opkill.cpp59 bool WrapOpKill::ReplaceWithFunctionCall(Instruction* inst) { in ReplaceWithFunctionCall() argument
64 context(), inst, in ReplaceWithFunctionCall() local
190 GetOwningFunctionsReturnType(Instruction* inst) GetOwningFunctionsReturnType() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_atomics.cpp121 spv_result_t AtomicsPass(ValidationState_t& _, const Instruction* inst) { in AtomicsPass() argument
[all...]
H A Dvalidate_capability.cpp289 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument
[all...]
H A Dvalidate_conversion.cpp28 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument
[all...]
H A Dvalidate_id.cpp29 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument
121 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument
[all...]
H A Dvalidate_mode_setting.cpp27 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() argument
329 ValidateExecutionMode(ValidationState_t& _, const Instruction* inst) ValidateExecutionMode() argument
600 ValidateMemoryModel(ValidationState_t& _, const Instruction* inst) ValidateMemoryModel() argument
639 ModeSettingPass(ValidationState_t& _, const Instruction* inst) ModeSettingPass() argument
[all...]
H A Dvalidate_ray_query.cpp70 spv_result_t RayQueryPass(ValidationState_t& _, const Instruction* inst) { in RayQueryPass() argument
26 ValidateRayQueryPointer(ValidationState_t& _, const Instruction* inst, uint32_t ray_query_index) ValidateRayQueryPointer() argument
51 ValidateIntersectionId(ValidationState_t& _, const Instruction* inst, uint32_t intersection_index) ValidateIntersectionId() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp89 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
H A Dpass_remove_duplicates_test.cpp91 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
/third_party/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product_test.cpp35 std::string inst; member
/third_party/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp82 HandleInstruction( const spv_parsed_instruction_t& inst) HandleInstruction() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dallocation.c105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { argument
109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { argument
113 void loader_instance_heap_free(const struct loader_instance *inst, void *pMemory) { argument
116 void *loader_instance_heap_realloc(const struct loader_instance *inst, voi argument
137 loader_alloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) global() argument
[all...]
H A Dlog.c94 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *format, ...) { in loader_log() argument
236 void loader_log_asm_function_not_supported(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, in loader_log_asm_function_not_supported() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_service_proxy.cpp27 int32_t IntellVoiceServiceProxy::CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst) in CreateIntellVoiceEngine() argument

Completed in 14 milliseconds

1...<<11121314151617181920>>...31