Lines Matching refs:state
67 struct iris_binder *binder = &ice->state.binder;
91 ice->state.dirty |= IRIS_DIRTY_RENDER_BUFFER;
92 ice->state.stage_dirty |= IRIS_ALL_STAGE_DIRTY_BINDINGS;
113 struct iris_binder *binder = &ice->state.binder;
132 struct iris_binder *binder = &ice->state.binder;
137 if (!(ice->state.dirty & IRIS_DIRTY_RENDER_BUFFER) &&
138 !(ice->state.stage_dirty & IRIS_ALL_STAGE_DIRTY_BINDINGS_FOR_RENDER))
154 if (ice->state.stage_dirty & (IRIS_STAGE_DIRTY_BINDINGS_VS << stage))
177 if (ice->state.stage_dirty & (IRIS_STAGE_DIRTY_BINDINGS_VS << stage)) {
179 iris_record_state_size(ice->state.sizes,
189 if (!(ice->state.stage_dirty & IRIS_STAGE_DIRTY_BINDINGS_CS))
192 struct iris_binder *binder = &ice->state.binder;
210 memset(&ice->state.binder, 0, sizeof(struct iris_binder));
222 ice->state.binder.alignment = 32;
223 ice->state.binder.size = 1024 * 1024;
225 ice->state.binder.alignment = 256;
226 ice->state.binder.size = 512 * 1024;
228 ice->state.binder.alignment = 32;
229 ice->state.binder.size = 64 * 1024;