| /third_party/python/Tools/peg_generator/scripts/ |
| H A D | test_pypi_packages.py | 22 prog="test_pypi_packages", variable
|
| /third_party/openssl/apps/ |
| H A D | pkeyparam.c | 54 char *infile = NULL, *outfile = NULL, *prog; in pkeyparam_main() local
|
| H A D | rand.c | 53 char *outfile = NULL, *prog; in rand_main() local
|
| /third_party/skia/third_party/externals/expat/expat/tests/benchmark/ |
| H A D | benchmark.c | 54 usage(const char *prog, int rc) { in usage() argument
|
| /third_party/rust/crates/regex/src/ |
| H A D | lib.rs | 749 mod prog; modules
|
| /third_party/selinux/secilc/ |
| H A D | secil2tree.c | 50 static __attribute__((__noreturn__)) void usage(const char *prog) in usage() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_magnifier_shader_filter.cpp | 129 static constexpr char prog[] = R"( in InitMagnifierEffect() 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...] |