/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_common.cpp | 27 ConverterCommon::ConverterCommon(Program *prog, nv50_ir_prog_info *info, in ConverterCommon() argument 60 uint8_t mode = NV50_IR_INTERP_PERSPECTIVE; in translateInterpMode() local [all...] |
H A D | nv50_ir_build_util.cpp | 33 BuildUtil::BuildUtil(Program *prog) in BuildUtil() argument 39 BuildUtil::init(Program *prog) in init() argument 153 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp() argument [all...] |
H A D | nv50_ir_from_nir.cpp | 187 Converter::Converter(Program *prog, nir_shader *nir, nv50_ir_prog_info *info, in Converter() argument 911 setInterpolate(nv50_ir_varying *var, uint8_t mode, bool centroid, unsigned semantic) setInterpolate() argument [all...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | cmdline.c | 60 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 72 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument 87 struct gl_shader_program *prog; in compile_shader() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.h | 46 const struct fd5_program_state *prog; member 125 fd5_set_render_mode(struct fd_context *ctx, struct fd_ringbuffer *ring, enum render_mode_cmd mode) fd5_set_render_mode() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
H A D | lima_compiler_cmdline.c | 62 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 74 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument 104 struct gl_shader_program *prog; in load_glsl() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_program.c | 213 enum a2xx_sq_ps_vtx_mode mode = POSITION_1_VECTOR; in fd2_program_emit() local 289 struct fd_program_stateobj *prog; in fd2_prog_init() local 206 fd2_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd_program_stateobj *prog) fd2_program_emit() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_opt_dead_builtin_varyings.c | 73 nir_variable_mode mode; member 77 initialise_varying_info(struct varying_info *info, nir_variable_mode mode, in initialise_varying_info() argument 234 struct gl_shader_program *prog; member 245 create_new_var(nir_shader *shader, char *name, nir_variable_mode mode, in create_new_var() argument 342 replace_varyings(const struct gl_constants *consts, struct gl_linked_shader *shader, struct gl_shader_program *prog, const struct varying_info *info, unsigned external_texcoord_usage, unsigned external_color_usage, bool external_has_fog) replace_varyings() argument 450 lower_texcoord_array(const struct gl_constants *consts, struct gl_linked_shader *shader, struct gl_shader_program *prog, const struct varying_info *info) lower_texcoord_array() argument 460 gl_nir_opt_dead_builtin_varyings(const struct gl_constants *consts, gl_api api, struct gl_shader_program *prog, struct gl_linked_shader *producer, struct gl_linked_shader *consumer, unsigned num_tfeedback_decls, struct xfb_decl *tfeedback_decls) gl_nir_opt_dead_builtin_varyings() argument [all...] |
H A D | gl_nir_lower_packed_varyings.c | 164 struct gl_shader_program *prog; member 198 nir_variable_mode mode; member 1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, struct gl_shader_program *prog, void *mem_ctx, unsigned locations_used, const uint8_t *components, nir_variable_mode mode, unsigned gs_input_vertices, struct gl_linked_shader *linked_shader, bool disable_varying_packing, bool disable_xfb_packing, bool xfb_enabled) gl_nir_lower_packed_varyings() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstate.c | 173 calculate_derived_texenv( struct gl_tex_env_combine_state *state, GLenum mode, GLenum texBaseFormat ) calculate_derived_texenv() argument 423 tex_combine_translate_mode(GLenum envMode, GLenum mode) tex_combine_translate_mode() argument 658 update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, int unit) update_single_program_texture() argument 714 update_single_program_texture_state(struct gl_context *ctx, struct gl_program *prog, int unit, BITSET_WORD *enabled_texture_units) update_single_program_texture_state() argument 730 update_program_texture_state(struct gl_context *ctx, struct gl_program **prog, BITSET_WORD *enabled_texture_units) update_program_texture_state() argument 860 fix_missing_textures_for_atifs(struct gl_context *ctx, struct gl_program *prog, BITSET_WORD *enabled_texture_units) fix_missing_textures_for_atifs() argument 894 struct gl_program *prog[MESA_SHADER_STAGES]; _mesa_update_texture_state() local [all...] |
H A D | transformfeedback.c | 55 struct gl_program *prog; member 333 begin_transform_feedback(struct gl_context *ctx, GLenum mode, bool no_error) in begin_transform_feedback() argument 469 _mesa_BeginTransformFeedback_no_error(GLenum mode) in _mesa_BeginTransformFeedback_no_error() argument 477 _mesa_BeginTransformFeedback(GLenum mode) in _mesa_BeginTransformFeedback() argument [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.c | 366 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string() argument 516 fprint_dst_reg(FILE * f, const struct prog_dst_register *dstReg, gl_prog_print_mode mode, const struct gl_program *prog) fprint_dst_reg() argument 536 fprint_src_reg(FILE *f, const struct prog_src_register *srcReg, gl_prog_print_mode mode, const struct gl_program *prog) fprint_src_reg() argument 557 _mesa_fprint_alu_instruction(FILE *f, const struct prog_instruction *inst, const char *opcode_string, GLuint numRegs, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_fprint_alu_instruction() argument 605 _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_fprint_instruction_opt() argument 762 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent, gl_prog_print_mode mode, const struct gl_program *prog) _mesa_print_instruction_opt() argument 784 _mesa_fprint_program_opt(FILE *f, const struct gl_program *prog, gl_prog_print_mode mode, GLboolean lineNumbers) _mesa_fprint_program_opt() argument 821 _mesa_print_program(const struct gl_program *prog) _mesa_print_program() argument 856 _mesa_fprint_program_parameters(FILE *f, struct gl_context *ctx, const struct gl_program *prog) _mesa_fprint_program_parameters() argument 900 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) _mesa_print_program_parameters() argument 1008 _mesa_append_uniforms_to_file(const struct gl_program *prog) _mesa_append_uniforms_to_file() argument [all...] |
H A D | program_parser.h | 135 struct gl_program *prog; member 206 } mode; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | cmdline.c | 93 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 105 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument 120 struct gl_shader_program *prog; in compile_shader() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 120 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_validate() argument 135 nv50_program_update_context_state(struct nv50_context *nv50, struct nv50_program *prog, int stage) nv50_program_update_context_state() argument 306 uint32_t pntc[8], mode; nv50_sprite_coords_validate() local [all...] |
H A D | nv50_query_hw_sm.c | 103 uint32_t mode : 4; /* LOGOP, LOGOP_PULSE */ member 230 struct nv50_program *prog = CALLOC_STRUCT(nv50_program); in nv50_hw_sm_end_query() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 81 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument 93 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument 115 struct gl_shader_program *prog; in load_glsl() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_gmem.c | 45 fd3_gmem_emit_set_prog(struct fd_context *ctx, struct fd3_emit *emit, struct fd_program_stateobj *prog) fd3_gmem_emit_set_prog() argument 333 emit_gmem2mem_surf(struct fd_batch *batch, enum adreno_rb_copy_control_mode mode, bool stencil, uint32_t base, struct pipe_surface *psurf) emit_gmem2mem_surf() argument
|
/third_party/zlib/test/ |
H A D | minigzip.c | 172 static gzFile gz_open(const char *path, int fd, const char *mode) in gz_open() argument 207 static gzFile gzopen(const char *path, const char *mode) in gzopen() argument 212 static gzFile gzdopen(int fd, const char *mode) in gzdopen() argument 302 static char *prog; variable 442 static void file_compress(char *file, char *mode) in file_compress() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.h | 151 zink_primitive_topology(enum pipe_prim_type mode) in zink_primitive_topology() argument 288 struct zink_gfx_program *prog = (struct zink_gfx_program*)pg; in zink_program_reference() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | srp.c | 238 int doupdatedb = 0, mode = OPT_ERR; in srp_main() local 243 char *srpvfile = NULL, **pp, *prog; in srp_main() local [all...] |
H A D | passwd.c | 97 char *salt_malloc = NULL, *passwd_malloc = NULL, *prog; in passwd_main() local 105 passwd_modes mode = passwd_unset; in passwd_main() local 777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) do_passwd() argument [all...] |
/third_party/openssl/apps/ |
H A D | srp.c | 238 int doupdatedb = 0, mode = OPT_ERR; in srp_main() local 243 char *srpvfile = NULL, **pp, *prog; in srp_main() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_nir.cpp | 128 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() argument 67 st_nir_fixup_varying_slots(struct st_context *st, nir_shader *shader, nir_variable_mode mode) st_nir_fixup_varying_slots() argument 178 st_nir_assign_uniform_locations(struct gl_context *ctx, struct gl_program *prog, nir_shader *nir) st_nir_assign_uniform_locations() argument 332 st_nir_preprocess(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program, gl_shader_stage stage) st_nir_preprocess() argument 464 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program) st_glsl_to_nir_post_opts() argument 643 st_nir_lower_wpos_ytransform(struct nir_shader *nir, struct gl_program *prog, struct pipe_screen *pscreen) st_nir_lower_wpos_ytransform() argument 701 struct gl_program *prog = shader->Program; st_link_nir() local 767 struct gl_program *prog = linked_shader[i]->Program; st_link_nir() local 787 nir_variable_mode mode = options->EmitNoIndirectInput ? st_link_nir() local 891 struct gl_program *prog = shader->Program; st_link_nir() local 968 st_nir_lower_samplers(struct pipe_screen *screen, nir_shader *nir, struct gl_shader_program *shader_program, struct gl_program *prog) st_nir_lower_samplers() argument 1022 st_finalize_nir(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program, nir_shader *nir, bool finalize_by_driver, bool is_before_variants) st_finalize_nir() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | opt.c | 46 static char prog[40]; variable 409 int mode, ret = 0; opt_cipher() local [all...] |