HomeSort by relevance Sort by last modified time
    Searched refs:compiled_once (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cs.c 106 if (cp->compiled_once) {
109 cp->compiled_once = true;
brw_gs.c 129 if (gp->compiled_once) {
136 gp->compiled_once = true;
brw_tes.c 120 if (tep->compiled_once) {
127 tep->compiled_once = true;
brw_vs.c 238 if (vp->compiled_once) {
245 vp->compiled_once = true;
brw_tcs.c 248 if (tcp->compiled_once) {
251 tcp->compiled_once = true;
brw_wm.c 195 if (fp->compiled_once)
197 fp->compiled_once = true;
brw_context.h 326 bool compiled_once; member in struct:brw_program
    [all...]

Completed in 1697 milliseconds