Home
last modified time | relevance | path

Searched refs:brw_fragment_program (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c80 struct brw_fragment_program *prog = CALLOC_STRUCT(brw_fragment_program); in brwNewProgram()
134 struct brw_fragment_program *newFP = brw_fragment_program(fprog); in brwProgramStringNotify()
135 const struct brw_fragment_program *curFP = in brwProgramStringNotify()
Dbrw_context.h270 struct brw_fragment_program { struct
1224 static INLINE struct brw_fragment_program *
1225 brw_fragment_program(struct gl_fragment_program *p) in brw_fragment_program() function
1227 return (struct brw_fragment_program *) p; in brw_fragment_program()
1230 static INLINE const struct brw_fragment_program *
1233 return (const struct brw_fragment_program *) p; in brw_fragment_program_const()
Dbrw_wm.c263 struct brw_fragment_program *fp, in do_wm_prog()
490 const struct brw_fragment_program *fp = in brw_wm_populate_key()
491 (struct brw_fragment_program *)brw->fragment_program; in brw_wm_populate_key()
625 struct brw_fragment_program *fp = (struct brw_fragment_program *) in brw_upload_wm_prog()
Dgen6_wm_state.c43 const struct brw_fragment_program *fp = in gen6_upload_wm_push_constants()
97 const struct brw_fragment_program *fp = in upload_wm_state()
Dbrw_wm.h192 struct brw_fragment_program *fp;
482 struct brw_fragment_program *fp,
Dgen7_wm_state.c39 const struct brw_fragment_program *fp = in upload_wm_state()
Dbrw_fs.cpp2141 struct brw_fragment_program *bfp = brw_fragment_program(fp); in brw_fs_precompile()
Dbrw_wm_surface_state.c968 struct brw_fragment_program *fp = in brw_upload_wm_pull_constants()
969 (struct brw_fragment_program *) brw->fragment_program; in brw_upload_wm_pull_constants()
Dbrw_wm_fp.c1054 struct brw_fragment_program *fp = c->fp; in brw_wm_pass_fp()