Home
last modified time | relevance | path

Searched defs:prog (Results 301 - 325 of 972) sorted by relevance

1...<<11121314151617181920>>...39

/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_adjust_tail_user.c90 struct bpf_program *prog; in main() local
/kernel/linux/linux-6.6/samples/seccomp/
H A Duser-trap.c96 struct sock_fprog prog = { in user_trap_syscall() local
H A Dbpf-direct.c145 struct sock_fprog prog = { in install_filter() local
/third_party/alsa-lib/src/ucm/
H A Ducm_exec.c184 int uc_mgr_exec(const char *prog) in uc_mgr_exec() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c87 struct gl_shader_program *prog; in compile_shader() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_initializers.c32 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 Dir_function_detect_recursion.cpp296 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 Dir_set_program_inouts.cpp46 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 Dlink_functions.cpp41 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 Dstandalone.cpp101 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 Damdgcn_glslc.c274 GLuint prog = glCreateShaderProgramv(type, 1, &source); in main() local
/third_party/mesa3d/src/mesa/main/
H A Dcompute.c98 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 Dshared.c191 struct gl_program *prog = (struct gl_program *) data; in delete_program_cb() local
H A Dshaderobj.c292 init_shader_program(struct gl_shader_program *prog) in init_shader_program() argument
[all...]
H A Dglspirv.c120 _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 Dprogram_binary.c190 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 Dst_texture.h133 st_get_texture_object(struct gl_context *ctx, const struct gl_program *prog, unsigned unit) st_get_texture_object() argument
H A Dst_atom_sampler.c175 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 Dst_atom_constbuf.c70 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 Dst_atom_texture.c90 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 Dprogram.c187 _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 Dnv50_program.c43 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 Dsemctl06.c83 static char *prog; variable
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_common.c82 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 Dfd5_emit.h46 const struct fd5_program_state *prog; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...39