Searched refs:brw_fragment_program (Results 1 – 9 of 9) sorted by relevance
80 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()
270 struct brw_fragment_program { struct1224 static INLINE struct brw_fragment_program *1225 brw_fragment_program(struct gl_fragment_program *p) in brw_fragment_program() function1227 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()
263 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()
43 const struct brw_fragment_program *fp = in gen6_upload_wm_push_constants()97 const struct brw_fragment_program *fp = in upload_wm_state()
192 struct brw_fragment_program *fp;482 struct brw_fragment_program *fp,
39 const struct brw_fragment_program *fp = in upload_wm_state()
2141 struct brw_fragment_program *bfp = brw_fragment_program(fp); in brw_fs_precompile()
968 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()
1054 struct brw_fragment_program *fp = c->fp; in brw_wm_pass_fp()