Home
last modified time | relevance | path

Searched defs:stage (Results 76 - 100 of 742) sorted by relevance

12345678910>>...30

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dopen_vpn_ctl_test.cpp87 std::string stage = OPENVPN_UPDATE; in HWTEST_F() local
96 std::string stage = "connect"; in HWTEST_F() local
/kernel/linux/linux-6.6/arch/riscv/errata/sifive/
H A Derrata.c85 sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, unsigned long archid, unsigned long impid, unsigned int stage) sifive_errata_patch_func() argument
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dstate_test.c164 int stage; in main() local
H A Dhyperv_cpuid.c149 int rv, stage; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c158 int stage; in main() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp50 unsigned stage; member in __anon7191::output_read_remover
78 output_read_remover::output_read_remover(unsigned stage) in output_read_remover() argument
172 lower_output_reads(unsigned stage, exec_list *instructions) in lower_output_reads() argument
H A Dstandalone_scaffolding.cpp107 _mesa_new_shader(GLuint name, gl_shader_stage stage) in _mesa_new_shader() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c65 gl_shader_stage stage = b->shader->info.stage; in lower_abi_instr() local
[all...]
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c67 gl_shader_stage stage; member
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_nir_builder.h27 blorp_nir_init_shader(nir_builder *b, void *mem_ctx, gl_shader_stage stage, const char *name) blorp_nir_init_shader() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c65 struct draw_stage stage; /**< Base class */ member
81 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush() argument
93 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri() argument
100 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line() argument
107 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy() argument
139 rastpos_point(struct draw_stage *stage, struct prim_header *prim) rastpos_point() argument
[all...]
H A Dst_atom_atomicbuf.c69 st_bind_atomics(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) st_bind_atomics() argument
H A Dst_nir_builtins.c37 gl_shader_stage stage = nir->info.stage; in st_nir_finish_builtin_shader() local
91 st_nir_make_passthrough_shader(struct st_context *st, const char *shader_name, gl_shader_stage stage, unsigned num_vars, unsigned *input_locations, unsigned *output_locations, unsigned *interpolation_modes, unsigned sysval_mask) st_nir_make_passthrough_shader() argument
/third_party/mesa3d/src/intel/dev/
H A Dintel_debug.c101 intel_debug_flag_for_shader_stage(gl_shader_stage stage) in intel_debug_flag_for_shader_stage() argument
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c93 spirv_to_dxil(const uint32_t *words, size_t word_count, struct dxil_spirv_specialization *specializations, unsigned int num_specializations, dxil_spirv_shader_stage stage, const char *entry_point_name, const struct dxil_spirv_debug_options *dgb_opts, const struct dxil_spirv_runtime_conf *conf, struct dxil_spirv_object *out_dxil) spirv_to_dxil() argument
H A Dspirv2dxil.c45 stage_to_enum(char *stage) in stage_to_enum() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.h109 pan_make_preload(gl_shader_stage stage, in pan_make_preload() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c43 struct draw_stage stage; /**< This must be first (base class) */ member
52 setup_stage(struct draw_stage *stage) in setup_stage() argument
118 emit_prim(struct draw_stage *stage, struct prim_header *prim, unsigned hwprim, in emit_prim() argument
158 setup_tri(struct draw_stage *stage, struct prim_header *prim) in setup_tri() argument
164 setup_line(struct draw_stage *stage, struct prim_header *prim) in setup_line() argument
170 setup_point(struct draw_stage *stage, struc argument
176 setup_flush(struct draw_stage *stage, unsigned flags) setup_flush() argument
181 reset_stipple_counter(struct draw_stage *stage) reset_stipple_counter() argument
186 render_destroy(struct draw_stage *stage) render_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c143 validate_pipeline(struct draw_stage *stage) in validate_pipeline() argument
284 validate_tri(struct draw_stage *stage, in validate_tri() argument
293 validate_line(struct draw_stage *stage, struct prim_header *header) validate_line() argument
302 validate_point(struct draw_stage *stage, struct prim_header *header) validate_point() argument
311 validate_reset_stipple_counter(struct draw_stage *stage) validate_reset_stipple_counter() argument
319 validate_flush(struct draw_stage *stage, unsigned flags) validate_flush() argument
330 validate_destroy(struct draw_stage *stage) validate_destroy() argument
342 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); draw_validate_stage() local
[all...]
H A Ddraw_pipe_user_cull.c38 struct draw_stage stage; member
53 static void user_cull_point( struct draw_stage *stage, in user_cull_point() argument
83 static void user_cull_line( struct draw_stage *stage, in user_cull_line() argument
114 user_cull_tri( struct draw_stage *stage, struct prim_header *header ) user_cull_tri() argument
144 user_cull_flush( struct draw_stage *stage, unsigned flags ) user_cull_flush() argument
[all...]
H A Ddraw_pipe_wide_line.c41 struct draw_stage stage; member
48 static void wideline_line( struct draw_stage *stage, in wideline_line() argument
141 wideline_first_line( struct draw_stage *stage, struct prim_header *header ) wideline_first_line() argument
161 wideline_flush( struct draw_stage *stage, unsigned flags ) wideline_flush() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h70 struct pipe_sampler_view *stage[2][2]; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_helper_invocations.c67 mir_block_uses_helpers(gl_shader_stage stage, midgard_block *block) in mir_block_uses_helpers() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_query.c98 panvk_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) panvk_CmdWriteTimestamp2() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c79 vk_spirv_to_nir(struct vk_device *device, const uint32_t *spirv_data, size_t spirv_size_B, gl_shader_stage stage, const char *entrypoint_name, enum gl_subgroup_size subgroup_size, const VkSpecializationInfo *spec_info, const struct spirv_to_nir_options *spirv_options, const struct nir_shader_compiler_options *nir_options, void *mem_ctx) vk_spirv_to_nir() argument

Completed in 10 milliseconds

12345678910>>...30