| /third_party/spirv-tools/source/opt/ |
| H A D | instruction_list.h | 108 void push_back(std::unique_ptr<Instruction>&& inst) { in push_back() argument 131 Instruction* inst = &front(); in clear() local
|
| H A D | licm_pass.cpp | 120 bool LICMPass::HoistInstruction(Loop* loop, Instruction* inst) { in HoistInstruction() argument
|
| H A D | private_to_local_pass.cpp | 180 UpdateUse(Instruction* inst, Instruction* user) UpdateUse() argument 221 UpdateUses(Instruction* inst) UpdateUses() argument [all...] |
| H A D | strength_reduction_pass.cpp | 66 ReplaceMultiplyByPowerOf2( BasicBlock::iterator* inst) ReplaceMultiplyByPowerOf2() argument [all...] |
| H A D | unify_const_pass.cpp | 42 uint32_t LookupEquivalentResultFor(const Instruction& inst) { in LookupEquivalentResultFor() argument 88 std::vector<uint32_t> GetLookUpKeys(const Instruction& inst) { in GetLookUpKeys() argument [all...] |
| H A D | wrap_opkill.cpp | 59 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 D | validate_atomics.cpp | 121 spv_result_t AtomicsPass(ValidationState_t& _, const Instruction* inst) { in AtomicsPass() argument [all...] |
| H A D | validate_capability.cpp | 289 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument [all...] |
| H A D | validate_conversion.cpp | 28 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument [all...] |
| H A D | validate_id.cpp | 29 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument 121 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument [all...] |
| H A D | validate_mode_setting.cpp | 27 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 D | validate_ray_query.cpp | 70 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 D | decoration_manager_test.cpp | 89 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| H A D | pass_remove_duplicates_test.cpp | 91 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product_test.cpp | 35 std::string inst; member
|
| /third_party/spirv-tools/tools/cfg/ |
| H A D | bin_to_dot.cpp | 82 HandleInstruction( const spv_parsed_instruction_t& inst) HandleInstruction() argument [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | allocation.c | 105 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 D | log.c | 94 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 D | cmac.c | 203 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 D | xcbc.c | 169 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 D | akcipher.c | 72 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 D | qat_crypto.c | 18 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 D | mmsch_v3_0.h | 50 struct mmsch_v3_0_table_info inst[AMDGPU_MAX_VCN_INSTANCES]; member
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| H A D | mips-r2-to-r6-emul.h | 87 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 D | cm_common.c | 144 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...] |