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

  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 86 dirty |= old_vp->affected_states;
93 dirty |= old_tcp->affected_states;
95 dirty |= st_common_program(new_tcp)->affected_states;
100 dirty |= old_tep->affected_states;
102 dirty |= st_common_program(new_tep)->affected_states;
107 dirty |= old_gp->affected_states;
109 dirty |= st_common_program(new_gp)->affected_states;
114 dirty |= old_fp->affected_states;
116 dirty |= st_fragment_program(new_fp)->affected_states;
217 st->dirty |= old_cp->affected_states;
    [all...]
st_cb_program.c 173 st->dirty |= stfp->affected_states;
184 st->dirty |= stgp->affected_states;
206 st->dirty |= sttcp->affected_states;
218 st->dirty |= sttep->affected_states;
229 st->dirty |= stcp->affected_states;
245 st->dirty |= stfp->affected_states;
st_program.h 147 uint64_t affected_states; /**< ST_NEW_* flags to mark dirty when binding */ member in struct:st_fragment_program
210 uint64_t affected_states; /**< ST_NEW_* flags to mark dirty when binding */ member in struct:st_vertex_program
264 uint64_t affected_states; /**< ST_NEW_* flags to mark dirty when binding */ member in struct:st_common_program
287 uint64_t affected_states; /**< ST_NEW_* flags to mark dirty when binding */ member in struct:st_compute_program
st_shader_cache.c 198 st->dirty |= sttcp->affected_states;
213 st->dirty |= sttep->affected_states;
228 st->dirty |= stgp->affected_states;
241 st->dirty |= stfp->affected_states;
259 st->dirty |= stcp->affected_states;
st_atom.h 92 #define ST_NEW_VERTEX_PROGRAM(st, p) (p->affected_states | \
st_context.c 151 active_shader_states |= vp->affected_states;
153 active_shader_states |= tcp->affected_states;
155 active_shader_states |= tep->affected_states;
157 active_shader_states |= gp->affected_states;
159 active_shader_states |= fp->affected_states;
161 active_shader_states |= cp->affected_states;
st_program.c 106 states = &((struct st_vertex_program*)prog)->affected_states;
123 states = &(st_common_program(prog))->affected_states;
138 states = &(st_common_program(prog))->affected_states;
154 states = &(st_common_program(prog))->affected_states;
170 states = &((struct st_fragment_program*)prog)->affected_states;
188 states = &((struct st_compute_program*)prog)->affected_states;
451 stvp->affected_states = ST_NEW_VS_STATE |
456 stvp->affected_states |= ST_NEW_VS_CONSTANTS;
679 stfp->affected_states = ST_NEW_FS_STATE |
685 stfp->affected_states |= ST_NEW_FS_SAMPLER_VIEWS
    [all...]

Completed in 2273 milliseconds