| /kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7522 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 853 struct mlx5_ib_stage stage[MLX5_IB_STAGE_MAX]; member
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | ipr.c | 8385 unsigned long stage, stage_time; in ipr_reset_next_stage() local [all...] |
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | compress.c | 65 ZSTD_compressionStage_e stage; member 2964 ZSTD_cStreamStage stage; global() member [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_cmd.h | 943 uint32 stage; member
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 1473 struct ia_css_pipeline_stage *stage; in start_pipe() local 2360 struct ia_css_pipeline_stage *stage; sh_css_pipe_free_acc_binaries() local 4043 struct ia_css_pipeline_stage *stage; ia_css_pipe_enqueue_buffer() local 8437 struct ia_css_pipeline_stage *stage; global() local 10561 struct ia_css_pipeline_stage *stage; global() local 10609 struct ia_css_pipeline_stage *stage; global() local 10656 struct ia_css_pipeline_stage *stage; global() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_cmd.h | 695 u8 stage; member 709 u8 stage; member 746 u8 stage; member
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 1281 struct ia_css_pipeline_stage *stage; in start_pipe() local 3596 struct ia_css_pipeline_stage *stage; in ia_css_pipe_enqueue_buffer() local 7497 struct ia_css_pipeline_stage *stage; ia_css_pipeline_uses_params() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/kvm/ |
| H A D | emulate.c | 466 emulator_check_intercept(struct x86_emulate_ctxt *ctxt, enum x86_intercept intercept, enum x86_intercept_stage stage) emulator_check_intercept() argument
|
| /kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7956 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 966 struct mlx5_ib_stage stage[MLX5_IB_STAGE_MAX]; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_cmd.h | 656 uint32 stage; member
|
| /kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.h | 725 enum arm_smmu_domain_stage stage; member
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | ipr.c | 7612 unsigned long stage, stage_time; in ipr_reset_next_stage() local [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 312 spv::ExecutionModel TranslateExecutionModel(EShLanguage stage, bool isMeshShaderEXT = false) in TranslateExecutionModel() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 8607 convert_jpake_computation_stage_to_driver_step( psa_jpake_computation_stage_t *stage) convert_jpake_computation_stage_to_driver_step() argument 8721 psa_jpake_computation_stage_t *stage = psa_jpake_epilogue() local [all...] |
| /third_party/mesa3d/src/compiler/ |
| H A D | shader_enums.h | 72 gl_shader_stage_is_compute(gl_shader_stage stage) in gl_shader_stage_is_compute() argument 78 gl_shader_stage_is_mesh(gl_shader_stage stage) in gl_shader_stage_is_mesh() argument 85 gl_shader_stage_uses_workgroup(gl_shader_stage stage) in gl_shader_stage_uses_workgroup() argument 94 gl_shader_stage_is_callable(gl_shader_stage stage) gl_shader_stage_is_callable() argument 104 gl_shader_stage_can_set_fragment_shading_rate(gl_shader_stage stage) gl_shader_stage_can_set_fragment_shading_rate() argument [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 438 tu6_emit_xs_config(struct tu_cs *cs, gl_shader_stage stage, const struct ir3_shader_variant *xs) tu6_emit_xs_config() argument 469 tu6_emit_xs(struct tu_cs *cs, gl_shader_stage stage, const struct ir3_shader_variant *xs, const struct tu_pvtmem_config *pvtmem, uint64_t binary_iova) tu6_emit_xs() argument 1687 gl_shader_stage stage = MESA_SHADER_VERTEX; tu6_emit_program_config() local 1720 gl_shader_stage stage = MESA_SHADER_VERTEX; tu6_emit_program() local 2600 tu_hash_stage(struct mesa_sha1 *ctx, const VkPipelineShaderStageCreateInfo *stage, const struct tu_shader_key *key) tu_hash_stage() argument 2649 tu_hash_compute(unsigned char *hash, const VkPipelineShaderStageCreateInfo *stage, const struct tu_pipeline_layout *layout, const struct tu_shader_key *key, const struct ir3_compiler *compiler) tu_hash_compute() argument 2806 gl_shader_stage stage = tu_pipeline_builder_compile_shaders() local 4308 gl_shader_stage stage = exe->stage; tu_GetPipelineExecutablePropertiesKHR() local [all...] |
| H A D | tu_cmd_buffer.c | 3334 enum tu_stage stage = TU_STAGE_CP; in vk2tu_src_stage() local 3346 enum tu_stage stage = TU_STAGE_PS; vk2tu_dst_stage() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 43 gl_shader_stage stage; member 5368 ac_handle_shader_output_decl(struct ac_llvm_context *ctx, struct ac_shader_abi *abi, struct nir_shader *nir, struct nir_variable *variable, gl_shader_stage stage) ac_handle_shader_output_decl() argument [all...] |
| H A D | ac_llvm_build.c | 394 void ac_build_s_barrier(struct ac_llvm_context *ctx, gl_shader_stage stage) in ac_build_s_barrier() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 357 gl_shader_stage_to_broadcom(gl_shader_stage stage) in gl_shader_stage_to_broadcom() argument 374 broadcom_shader_stage_to_gl(enum broadcom_shader_stage stage) in broadcom_shader_stage_to_gl() argument 393 broadcom_shader_stage_is_binning(enum broadcom_shader_stage stage) in broadcom_shader_stage_is_binning() argument 405 broadcom_shader_stage_is_render_with_binning(enum broadcom_shader_stage stage) in broadcom_shader_stage_is_render_with_binning() argument 417 broadcom_binning_shader_stage_for_render_stage(enum broadcom_shader_stage stage) broadcom_binning_shader_stage_for_render_stage() argument 430 broadcom_shader_stage_name(enum broadcom_shader_stage stage) broadcom_shader_stage_name() argument 1592 enum broadcom_shader_stage stage; global() member 1632 enum broadcom_shader_stage stage; global() member 1952 enum broadcom_shader_stage stage; global() member [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_cmd_buffer.c | 2709 pvr_setup_descriptor_mappings( struct pvr_cmd_buffer *const cmd_buffer, enum pvr_stage_allocation stage, const struct pvr_stage_allocation_descriptor_state *descriptor_state, UNUSED const pvr_dev_addr_t *const num_worgroups_buff_addr, uint32_t *const descriptor_data_offset_out) pvr_setup_descriptor_mappings() argument 4982 pvr_CmdWriteTimestamp2KHR(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) pvr_CmdWriteTimestamp2KHR() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_compiler.h | 145 brw_shader_stage_is_bindless(gl_shader_stage stage) in brw_shader_stage_is_bindless() argument 152 brw_shader_stage_requires_bindless_resources(gl_shader_stage stage) in brw_shader_stage_requires_bindless_resources() argument 765 gl_shader_stage stage; member 1963 brw_stage_has_packed_dispatch(ASSERTED const struct intel_device_info *devinfo, gl_shader_stage stage, const struct brw_stage_prog_data *prog_data) brw_stage_has_packed_dispatch() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 2910 gl_shader_stage stage = shaders[i]->stage; in flush_descriptor_sets() local 2949 gl_shader_stage stage in flush_descriptor_sets() local 3156 cmd_buffer_emit_push_constant(struct anv_cmd_buffer *cmd_buffer, gl_shader_stage stage, struct anv_address *buffers, unsigned buffer_count) cmd_buffer_emit_push_constant() argument 3281 gl_shader_stage stage = vk_to_mesa_shader_stage(shader_mask); cmd_buffer_emit_push_constant_all() local [all...] |