Home
last modified time | relevance | path

Searched defs:prog (Results 51 - 75 of 328) sorted by relevance

12345678910>>...14

/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py22 prog="test_pypi_packages", variable
/third_party/openssl/apps/
H A Dpkeyparam.c54 char *infile = NULL, *outfile = NULL, *prog; in pkeyparam_main() local
H A Drand.c53 char *outfile = NULL, *prog; in rand_main() local
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/
H A Dbenchmark.c54 usage(const char *prog, int rc) { in usage() argument
/third_party/rust/crates/regex/src/
H A Dlib.rs749 mod prog; modules
/third_party/selinux/secilc/
H A Dsecil2tree.c50 static __attribute__((__noreturn__)) void usage(const char *prog) in usage() argument
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_magnifier_shader_filter.cpp129 static constexpr char prog[] = R"( in InitMagnifierEffect() 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...]

Completed in 18 milliseconds

12345678910>>...14