Searched refs:NewDriverState (Results 1 - 25 of 54) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c510 brw->ctx.NewDriverState = ~0ull;
517 /* Make sure that brw->ctx.NewDriverState has enough bits to hold all possible
520 STATIC_ASSERT(BRW_NUM_STATE_BITS <= 8 * sizeof(brw->ctx.NewDriverState));
735 brw->ctx.NewDriverState |= BRW_NEW_VUE_MAP_GEOM_OUT;
739 ctx->NewDriverState |= BRW_NEW_VIEWPORT_COUNT;
761 state->brw |= brw->ctx.NewDriverState;
790 ctx->NewDriverState = ~0ull;
796 brw->ctx.NewDriverState |= BRW_NEW_FRAGMENT_PROGRAM;
801 brw->ctx.NewDriverState |= BRW_NEW_TESS_PROGRAMS;
806 brw->ctx.NewDriverState |
[all...]
H A Dbrw_draw.c102 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE;
106 brw->ctx.NewDriverState |= BRW_NEW_REDUCED_PRIMITIVE;
127 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE;
129 brw->ctx.NewDriverState |= BRW_NEW_PATCH_PRIMITIVE;
338 brw->ctx.NewDriverState |= BRW_NEW_VS_ATTRIB_WORKAROUNDS;
492 brw->ctx.NewDriverState |= BRW_NEW_INDICES;
497 brw->ctx.NewDriverState |= BRW_NEW_VERTICES;
524 brw->ctx.NewDriverState |= BRW_NEW_VERTICES;
549 brw->ctx.NewDriverState |= BRW_NEW_VERTICES;
581 brw->ctx.NewDriverState |
[all...]
H A Dbrw_gs_state.c89 brw->ctx.NewDriverState |= BRW_NEW_GEN4_UNIT_STATE;
H A Dgen6_sol.c79 brw->ctx.NewDriverState |= BRW_NEW_SURFACES;
124 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS;
155 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS;
172 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS;
H A Dbrw_vs_surface_state.c65 brw->ctx.NewDriverState |= brw_new_constbuf;
100 brw->ctx.NewDriverState |= brw_new_constbuf;
H A Dgen6_constant_state.c100 brw->ctx.NewDriverState |= BRW_NEW_SURFACES;
H A Dgen7_urb.c104 brw->ctx.NewDriverState |= BRW_NEW_PUSH_CONSTANT_ALLOCATION;
200 if (!(brw->ctx.NewDriverState & BRW_NEW_CONTEXT) &&
201 !(brw->ctx.NewDriverState & BRW_NEW_URB_SIZE) &&
H A DgenX_blorp_exec.c174 if (!(brw->ctx.NewDriverState & (BRW_NEW_CONTEXT | BRW_NEW_URB_SIZE)) &&
178 brw->ctx.NewDriverState |= BRW_NEW_URB_SIZE;
278 brw->ctx.NewDriverState |= BRW_NEW_BLORP;
H A Dbrw_program_cache.c204 brw->ctx.NewDriverState |= (1 << cache_id);
243 brw->ctx.NewDriverState |= BRW_NEW_PROGRAM_CACHE;
394 cache->brw->ctx.NewDriverState |= 1 << cache_id;
451 brw->ctx.NewDriverState = ~0ull;
H A Dintel_buffer_objects.c108 brw->ctx.NewDriverState |= BRW_NEW_UNIFORM_BUFFER;
110 brw->ctx.NewDriverState |= BRW_NEW_UNIFORM_BUFFER;
112 brw->ctx.NewDriverState |= BRW_NEW_TEXTURE_BUFFER;
114 brw->ctx.NewDriverState |= BRW_NEW_ATOMIC_BUFFER;
H A Dbrw_compute.c255 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS;
274 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS;
H A Dbrw_sf_state.c119 brw->ctx.NewDriverState |= BRW_NEW_SF_VP;
303 brw->ctx.NewDriverState |= BRW_NEW_GEN4_UNIT_STATE;
H A Dgen6_queryobj.c310 ctx->NewDriverState |= BRW_NEW_RASTERIZER_DISCARD;
364 ctx->NewDriverState |= BRW_NEW_RASTERIZER_DISCARD;
H A Dgen7_l3_state.c206 brw->ctx.NewDriverState |= BRW_NEW_URB_SIZE;
229 const float dw_threshold = (brw->ctx.NewDriverState & BRW_NEW_BATCH ?
H A Dbrw_clip_state.c167 brw->ctx.NewDriverState |= BRW_NEW_GEN4_UNIT_STATE;
H A Dbrw_ff_gs.c249 brw->ctx.NewDriverState |= BRW_NEW_FF_GS_PROG_DATA;
H A Dbrw_vs_state.c182 brw->ctx.NewDriverState |= BRW_NEW_GEN4_UNIT_STATE;
H A Dgen6_viewport_state.c171 brw->ctx.NewDriverState |= BRW_NEW_SF_VP | BRW_NEW_CLIP_VP;
H A Dbrw_cc.c74 brw->ctx.NewDriverState |= BRW_NEW_CC_VP;
238 brw->ctx.NewDriverState |= BRW_NEW_GEN4_UNIT_STATE;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c164 st->dirty |= ctx->NewDriverState & st->active_states & ST_ALL_STATES_MASK;
165 ctx->NewDriverState = 0;
H A Dst_cb_compute.c55 if ((st->dirty | ctx->NewDriverState) & ST_PIPELINE_COMPUTE_STATE_MASK ||
H A Dst_cb_bufferobjects.c340 ctx->NewDriverState |= ST_NEW_VERTEX_ARRAYS;
342 ctx->NewDriverState |= ST_NEW_UNIFORM_BUFFER;
344 ctx->NewDriverState |= ST_NEW_STORAGE_BUFFER;
346 ctx->NewDriverState |= ST_NEW_SAMPLER_VIEWS | ST_NEW_IMAGE_UNITS;
348 ctx->NewDriverState |= ST_NEW_ATOMIC_BUFFER;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_rebase.c252 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
264 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_context.h141 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_split_inplace.c88 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
100 ctx->NewDriverState |= ctx->DriverFlags.NewArray;

Completed in 261 milliseconds

123