Home
last modified time | relevance | path

Searched defs:stage (Results 426 - 450 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c608 int stage = 0; in atssr_lookup_victim() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c806 is_sp_stage(struct ia_css_pipeline_stage *stage) in is_sp_stage() argument
123 store_sp_stage_data(enum ia_css_pipe_id id, unsigned int pipe_num, unsigned int stage) store_sp_stage_data() argument
909 sh_css_sp_init_stage(struct ia_css_binary *binary, const char *binary_name, const struct ia_css_blob_info *blob_info, const struct sh_css_binary_args *args, unsigned int pipe_num, unsigned int stage, bool xnr, const struct ia_css_isp_param_css_segments *isp_mem_if, unsigned int if_config_index, bool two_ppc) sh_css_sp_init_stage() argument
1077 sp_init_stage(struct ia_css_pipeline_stage *stage, unsigned int pipe_num, bool xnr, unsigned int if_config_index, bool two_ppc) sp_init_stage() argument
1167 sp_init_sp_stage(struct ia_css_pipeline_stage *stage, unsigned int pipe_num, bool two_ppc, enum sh_css_pipe_config_override copy_ovrd, unsigned int if_config_index) sp_init_sp_stage() argument
1212 struct ia_css_pipeline_stage *stage = NULL; sh_css_sp_init_pipeline() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css.c683 const int stage = 0; in imgu_css_pipeline_init() local
2106 const int stage in imgu_css_set_parameters() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2235 struct ia_css_pipeline_stage *stage; in findf_dmem_params() local
2642 ia_css_debug_pipe_graph_dump_stage( struct ia_css_pipeline_stage *stage, enum ia_css_pipe_id id) ia_css_debug_pipe_graph_dump_stage() argument
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtb_msgs.h440 u8 stage; member
480 u8 stage; member
H A Dicm.c1157 icm_tr_xdomain_tear_down(struct tb *tb, struct tb_xdomain *xd, int stage) icm_tr_xdomain_tear_down() argument
/kernel/linux/linux-6.6/drivers/dma/sh/
H A Drcar-dmac.c1495 unsigned int stage; in rcar_dmac_isr_desc_stage_end() local
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1331 _rtl8723be_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) _rtl8723be_phy_sw_chnl_step_by_step() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c777 _rtl92c_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) _rtl92c_phy_sw_chnl_step_by_step() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1211 _rtl88e_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) _rtl88e_phy_sw_chnl_step_by_step() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmt6358.c338 int i, stage; in hp_main_output_ramp() local
354 int i, stage; in hp_aux_feedback_loop_gain_ramp() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp491 DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) DeduceVersionProfile() argument
680 TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, EShLanguage& stage, SpvVersion& spvVersion) TranslateEnvironment() argument
841 EShLanguage stage = compiler->getLanguage(); ProcessDeferred() local
1963 linkStage(EShLanguage stage, EShMessages messages) linkStage() argument
[all...]
H A DlinkValidate.cpp514 isSameInterface(TIntermSymbol* symbol, EShLanguage stage, TIntermSymbol* unitSymbol, EShLanguage unitStage) isSameInterface() argument
1823 computeTypeLocationSize(const TType& type, EShLanguage stage) computeTypeLocationSize() argument
[all...]
/third_party/glslang/glslang/Public/
H A DShaderLang.h193 EShLanguage stage; // redundant information with other input, this one overrides when not EShSourceNone member
696 EShLanguage stage; member in glslang::TShader
859 getShaders(EShLanguage stage) getShaders() argument
[all...]
/third_party/glslang/StandAlone/
H A DStandAlone.cpp293 const char* GetBinaryName(EShLanguage stage) in GetBinaryName() argument
1223 EShLanguage stage; global() member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c181 nir_is_arrayed_io(const nir_variable *var, gl_shader_stage stage) in nir_is_arrayed_io() argument
[all...]
H A Dnir_linking_helpers.c39 get_variable_io_mask(nir_variable *var, gl_shader_stage stage) in get_variable_io_mask() argument
301 get_unmoveable_components_masks(nir_shader *shader, nir_variable_mode mode, struct assigned_comps *comps, gl_shader_stage stage, bool default_to_smooth_interp) get_unmoveable_components_masks() argument
403 const gl_shader_stage stage = shader->info.stage; remap_slots_and_components() local
1469 nir_assign_io_var_locations(nir_shader *shader, nir_variable_mode mode, unsigned *size, gl_shader_stage stage) nir_assign_io_var_locations() argument
1628 get_linked_variable_io_mask(nir_variable *variable, gl_shader_stage stage) get_linked_variable_io_mask() argument
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_info.h138 gl_shader_stage stage:8; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c52 get_varying_type(const nir_variable *var, gl_shader_stage stage) in get_varying_type() argument
1625 unsigned stage = producer_var ? vm->producer_stage : vm->consumer_stage; varying_matches_store_locations() local
1694 var_counts_against_varying_limit(gl_shader_stage stage, const nir_variable *var) var_counts_against_varying_limit() argument
1722 gl_shader_stage stage; global() member
2027 set_variable_io_mask(BITSET_WORD *bits, nir_variable *var, gl_shader_stage stage) set_variable_io_mask() argument
2894 remove_unused_shader_inputs_and_outputs(struct gl_shader_program *prog, unsigned stage, nir_variable_mode mode) remove_unused_shader_inputs_and_outputs() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c659 sqtt_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, in sqtt_CmdWriteTimestamp2() argument
832 radv_mesa_to_rgp_shader_stage(struct radv_pipeline *pipeline, gl_shader_stage stage) in radv_mesa_to_rgp_shader_stage() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1107 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; in visit_any_hit_shaders() local
1307 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; in insert_traversal_aabb_case() local
1656 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; compute_rt_stack_size() local
1774 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[i]; create_rt_shader() local
[all...]
H A Dradv_query.c2021 radv_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) radv_CmdWriteTimestamp2() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c487 gl_shader_stage stage = b->shader->stage; in agx_emit_intrinsic() local
[all...]
H A Dagx_compiler.h373 gl_shader_stage stage; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h505 gl_shader_stage stage; member

Completed in 52 milliseconds

1...<<11121314151617181920>>...28