| /foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
| H A D | open_vpn_ctl_test.cpp | 87 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 D | errata.c | 85 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 D | state_test.c | 164 int stage; in main() local
|
| H A D | hyperv_cpuid.c | 149 int rv, stage; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H A D | hyperv_svm_test.c | 158 int stage; in main() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_output_reads.cpp | 50 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 D | standalone_scaffolding.cpp | 107 _mesa_new_shader(GLuint name, gl_shader_stage stage) in _mesa_new_shader() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_lower_abi.c | 65 gl_shader_stage stage = b->shader->info.stage; in lower_abi_instr() local [all...] |
| /third_party/mesa3d/src/imagination/rogue/tools/ |
| H A D | offline_compiler.c | 67 gl_shader_stage stage; member [all...] |
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_nir_builder.h | 27 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 D | st_cb_rasterpos.c | 65 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 D | st_atom_atomicbuf.c | 69 st_bind_atomics(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) st_bind_atomics() argument
|
| H A D | st_nir_builtins.c | 37 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 D | intel_debug.c | 101 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 D | spirv_to_dxil.c | 93 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 D | spirv2dxil.c | 45 stage_to_enum(char *stage) in stage_to_enum() argument [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_shader.h | 109 pan_make_preload(gl_shader_stage stage, in pan_make_preload() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_prim_emit.c | 43 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 D | draw_pipe_validate.c | 143 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 D | draw_pipe_user_cull.c | 38 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 D | draw_pipe_wide_line.c | 41 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 D | vl_idct.h | 70 struct pipe_sampler_view *stage[2][2]; member
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_helper_invocations.c | 67 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 D | panvk_query.c | 98 panvk_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) panvk_CmdWriteTimestamp2() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_nir.c | 79 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
|