| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | xdp_adjust_tail_user.c | 90 struct bpf_program *prog; in main() local
|
| /kernel/linux/linux-6.6/samples/seccomp/ |
| H A D | user-trap.c | 96 struct sock_fprog prog = { in user_trap_syscall() local
|
| H A D | bpf-direct.c | 145 struct sock_fprog prog = { in install_filter() local
|
| /third_party/alsa-lib/src/ucm/ |
| H A D | ucm_exec.c | 184 int uc_mgr_exec(const char *prog) in uc_mgr_exec() argument [all...] |
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | cmdline.c | 87 struct gl_shader_program *prog; in compile_shader() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 32 struct gl_program *prog; member 181 struct gl_program *prog; member 258 gl_nir_set_uniform_initializers(const struct gl_constants *consts, struct gl_shader_program *prog) gl_nir_set_uniform_initializers() argument [all...] |
| H A D | ir_function_detect_recursion.cpp | 296 struct gl_shader_program *prog = in emit_errors_linked() local 338 detect_recursion_linked(struct gl_shader_program *prog, in detect_recursion_linked() argument
|
| H A D | ir_set_program_inouts.cpp | 46 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor() argument 66 struct gl_program *prog; member in __anon7174::ir_set_program_inouts_visitor 81 mark(struct gl_program *prog, ir_variable *var, int offset, int len, in mark() argument 424 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, gl_shader_stage shader_stage) do_set_program_inouts() argument [all...] |
| H A D | link_functions.cpp | 41 call_link_visitor(gl_shader_program *prog, gl_linked_shader *linked, in call_link_visitor() argument 285 gl_shader_program *prog; member in __anon7176::call_link_visitor 332 link_function_calls(gl_shader_program *prog, gl_linked_shader *main, in link_function_calls() argument
|
| H A D | standalone.cpp | 101 init_gl_program(struct gl_program *prog, bool is_arb_asm, gl_shader_stage stage) in init_gl_program() argument 113 struct gl_program *prog = rzalloc(NULL, struct gl_program); in new_program() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 274 GLuint prog = glCreateShaderProgramv(type, 1, &source); in main() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | compute.c | 98 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in validate_DispatchCompute() local 121 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in validate_DispatchComputeGroupSizeARB() local 277 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in valid_dispatch_indirect() local 328 struct gl_program *prog = in dispatch_compute() local 373 struct gl_program *prog = dispatch_compute_indirect() local [all...] |
| H A D | shared.c | 191 struct gl_program *prog = (struct gl_program *) data; in delete_program_cb() local
|
| H A D | shaderobj.c | 292 init_shader_program(struct gl_shader_program *prog) in init_shader_program() argument [all...] |
| H A D | glspirv.c | 120 _mesa_spirv_link_shaders(struct gl_context *ctx, struct gl_shader_program *prog) in _mesa_spirv_link_shaders() argument 217 _mesa_spirv_to_nir(struct gl_context *ctx, const struct gl_shader_program *prog, gl_shader_stage stage, const nir_shader_compiler_options *options) _mesa_spirv_to_nir() argument [all...] |
| H A D | program_binary.c | 190 struct gl_program *prog = sh_prog->_LinkedShaders[stage]->Program; in write_program_payload() local 321 struct gl_program *prog = NULL; in _mesa_program_binary() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_texture.h | 133 st_get_texture_object(struct gl_context *ctx, const struct gl_program *prog, unsigned unit) st_get_texture_object() argument
|
| H A D | st_atom_sampler.c | 175 update_shader_samplers(struct st_context *st, enum pipe_shader_type shader_stage, const struct gl_program *prog, struct pipe_sampler_state *samplers, unsigned *out_num_samplers) update_shader_samplers() argument
|
| H A D | st_atom_constbuf.c | 70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) in st_upload_constants() argument 262 st_bind_ubos(struct st_context *st, struct gl_program *prog, enum pipe_shader_type shader_type) st_bind_ubos() argument 303 struct gl_program *prog = st_bind_vs_ubos() local 312 struct gl_program *prog = st_bind_fs_ubos() local 321 struct gl_program *prog = st_bind_gs_ubos() local 330 struct gl_program *prog = st_bind_tcs_ubos() local 339 struct gl_program *prog = st_bind_tes_ubos() local 348 struct gl_program *prog = st_bind_cs_ubos() local [all...] |
| H A D | st_atom_texture.c | 90 st_get_sampler_views(struct st_context *st, enum pipe_shader_type shader_stage, const struct gl_program *prog, struct pipe_sampler_view **sampler_views) st_get_sampler_views() argument 258 update_textures(struct st_context *st, enum pipe_shader_type shader_stage, const struct gl_program *prog) update_textures() argument [all...] |
| /third_party/mesa3d/src/mesa/program/ |
| H A D | program.c | 187 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() argument 225 struct gl_program *prog; _mesa_new_program() local 244 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) _mesa_delete_program() argument 302 _mesa_reference_program_(struct gl_context *ctx, struct gl_program **ptr, struct gl_program *prog) _mesa_reference_program_() argument 347 _mesa_get_min_invocations_per_fragment(struct gl_context *ctx, const struct gl_program *prog) _mesa_get_min_invocations_per_fragment() argument 381 gl_external_samplers(const struct gl_program *prog) gl_external_samplers() argument 410 _mesa_add_separate_state_parameters(struct gl_program *prog, struct gl_program_parameter_list *state_params) _mesa_add_separate_state_parameters() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 43 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_vertprog_assign_slots() local 148 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; nv50_fragprog_assign_slots() local 328 nv50_program_translate(struct nv50_program *prog, uint16_t chipset, struct util_debug_callback *debug) nv50_program_translate() argument 472 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) nv50_program_upload_code() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
| H A D | semctl06.c | 83 static char *prog; variable
|
| /third_party/ltp/testcases/kernel/syscalls/bpf/ |
| H A D | bpf_common.c | 82 bpf_init_prog_attr(union bpf_attr *const attr, const struct bpf_insn *const prog, const size_t prog_size, char *const log_buf, const size_t log_size) bpf_init_prog_attr() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_emit.h | 46 const struct fd5_program_state *prog; member
|