/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 46 build_notifier(cl_program prog, in build_notifier() argument 62 validate_build_common(const program &prog, cl_uint num_devs, in validate_build_common() argument 272 auto &prog = obj(d_prog); in clBuildProgram() local 306 auto &prog = obj(d_prog); clCompileProgram() local 436 auto prog = create<program>(ctx, all_devs); clLinkProgram() local 481 auto &prog = obj(d_prog); clGetProgramInfo() local 561 auto &prog = obj(d_prog); clGetProgramBuildInfo() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.h | 288 struct zink_gfx_program *prog = (struct zink_gfx_program*)pg; in zink_program_reference() local
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 31 kernel::kernel(clover::program &prog, const std::string &name, in kernel() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 512 st_create_texture_handle_from_unit(struct st_context *st, struct gl_program *prog, GLuint texUnit) st_create_texture_handle_from_unit() argument 538 st_create_image_handle_from_unit(struct st_context *st, struct gl_program *prog, GLuint imgUnit) st_create_image_handle_from_unit() argument 554 st_make_bound_samplers_resident(struct st_context *st, struct gl_program *prog) st_make_bound_samplers_resident() argument 601 st_make_bound_images_resident(struct st_context *st, struct gl_program *prog) st_make_bound_images_resident() argument [all...] |
H A D | st_atifs_to_nir.c | 537 st_init_atifs_prog(struct gl_context *ctx, struct gl_program *prog) in st_init_atifs_prog() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | pipelineobj.c | 215 struct gl_program *prog = NULL; in use_program_stage() local 538 struct gl_program *prog = ctx->_Shader->CurrentProgram[i]; in _mesa_bind_pipeline() local 264 _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, GLuint prog) _mesa_UseProgramStages_no_error() argument 789 program_stages_all_active(struct gl_pipeline_object *pipe, const struct gl_program *prog) program_stages_all_active() argument [all...] |
H A D | uniform_query.cpp | 927 associate_uniform_storage(struct gl_context *ctx, struct gl_shader_program *shader_program, struct gl_program *prog) associate_uniform_storage() argument 1079 _mesa_ensure_and_associate_uniform_storage(struct gl_context *ctx, struct gl_shader_program *shader_program, struct gl_program *prog, unsigned required_space) _mesa_ensure_and_associate_uniform_storage() argument [all...] |
H A D | arbprogram.c | 182 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB() local 259 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 292 get_local_param_pointer(struct gl_context *ctx, const char *func, struct gl_program* prog, GLenum target, GLuint index, unsigned count, GLfloat **param) get_local_param_pointer() argument 360 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, const GLvoid *string) set_program_string() argument 488 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); _mesa_NamedProgramStringEXT() local 640 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); _mesa_ProgramLocalParameter4fARB() local 660 struct gl_program* prog = lookup_or_create_program(program, target, _mesa_NamedProgramLocalParameter4fEXT() local 699 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, const GLfloat *params, const char* caller) program_local_parameters4fv() argument 721 struct gl_program* prog = get_current_program(ctx, target, _mesa_ProgramLocalParameters4fvEXT() local 735 struct gl_program* prog = _mesa_NamedProgramLocalParameters4fvEXT() local 793 struct gl_program* prog = get_current_program(ctx, target, "glGetProgramLocalParameterfvARB"); _mesa_GetProgramLocalParameterfvARB() local 811 struct gl_program* prog = lookup_or_create_program(program, target, _mesa_GetNamedProgramLocalParameterfvEXT() local 830 struct gl_program* prog = get_current_program(ctx, target, "glGetProgramLocalParameterdvARB"); _mesa_GetProgramLocalParameterdvARB() local 848 struct gl_program* prog = lookup_or_create_program(program, target, _mesa_GetNamedProgramLocalParameterdvEXT() local 862 get_program_iv(struct gl_program *prog, GLenum target, GLenum pname, GLint *params) get_program_iv() argument 1036 struct gl_program* prog = get_current_program(ctx, target, _mesa_GetProgramivARB() local 1048 struct gl_program* prog; _mesa_GetNamedProgramivEXT() local 1065 const struct gl_program *prog; _mesa_GetProgramStringARB() local 1099 struct gl_program* prog = lookup_or_create_program(program, target, _mesa_GetNamedProgramStringEXT() local [all...] |
H A D | atifragshader.c | 62 struct gl_program *prog = rzalloc(NULL, struct gl_program); in new_ati_fs() local 297 struct ati_fragment_shader *prog = (struct ati_fragment_shader *) in _mesa_DeleteFragmentShaderATI() local 429 struct gl_program *prog = new_ati_fs(ctx, _mesa_EndFragmentShaderATI() local [all...] |
H A D | context.c | 303 init_program_limits(struct gl_constants *consts, gl_shader_stage stage, struct gl_program_constants *prog) init_program_limits() argument [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parser.h | 135 struct gl_program *prog; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_build_util.cpp | 33 BuildUtil::BuildUtil(Program *prog) in BuildUtil() argument 39 BuildUtil::init(Program *prog) in init() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 93 unsigned prog[align(l->max_loc, 2) / 2]; in emit_stream_out() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.h | 106 const struct fd6_program_state *prog; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.c | 552 nvc0_program_dump(struct nvc0_program *prog) in nvc0_program_dump() argument 573 nvc0_program_translate(struct nvc0_program *prog, uint16_ argument 773 nvc0_program_alloc_code(struct nvc0_context *nvc0, struct nvc0_program *prog) nvc0_program_alloc_code() argument 825 nvc0_program_upload_code(struct nvc0_context *nvc0, struct nvc0_program *prog) nvc0_program_upload_code() argument 873 nvc0_program_upload(struct nvc0_context *nvc0, struct nvc0_program *prog) nvc0_program_upload() argument 988 nvc0_program_destroy(struct nvc0_context *nvc0, struct nvc0_program *prog) nvc0_program_destroy() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 57 void log_message(const char *prog, int level, const char *fmt, ...) in log_message() argument 115 void spawn_loop(const char *prog) in spawn_loop() argument 219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_time.c | 124 char *host = SSL_CONNECT_NAME, *certfile = NULL, *keyfile = NULL, *prog; in s_time_main() local
|
H A D | srp.c | 243 char *srpvfile = NULL, **pp, *prog; in srp_main() local
|
H A D | storeutl.c | 77 char *prog = opt_init(argc, argv, storeutl_options); in storeutl_main() local 350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument [all...] |
H A D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 68 prog='multissl', variable
|
/third_party/openssl/apps/ |
H A D | storeutl.c | 77 char *prog = opt_init(argc, argv, storeutl_options); in storeutl_main() local 350 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog, OSSL_LIB_CTX *libctx) process() argument [all...] |
H A D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
|
H A D | srp.c | 243 char *srpvfile = NULL, **pp, *prog; in srp_main() local
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 57 void log_message(const char *prog, int level, const char *fmt, ...) in log_message() argument 115 void spawn_loop(const char *prog) in spawn_loop() argument 219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument [all...] |