Home
last modified time | relevance | path

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

1...<<31

/third_party/vulkan-loader/loader/
H A Dloader.c174 void loader_handle_load_library_error(const struct loader_instance *inst, const char *filename, in loader_handle_load_library_error() argument
201 struct loader_instance *inst = loader_get_instance(instance); in vkSetInstanceDispatch() local
221 void loader_free_layer_properties(const struct loader_instance *inst, struct loader_layer_properties *layer_properties) { in loader_free_layer_properties() argument
260 loader_copy_to_new_str(const struct loader_instance *inst, const char *source_str, char **dest_str) loader_copy_to_new_str() argument
270 create_string_list(const struct loader_instance *inst, uint32_t allocated_count, struct loader_string_list *string_list) create_string_list() argument
281 append_str_to_string_list(const struct loader_instance *inst, struct loader_string_list *string_list, char *str) append_str_to_string_list() argument
305 copy_str_to_string_list(const struct loader_instance *inst, struct loader_string_list *string_list, const char *str, size_t str_len) copy_str_to_string_list() argument
322 free_string_list(const struct loader_instance *inst, struct loader_string_list *string_list) free_string_list() argument
398 loader_append_layer_property(const struct loader_instance *inst, struct loader_layer_list *layer_list, struct loader_layer_properties *layer_property) loader_append_layer_property() argument
461 loader_find_layer_name_in_meta_layer(const struct loader_instance *inst, const char *layer_name, struct loader_layer_list *layer_list, struct loader_layer_properties *meta_layer_props) loader_find_layer_name_in_meta_layer() argument
487 loader_delete_layer_list_and_properties(const struct loader_instance *inst, struct loader_layer_list *layer_list) loader_delete_layer_list_and_properties() argument
509 loader_remove_layer_in_list(const struct loader_instance *inst, struct loader_layer_list *layer_list, uint32_t layer_to_remove) loader_remove_layer_in_list() argument
528 loader_remove_layers_in_blacklist(const struct loader_instance *inst, struct loader_layer_list *layer_list) loader_remove_layers_in_blacklist() argument
559 loader_remove_layers_not_in_implicit_meta_layers(const struct loader_instance *inst, struct loader_layer_list *layer_list) loader_remove_layers_not_in_implicit_meta_layers() argument
607 loader_add_instance_extensions(const struct loader_instance *inst, const PFN_vkEnumerateInstanceExtensionProperties fp_get_props, const char *lib_name, struct loader_extension_list *ext_list) loader_add_instance_extensions() argument
667 loader_add_device_extensions(const struct loader_instance *inst, PFN_vkEnumerateDeviceExtensionProperties fpEnumerateDeviceExtensionProperties, VkPhysicalDevice physical_device, const char *lib_name, struct loader_extension_list *ext_list) loader_add_device_extensions() argument
704 loader_init_generic_list(const struct loader_instance *inst, struct loader_generic_list *list_info, size_t element_size) loader_init_generic_list() argument
717 loader_destroy_generic_list(const struct loader_instance *inst, struct loader_generic_list *list) loader_destroy_generic_list() argument
724 loader_add_to_ext_list(const struct loader_instance *inst, struct loader_extension_list *ext_list, uint32_t prop_list_count, const VkExtensionProperties *props) loader_add_to_ext_list() argument
767 loader_add_to_dev_ext_list(const struct loader_instance *inst, struct loader_device_extension_list *ext_list, const VkExtensionProperties *props, struct loader_string_list *entrys) loader_add_to_dev_ext_list() argument
816 loader_init_pointer_layer_list(const struct loader_instance *inst, struct loader_pointer_layer_list *list) loader_init_pointer_layer_list() argument
837 loader_destroy_pointer_layer_list(const struct loader_instance *inst, struct loader_pointer_layer_list *layer_list) loader_destroy_pointer_layer_list() argument
843 loader_add_layer_properties_to_list(const struct loader_instance *inst, struct loader_pointer_layer_list *list, struct loader_layer_properties *props) loader_add_layer_properties_to_list() argument
870 loader_layer_is_available(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, const struct loader_layer_properties *prop) loader_layer_is_available() argument
894 loader_add_layer_names_to_list(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, struct loader_pointer_layer_list *output_list, struct loader_pointer_layer_list *expanded_output_list, uint32_t name_count, const char *const *names, const struct loader_layer_list *source_list) loader_add_layer_names_to_list() argument
937 loader_implicit_layer_is_enabled(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, const struct loader_layer_properties *prop) loader_implicit_layer_is_enabled() argument
1021 loader_add_implicit_layer(const struct loader_instance *inst, struct loader_layer_properties *prop, const struct loader_envvar_all_filters *filters, struct loader_pointer_layer_list *target_list, struct loader_pointer_layer_list *expanded_target_list, const struct loader_layer_list *source_list) loader_add_implicit_layer() argument
1046 loader_add_meta_layer(const struct loader_instance *inst, const struct loader_envvar_all_filters *filters, struct loader_layer_properties *prop, struct loader_pointer_layer_list *target_list, struct loader_pointer_layer_list *expanded_target_list, const struct loader_layer_list *source_list, bool *out_found_all_component_layers) loader_add_meta_layer() argument
1148 loader_get_icd_loader_instance_extensions(const struct loader_instance *inst, struct loader_icd_tramp_list *icd_tramp_list, struct loader_extension_list *inst_exts) loader_get_icd_loader_instance_extensions() argument
1269 loader_create_logical_device(const struct loader_instance *inst, const VkAllocationCallbacks *pAllocator) loader_create_logical_device() argument
1377 loader_scanned_icd_clear(const struct loader_instance *inst, struct loader_icd_tramp_list *icd_tramp_list) loader_scanned_icd_clear() argument
1391 loader_scanned_icd_init(const struct loader_instance *inst, struct loader_icd_tramp_list *icd_tramp_list) loader_scanned_icd_init() argument
1404 loader_add_direct_driver(const struct loader_instance *inst, uint32_t index, const VkDirectDriverLoadingInfoLUNARG *pDriver, struct loader_icd_tramp_list *icd_tramp_list) loader_add_direct_driver() argument
1539 loader_scan_for_direct_drivers(const struct loader_instance *inst, const VkInstanceCreateInfo *pCreateInfo, struct loader_icd_tramp_list *icd_tramp_list, bool *direct_driver_loading_exclusive_mode) loader_scan_for_direct_drivers() argument
1619 loader_scanned_icd_add(const struct loader_instance *inst, struct loader_icd_tramp_list *icd_tramp_list, const char *filename, uint32_t api_version, enum loader_layer_library_status *lib_status) loader_scanned_icd_add() argument
1929 combine_manifest_directory_and_library_path(const struct loader_instance *inst, char *library_path, const char *manifest_file_path, char **out_fullpath) combine_manifest_directory_and_library_path() argument
2018 verify_meta_layer_component_layers(const struct loader_instance *inst, struct loader_layer_properties *prop, struct loader_layer_list *instance_layers) verify_meta_layer_component_layers() argument
2084 update_meta_layer_extensions_from_component_layers(const struct loader_instance *inst, struct loader_layer_properties *prop, struct loader_layer_list *instance_layers) update_meta_layer_extensions_from_component_layers() argument
2126 verify_all_meta_layers(struct loader_instance *inst, const struct loader_envvar_all_filters *filters, struct loader_layer_list *instance_layers, bool *override_layer_present) verify_all_meta_layers() argument
2158 remove_all_non_valid_override_layers(struct loader_instance *inst, struct loader_layer_list *instance_layers) remove_all_non_valid_override_layers() argument
2238 loader_read_layer_json(const struct loader_instance *inst, struct loader_layer_list *layer_instance_list, cJSON *layer_node, loader_api_version version, bool is_implicit, char *filename) loader_read_layer_json() argument
2660 loader_add_layer_properties(const struct loader_instance *inst, struct loader_layer_list *layer_instance_list, cJSON *json, bool is_implicit, char *filename) loader_add_layer_properties() argument
2816 add_if_manifest_file(const struct loader_instance *inst, const char *file_name, struct loader_string_list *out_files) add_if_manifest_file() argument
2840 add_data_files(const struct loader_instance *inst, char *search_path, struct loader_string_list *out_files, bool use_first_found_manifest) add_data_files() argument
2938 read_data_files_in_search_paths(const struct loader_instance *inst, enum loader_data_files_type manifest_type, const char *path_override, bool *override_active, struct loader_string_list *out_files) read_data_files_in_search_paths() argument
[all...]
H A Dtrampoline.c144 const struct loader_instance *inst = icd_term->this_instance; in vkGetDeviceProcAddr() local
873 struct loader_instance *inst; in vkEnumeratePhysicalDevices() local
1077 const struct loader_instance *inst = phys_dev->this_instance; vkEnumerateDeviceLayerProperties() local
2603 struct loader_instance *inst = NULL; vkEnumeratePhysicalDeviceGroups() local
2650 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceFeatures2() local
2669 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceProperties2() local
2688 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceFormatProperties2() local
2708 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceImageFormatProperties2() local
2727 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceQueueFamilyProperties2() local
2746 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceMemoryProperties2() local
2766 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceSparseImageFormatProperties2() local
2786 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceExternalBufferProperties() local
2806 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceExternalSemaphoreProperties() local
2828 const struct loader_instance *inst = ((struct loader_physical_device_tramp *)physicalDevice)->this_instance; vkGetPhysicalDeviceExternalFenceProperties() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1317 const struct tgsi_full_instruction *inst = &parse.FullToken.FullInstruction; in allocate_system_value_inputs() local
1996 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_gs_inputs() local
2286 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_split_lds_inputs() local
2316 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_split_constant() local
2372 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_split_literal_constant() local
3115 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; r600_store_tcs_output() local
4428 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_dst() local
4526 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_op2_64_params() local
4653 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_op2_64() local
4676 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_op3_64() local
4709 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_op2_s() local
4797 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_ineg() local
4828 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_dneg() local
4859 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_dfracexp() local
4923 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_int_to_double() local
5035 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_double_to_int() local
5104 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_emit_double_instr() local
5145 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_emit_float_instr() local
5175 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_mul_int_instr() local
5224 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_mul_double_instr() local
5277 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_ddiv_instr() local
5407 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_trig() local
5438 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_trig() local
5481 const struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_kill() local
5515 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_lit() local
5665 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_rsq() local
5689 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_helper_tempx_replicate() local
5711 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_trans_srcx_replicate() local
5732 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; cayman_pow() local
5846 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_divmod() local
6633 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_f2i() local
6682 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_iabs() local
6738 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_issg() local
6801 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_ssg() local
6859 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_bfi() local
6977 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_msb() local
7063 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_interp_egcm() local
7225 tgsi_helper_copy(struct r600_shader_ctx *ctx, struct tgsi_full_instruction *inst) tgsi_helper_copy() argument
7294 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_op3_dst() local
7347 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_dp() local
7395 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_tex_src_requires_loading() local
7406 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_tex_get_src_gpr() local
7414 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; do_vtx_fetch_inst() local
7509 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; r600_do_buffer_txq() local
7554 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_tex() local
8677 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_set_gds_temp() local
8724 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_load_gds() local
8761 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; load_index_src() local
8819 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; load_buffer_coord() local
8862 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_load_buffer() local
8917 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_load_rat() local
8987 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_load_lds() local
9011 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_load() local
9025 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_store_buffer_rat() local
9107 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_store_rat() local
9166 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_store_lds() local
9235 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_store() local
9246 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_atomic_op_rat() local
9405 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_atomic_op_gds() local
9536 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_atomic_op_lds() local
9573 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_atomic_op() local
9587 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_resq() local
9660 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_lrp() local
9768 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_cmp() local
9816 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_ucmp() local
9845 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_exp() local
9974 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_log() local
10234 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_eg_arl() local
10280 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_r600_arl() local
10357 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_opdst() local
10783 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_gs_emit() local
10801 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_umad() local
10854 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_pk2h() local
10902 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_up2h() local
10953 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_bfe() local
11012 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; tgsi_clock() local
11109 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_u64add() local
11182 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_i64neg() local
11255 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_u64mul() local
11413 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_u64div() local
11740 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; egcm_u64sne() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h671 inline void setInsn(Instruction *inst) { insn = inst; } in setInsn() argument
709 inline void setInsn(Instruction *inst) { insn = inst; } in setInsn() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2508 PyObject *inst = 0; in SWIG_Python_NewShadowInstance() local
2580 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this) SWIG_Python_SetSwigThis() argument
2664 PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj); SWIG_Python_NewPointerObj() local
[all...]
/third_party/python/Modules/
H A D_pickle.c6643 PyObject *state, *inst, *slotstate; in load_build() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc550 auto* inst = bb.GetMergeInst(); in MergeFor() local
558 auto* inst = bb.GetLoopMergeInst(); in ContinueTargetFor() local
2520 AddressOfIfNeeded( TypedExpression expr, const spvtools::opt::Instruction* inst) AddressOfIfNeeded() argument
2594 const auto* inst = def_use_mgr_->GetDef(id); MakeExpression() local
3473 EmitConstDefinition( const spvtools::opt::Instruction& inst, TypedExpression expr) EmitConstDefinition() argument
3497 EmitConstDefOrWriteToHoistedVar( const spvtools::opt::Instruction& inst, TypedExpression expr) EmitConstDefOrWriteToHoistedVar() argument
3503 WriteIfHoistedVar(const spvtools::opt::Instruction& inst, TypedExpression expr) WriteIfHoistedVar() argument
3520 EmitStatement(const spvtools::opt::Instruction& inst) EmitStatement() argument
3810 MakeOperand( const spvtools::opt::Instruction& inst, uint32_t operand_index) MakeOperand() argument
3835 MaybeEmitCombinatorialValue( const spvtools::opt::Instruction& inst) MaybeEmitCombinatorialValue() argument
4017 EmitGlslStd450ExtInst( const spvtools::opt::Instruction& inst) EmitGlslStd450ExtInst() argument
4202 MakeFMod( const spvtools::opt::Instruction& inst) MakeFMod() argument
4217 MakeAccessChain( const spvtools::opt::Instruction& inst) MakeAccessChain() argument
4438 MakeCompositeExtract( const spvtools::opt::Instruction& inst) MakeCompositeExtract() argument
4457 MakeCompositeValueDecomposition( const spvtools::opt::Instruction& inst, TypedExpression composite, uint32_t composite_type_id, int index_start) MakeCompositeValueDecomposition() argument
4602 MakeVectorShuffle( const spvtools::opt::Instruction& inst) MakeVectorShuffle() argument
4802 const auto& inst = id_def_info_pair.second->inst; FindValuesNeedingNamedOrHoistedDefinition() local
4977 MakeNumericConversion( const spvtools::opt::Instruction& inst) MakeNumericConversion() argument
5033 EmitFunctionCall(const spvtools::opt::Instruction& inst) EmitFunctionCall() argument
5070 EmitControlBarrier( const spvtools::opt::Instruction& inst) EmitControlBarrier() argument
5115 MakeIntrinsicCall( const spvtools::opt::Instruction& inst) MakeIntrinsicCall() argument
5143 MakeSimpleSelect( const spvtools::opt::Instruction& inst) MakeSimpleSelect() argument
5176 GetImage( const spvtools::opt::Instruction& inst) GetImage() argument
5212 GetImageExpression( const spvtools::opt::Instruction& inst) GetImageExpression() argument
5223 GetSamplerExpression( const spvtools::opt::Instruction& inst) GetSamplerExpression() argument
5239 EmitImageAccess(const spvtools::opt::Instruction& inst) EmitImageAccess() argument
5513 EmitImageQuery(const spvtools::opt::Instruction& inst) EmitImageQuery() argument
5591 MakeCoordinateOperandsForImageAccess( const spvtools::opt::Instruction& inst) MakeCoordinateOperandsForImageAccess() argument
5725 ConvertTexelForStorage( const spvtools::opt::Instruction& inst, TypedExpression texel, const Texture* texture_type) ConvertTexelForStorage() argument
5819 MakeArrayLength( const spvtools::opt::Instruction& inst) MakeArrayLength() argument
5860 MakeOuterProduct( const spvtools::opt::Instruction& inst) MakeOuterProduct() argument
5904 MakeVectorInsertDynamic( const spvtools::opt::Instruction& inst) MakeVectorInsertDynamic() argument
5972 MakeCompositeInsert( const spvtools::opt::Instruction& inst) MakeCompositeInsert() argument
[all...]
/third_party/python/Python/
H A Dceval.c5162 PyObject *inst = TOP(); local
H A Dcompile.c8319 struct instr *inst = &b->b_instr[i]; in fix_cell_offsets() local
8535 fold_tuple_on_constants(struct compiler *c, struct instr *inst, int n, PyObject *consts) fold_tuple_on_constants() argument
8785 jump_thread(struct instr *inst, struct instr *target, int opcode) jump_thread() argument
8814 struct instr *inst = &bb->b_instr[i]; optimize_basic_block() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6973 emit_arl_uarl(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_arl_uarl() argument
7007 emit_cal(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_cal() argument
7028 emit_iabs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_iabs() argument
7051 emit_cmp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_cmp() argument
7085 emit_dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dst() argument
7176 emit_endprim(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_endprim() argument
7209 emit_ex2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_ex2() argument
7237 emit_exp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_exp() argument
7356 emit_cond_discard(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_cond_discard() argument
7409 emit_discard(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_discard() argument
7428 emit_lg2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_lg2() argument
7456 emit_lit(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_lit() argument
7592 emit_lodq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_lodq() argument
7616 emit_log(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_log() argument
7698 emit_lrp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_lrp() argument
7733 emit_pow(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_pow() argument
7779 emit_rcp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_rcp() argument
7834 emit_rsq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_rsq() argument
7875 emit_seq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_seq() argument
7908 emit_sge(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sge() argument
7941 emit_sgt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sgt() argument
7974 emit_sincos(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sincos() argument
8017 emit_sle(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sle() argument
8050 emit_slt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_slt() argument
8083 emit_sne(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sne() argument
8116 emit_ssg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_ssg() argument
8163 emit_issg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_issg() argument
8284 get_texel_offsets(const struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, int offsets[3]) get_texel_offsets() argument
8409 begin_tex_swizzle(struct svga_shader_emitter_v10 *emit, unsigned unit, const struct tgsi_full_instruction *inst, boolean shadow_compare, struct tex_swizzle_info *swz) begin_tex_swizzle() argument
8560 emit_sample(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_sample() argument
8606 is_valid_tex_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) is_valid_tex_instruction() argument
8638 emit_tex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_tex() argument
8691 emit_tg4(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_tg4() argument
8863 emit_tex2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_tex2() argument
8916 emit_txp(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txp() argument
8982 emit_txd(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txd() argument
9022 emit_txf(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txf() argument
9076 emit_txl_txb(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txl_txb() argument
9134 emit_txl2(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txl2() argument
9178 emit_txq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_txq() argument
9311 check_double_dst_writemask(const struct tgsi_full_instruction *inst) check_double_dst_writemask() argument
9352 emit_dabs(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dabs() argument
9374 emit_dneg(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dneg() argument
9395 emit_dmad(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dmad() argument
9458 emit_dsqrt(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dsqrt() argument
9527 emit_dtrunc(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_dtrunc() argument
9607 emit_interp_offset(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_interp_offset() argument
9646 emit_simple(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_simple() argument
9700 emit_msb(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_msb() argument
9768 emit_bfe(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_bfe() argument
9839 emit_bfi(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_bfi() argument
9912 emit_mov(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_mov() argument
9935 emit_simple_1dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned dst_count, unsigned dst_index) emit_simple_1dst() argument
9968 emit_vmware(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, VGPU10_VMWARE_OPCODE_TYPE subopcode) emit_vmware() argument
10029 emit_memory_register(struct svga_shader_emitter_v10 *emit, memory_op mem_op, const struct tgsi_full_instruction *inst, unsigned regIndex, unsigned writemask) emit_memory_register() argument
10260 loop_instruction(unsigned index, unsigned count, struct tgsi_full_src_register *addr_index, void (*fb)(struct svga_shader_emitter_v10 *, const struct tgsi_full_instruction *, unsigned), struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) loop_instruction() argument
10306 emit_load_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned resourceIndex) emit_load_instruction() argument
10361 emit_load(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_load() argument
10414 emit_store_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned resourceIndex) emit_store_instruction() argument
10582 emit_store(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_store() argument
10636 emit_atomic_instruction(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned resourceIndex) emit_atomic_instruction() argument
10703 emit_atomic(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, VGPU10_OPCODE_TYPE opcode) emit_atomic() argument
10749 emit_barrier(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_barrier() argument
10794 emit_memory_barrier(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_memory_barrier() argument
10850 emit_resq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_resq() argument
10886 emit_instruction(struct svga_shader_emitter_v10 *emit, unsigned inst_number, const struct tgsi_full_instruction *inst) emit_instruction() argument
11197 emit_vgpu10_instruction(struct svga_shader_emitter_v10 *emit, unsigned inst_number, const struct tgsi_full_instruction *inst) emit_vgpu10_instruction() argument
11423 emit_vertex(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst) emit_vertex() argument
12379 emit_rawbuf_instruction(struct svga_shader_emitter_v10 *emit, unsigned inst_number, const struct tgsi_full_instruction *inst) emit_rawbuf_instruction() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c2987 void bc_parse_addId(BcParse *p, uchar inst) { in bc_parse_addId() argument
3383 uchar inst; in bc_parse_incdec() local
3447 static BcStatus bc_parse_str(BcParse *p, char inst) { in bc_parse_str() argument
3498 uchar inst = BC_INST_RET0; bc_parse_return() local
3577 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); bc_parse_endBody() local
4712 bc_program_op(BcProgram *p, uchar inst) bc_program_op() argument
4817 bc_program_print(BcProgram *p, uchar inst, size_t idx) bc_program_print() argument
4878 bc_program_unary(BcProgram *p, uchar inst) bc_program_unary() argument
4894 bc_program_logical(BcProgram *p, uchar inst) bc_program_logical() argument
5004 bc_program_assign(BcProgram *p, uchar inst) bc_program_assign() argument
5071 bc_program_pushArray(BcProgram *p, char *code, size_t *bgn, uchar inst) bc_program_pushArray() argument
5108 bc_program_incdec(BcProgram *p, uchar inst) bc_program_incdec() argument
5200 bc_program_return(BcProgram *p, uchar inst) bc_program_return() argument
5256 bc_program_builtin(BcProgram *p, uchar inst) bc_program_builtin() argument
5291 bc_program_pushGlobal(BcProgram *p, uchar inst) bc_program_pushGlobal() argument
5420 uchar inst = (uchar) code[(ip->idx)++]; bc_program_exec() local
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c52 VKAPI_ATTR bool VKAPI_CALL loader_icd_init_entries(struct loader_instance* inst, struct loader_icd_term *icd_term) { in loader_icd_init_entries() argument
530 loader_init_device_extension_dispatch_table(struct loader_dev_dispatch_table *dev_table, PFN_vkGetInstanceProcAddr gipa, PFN_vkGetDeviceProcAddr gdpa, VkInstance inst, VkDevice dev) loader_init_device_extension_dispatch_table() argument
1223 loader_init_instance_core_dispatch_table(VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa, VkInstance inst) loader_init_instance_core_dispatch_table() argument
1258 loader_init_instance_extension_dispatch_table(VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa, VkInstance inst) loader_init_instance_extension_dispatch_table() argument
1553 const struct loader_instance* inst = dev->phys_dev_term->this_icd_term->this_instance; loader_lookup_device_dispatch_table() local
[all...]
/third_party/glslang/glslang/Include/
H A Dintermediate.h1669 void setSpirvInstruction(const TSpirvInstruction& inst) { spirvInst = inst; } in setSpirvInstruction() argument
1705 void setSpirvInstruction(const TSpirvInstruction& inst) { spirvInst = inst; } in setSpirvInstruction() argument

Completed in 100 milliseconds

1...<<31