Home
last modified time | relevance | path

Searched refs:stfp (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants() argument
127 for (fpv = stfp->variants; fpv; ) { in st_release_fp_variants()
133 stfp->variants = NULL; in st_release_fp_variants()
470 struct st_fragment_program *stfp, in st_translate_fragment_program() argument
505 st_make_bitmap_fragment_program(st, &stfp->Base, in st_translate_fragment_program()
509 stfp = st_fragment_program(fp); in st_translate_fragment_program()
522 st_make_drawpix_fragment_program(st, &stfp->Base, &fp); in st_translate_fragment_program()
526 stfp = st_fragment_program(fp); in st_translate_fragment_program()
530 if (!stfp->glsl_to_tgsi) in st_translate_fragment_program()
531 _mesa_remove_output_reads(&stfp->Base.Base, PROGRAM_OUTPUT); in st_translate_fragment_program()
[all …]
Dst_cb_program.c156 struct st_fragment_program *stfp = in st_delete_program() local
159 st_release_fp_variants(st, stfp); in st_delete_program()
161 if (stfp->glsl_to_tgsi) in st_delete_program()
162 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi); in st_delete_program()
199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; in st_program_string_notify() local
201 st_release_fp_variants(st, stfp); in st_program_string_notify()
203 if (st->fp == stfp) in st_program_string_notify()
Dst_atom_shader.c76 struct st_fragment_program *stfp; in update_fp() local
80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); in update_fp()
81 assert(stfp->Base.Base.Target == GL_FRAGMENT_PROGRAM_ARB); in update_fp()
91 st->fp_variant = st_get_fp_variant(st, stfp, &key); in update_fp()
93 st_reference_fragprog(st, &st->fp, stfp); in update_fp()
Dst_program.h279 struct st_fragment_program *stfp,
295 struct st_fragment_program *stfp);
304 struct st_fragment_program *stfp );
Dst_cb_bitmap.c122 struct st_fragment_program *stfp; in make_bitmap_fragment_program() local
169 stfp = (struct st_fragment_program *) p; in make_bitmap_fragment_program()
170 stfp->Base.UsesKill = GL_TRUE; in make_bitmap_fragment_program()
172 return stfp; in make_bitmap_fragment_program()
Dst_cb_drawpixels.c154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn; in st_make_drawpix_fragment_program() local
160 else if (stfp->glsl_to_tgsi != NULL) { in st_make_drawpix_fragment_program()
161 newProg = (struct gl_program *) get_glsl_pixel_transfer_program(st, stfp); in st_make_drawpix_fragment_program()
Dst_glsl_to_tgsi.cpp4954 struct st_fragment_program *stfp; in get_mesa_program() local
4963 stfp = (struct st_fragment_program *)prog; in get_mesa_program()
4964 stfp->glsl_to_tgsi = v; in get_mesa_program()
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt214 (stcl, gdb disassembles to stfp) .. IWMMXT