Home
last modified time | relevance | path

Searched defs:inst (Results 676 - 700 of 1788) sorted by relevance

1...<<21222324252627282930>>...72

/third_party/spirv-tools/source/opt/
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
/kernel/linux/linux-5.10/crypto/
H A Dcmac.c203 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm() local
224 struct shash_instance *inst; in cmac_create() local
[all...]
H A Dxcbc.c169 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm() local
190 struct shash_instance *inst; in xcbc_create() local
[all...]
H A Dakcipher.c72 static void crypto_akcipher_free_instance(struct crypto_instance *inst) in crypto_akcipher_free_instance() argument
93 crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask) crypto_grab_akcipher() argument
155 akcipher_register_instance(struct crypto_template *tmpl, struct akcipher_instance *inst) akcipher_register_instance() argument
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c18 void qat_crypto_put_instance(struct qat_crypto_instance *inst) in qat_crypto_put_instance() argument
26 struct qat_crypto_instance *inst, *tmp; in qat_crypto_free_instances() local
54 struct qat_crypto_instance *inst = NULL, *tmp_inst; qat_crypto_get_instance_node() local
212 struct qat_crypto_instance *inst; qat_crypto_create_instances() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v3_0.h50 struct mmsch_v3_0_table_info inst[AMDGPU_MAX_VCN_INSTANCES]; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h87 static inline int mipsr2_decoder(struct pt_regs *regs, u32 inst, in mipsr2_decoder() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm_common.c144 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs) in omap_cm_module_enable() argument
166 int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) in omap_cm_module_disable() argument
178 u32 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs) in omap_cm_xlate_clkctrl() argument
[all...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...72