/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 189 brw->ctx.NewDriverState = ~0ull; in brw_init_state() 199 STATIC_ASSERT(BRW_NUM_STATE_BITS <= 8 * sizeof(brw->ctx.NewDriverState)); in brw_init_state() 418 brw->ctx.NewDriverState |= BRW_NEW_VUE_MAP_GEOM_OUT; in brw_upload_programs() 422 ctx->NewDriverState |= BRW_NEW_VIEWPORT_COUNT; in brw_upload_programs() 447 state->brw |= brw->ctx.NewDriverState; in merge_ctx_state() 478 ctx->NewDriverState = ~0ull; in brw_upload_pipeline_state() 485 brw->ctx.NewDriverState |= BRW_NEW_FRAGMENT_PROGRAM; in brw_upload_pipeline_state() 491 brw->ctx.NewDriverState |= BRW_NEW_TESS_PROGRAMS; in brw_upload_pipeline_state() 497 brw->ctx.NewDriverState |= BRW_NEW_TESS_PROGRAMS; in brw_upload_pipeline_state() 503 brw->ctx.NewDriverState |= BRW_NEW_GEOMETRY_PROGRAM; in brw_upload_pipeline_state() [all …]
|
D | brw_draw.c | 104 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in brw_set_prim() 108 brw->ctx.NewDriverState |= BRW_NEW_REDUCED_PRIMITIVE; in brw_set_prim() 129 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in gen6_set_prim() 131 brw->ctx.NewDriverState |= BRW_NEW_PATCH_PRIMITIVE; in gen6_set_prim() 331 brw->ctx.NewDriverState |= BRW_NEW_VS_ATTRIB_WORKAROUNDS; in brw_merge_inputs() 557 brw->ctx.NewDriverState |= BRW_NEW_AUX_STATE; in brw_predraw_resolve_framebuffer() 750 brw->ctx.NewDriverState |= BRW_NEW_INDICES; in brw_prepare_drawing() 755 brw->ctx.NewDriverState |= BRW_NEW_VERTICES; in brw_prepare_drawing() 795 brw->ctx.NewDriverState |= BRW_NEW_DRAW_CALL; in brw_draw_single_prim() 811 brw->ctx.NewDriverState |= BRW_NEW_VERTICES; in brw_draw_single_prim() [all …]
|
D | gen6_sol.c | 79 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in gen6_update_sol_surfaces() 125 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table() 155 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table() 171 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table()
|
D | brw_program_cache.c | 207 brw->ctx.NewDriverState |= (1 << cache_id); in brw_search_cache() 249 brw->ctx.NewDriverState |= BRW_NEW_PROGRAM_CACHE; in brw_cache_new_bo() 376 cache->brw->ctx.NewDriverState |= 1 << cache_id; in brw_upload_cache() 436 brw->ctx.NewDriverState = ~0ull; in brw_clear_cache()
|
D | intel_buffer_objects.c | 104 brw->ctx.NewDriverState |= BRW_NEW_UNIFORM_BUFFER; in alloc_buffer_object() 106 brw->ctx.NewDriverState |= BRW_NEW_UNIFORM_BUFFER; in alloc_buffer_object() 108 brw->ctx.NewDriverState |= BRW_NEW_TEXTURE_BUFFER; in alloc_buffer_object() 110 brw->ctx.NewDriverState |= BRW_NEW_UNIFORM_BUFFER; in alloc_buffer_object()
|
D | brw_compute.c | 232 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS; in brw_dispatch_compute() 251 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS; in brw_dispatch_compute_indirect()
|
D | gen7_l3_state.c | 203 brw->ctx.NewDriverState |= BRW_NEW_URB_SIZE; in update_urb_size() 235 const float dw_threshold = (brw->ctx.NewDriverState & BRW_NEW_BATCH ? in emit_l3_state()
|
D | gen6_constant_state.c | 238 brw->ctx.NewDriverState |= brw_new_constbuf; in brw_upload_pull_constants() 276 brw->ctx.NewDriverState |= brw_new_constbuf; in brw_upload_pull_constants()
|
D | brw_misc_state.c | 79 brw->ctx.NewDriverState |= BRW_NEW_PSP; in upload_pipelined_state_pointers() 443 brw->ctx.NewDriverState |= BRW_NEW_CC_STATE; in brw_emit_select_pipeline() 761 brw->ctx.NewDriverState |= BRW_NEW_STATE_BASE_ADDRESS; in brw_upload_state_base_address()
|
D | brw_wm_surface_state.c | 974 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in update_renderbuffer_surfaces() 1061 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in update_renderbuffer_read_surfaces() 1192 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_update_texture_surfaces() 1234 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_update_cs_texture_surfaces() 1316 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_ubo_surfaces() 1538 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_image_surfaces() 1608 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_cs_work_groups_surface()
|
/external/mesa3d/src/mesa/main/ |
D | enable.c | 254 ctx->NewDriverState |= ctx->DriverFlags.NewMultisampleEnable; in _mesa_set_multisample() 274 ctx->NewDriverState |= ctx->DriverFlags.NewFramebufferSRGB; in _mesa_set_framebuffer_srgb() 311 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_set_enable() 359 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlaneEnable; in _mesa_set_enable() 368 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlane; in _mesa_set_enable() 394 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable() 401 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_set_enable() 412 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable() 459 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_set_enable() 468 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_set_enable() [all …]
|
D | polygon.c | 66 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in cull_face() 117 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in front_face() 190 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode() 197 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode() 209 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode() 252 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PolygonStipple() 311 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_polygon_offset_clamp()
|
D | stencil.c | 161 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilFuncSeparateATI() 199 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func() 221 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func() 286 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask() 302 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask() 340 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op() 362 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op() 446 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op_separate() 460 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op_separate() 520 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func_separate() [all …]
|
D | depth.c | 84 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in depth_func() 129 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthMask() 161 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthBoundsEXT()
|
D | multisample.c | 51 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask; in _mesa_SampleCoverage() 117 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask; in sample_maski() 156 ctx->NewDriverState |= ctx->DriverFlags.NewSampleShading; in min_sample_shading()
|
D | lines.c | 71 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in line_width() 126 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_LineStipple()
|
D | blend.c | 232 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separate() 392 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separatei() 792 ctx->NewDriverState |= ctx->DriverFlags.NewBlendColor; in _mesa_BlendColor() 837 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_AlphaFunc() 885 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in logic_op() 932 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_IndexMask() 977 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMask() 1020 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMaski()
|
D | viewport.c | 75 ctx->NewDriverState |= ctx->DriverFlags.NewViewport; in set_viewport_no_notify() 296 ctx->NewDriverState |= ctx->DriverFlags.NewViewport; in set_depth_range_no_notify() 517 ctx->NewDriverState |= ctx->DriverFlags.NewClipControl; in clip_control() 524 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in clip_control()
|
D | transformfeedback.c | 453 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in begin_transform_feedback() 473 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedbackProg; in begin_transform_feedback() 503 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in end_transform_feedback() 1243 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in pause_transform_feedback() 1287 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in resume_transform_feedback()
|
D | scissor.c | 52 ctx->NewDriverState |= ctx->DriverFlags.NewScissorRect; in set_scissor_no_notify() 305 ctx->NewDriverState |= ctx->DriverFlags.NewWindowRectangles; in _mesa_WindowRectanglesEXT()
|
D | state.c | 234 ctx->NewDriverState |= in update_program_constants() 251 ctx->NewDriverState |= in update_program_constants()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 343 ctx->NewDriverState |= ST_NEW_VERTEX_ARRAYS; in bufferobj_data() 345 ctx->NewDriverState |= ST_NEW_UNIFORM_BUFFER; in bufferobj_data() 347 ctx->NewDriverState |= ST_NEW_STORAGE_BUFFER; in bufferobj_data() 349 ctx->NewDriverState |= ST_NEW_SAMPLER_VIEWS | ST_NEW_IMAGE_UNITS; in bufferobj_data() 351 ctx->NewDriverState |= ctx->DriverFlags.NewAtomicBuffer; in bufferobj_data()
|
D | st_atom.c | 182 st->dirty |= ctx->NewDriverState & st->active_states & ST_ALL_STATES_MASK; in st_validate_state() 183 ctx->NewDriverState = 0; in st_validate_state()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_rebase.c | 252 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_rebase_prims() 264 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_rebase_prims()
|
D | vbo_split_inplace.c | 88 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush_vertex() 100 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush_vertex()
|