Home
last modified time | relevance | path

Searched refs:NewDriverState (Results 1 – 25 of 61) sorted by relevance

123

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c336 brw->ctx.NewDriverState = ~0ull; in brw_init_state()
346 STATIC_ASSERT(BRW_NUM_STATE_BITS <= 8 * sizeof(brw->ctx.NewDriverState)); in brw_init_state()
562 brw->ctx.NewDriverState |= BRW_NEW_VUE_MAP_GEOM_OUT; in brw_upload_programs()
566 ctx->NewDriverState |= BRW_NEW_VIEWPORT_COUNT; in brw_upload_programs()
591 state->brw |= brw->ctx.NewDriverState; in merge_ctx_state()
625 ctx->NewDriverState = ~0ull; in brw_upload_pipeline_state()
632 brw->ctx.NewDriverState |= BRW_NEW_FRAGMENT_PROGRAM; in brw_upload_pipeline_state()
638 brw->ctx.NewDriverState |= BRW_NEW_TESS_PROGRAMS; in brw_upload_pipeline_state()
644 brw->ctx.NewDriverState |= BRW_NEW_TESS_PROGRAMS; in brw_upload_pipeline_state()
650 brw->ctx.NewDriverState |= BRW_NEW_GEOMETRY_PROGRAM; in brw_upload_pipeline_state()
[all …]
Dbrw_compute.c105 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS; in brw_dispatch_compute()
125 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS; in brw_dispatch_compute_indirect()
140 ctx->NewDriverState |= BRW_NEW_CS_WORK_GROUPS; in brw_dispatch_compute_group_size()
Dbrw_draw.c106 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in brw_set_prim()
110 brw->ctx.NewDriverState |= BRW_NEW_REDUCED_PRIMITIVE; in brw_set_prim()
131 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in gfx6_set_prim()
133 brw->ctx.NewDriverState |= BRW_NEW_PATCH_PRIMITIVE; in gfx6_set_prim()
355 brw->ctx.NewDriverState |= BRW_NEW_VS_ATTRIB_WORKAROUNDS; in brw_merge_inputs()
367 brw->ctx.NewDriverState |= BRW_NEW_VS_ATTRIB_WORKAROUNDS; in brw_merge_inputs()
681 brw->ctx.NewDriverState |= BRW_NEW_AUX_STATE; in brw_predraw_resolve_framebuffer()
884 brw->ctx.NewDriverState |= BRW_NEW_INDICES; in brw_prepare_drawing()
889 brw->ctx.NewDriverState |= BRW_NEW_VERTICES; in brw_prepare_drawing()
1001 brw->ctx.NewDriverState |= BRW_NEW_DRAW_CALL; in brw_draw_single_prim()
[all …]
Dgfx6_sol.c80 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in gfx6_update_sol_surfaces()
126 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table()
156 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table()
172 brw->ctx.NewDriverState |= BRW_NEW_BINDING_TABLE_POINTERS; in brw_gs_upload_binding_table()
Dbrw_program_cache.c194 cache->brw->ctx.NewDriverState |= (1 << cache_id); in brw_search_cache()
237 brw->ctx.NewDriverState |= BRW_NEW_PROGRAM_CACHE; in brw_cache_new_bo()
364 cache->brw->ctx.NewDriverState |= 1 << cache_id; in brw_upload_cache()
425 brw->ctx.NewDriverState = ~0ull; in brw_clear_cache()
Dbrw_buffer_objects.c104 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()
Dgfx7_l3_state.c202 brw->ctx.NewDriverState |= BRW_NEW_URB_SIZE; in update_urb_size()
234 const float dw_threshold = (brw->ctx.NewDriverState & BRW_NEW_BATCH ? in brw_emit_l3_state()
Dgfx6_constant_state.c244 brw->ctx.NewDriverState |= brw_new_constbuf; in brw_upload_pull_constants()
282 brw->ctx.NewDriverState |= brw_new_constbuf; in brw_upload_pull_constants()
Dbrw_wm_surface_state.c1057 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in update_renderbuffer_surfaces()
1145 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in update_renderbuffer_read_surfaces()
1276 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_update_texture_surfaces()
1318 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_update_cs_texture_surfaces()
1409 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_ubo_surfaces()
1630 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_image_surfaces()
1705 brw->ctx.NewDriverState |= BRW_NEW_SURFACES; in brw_upload_cs_work_groups_surface()
/third_party/mesa3d/src/mesa/main/
Denable.c363 ctx->NewDriverState |= ctx->DriverFlags.NewMultisampleEnable; in _mesa_set_multisample()
384 ctx->NewDriverState |= ctx->DriverFlags.NewFramebufferSRGB; in _mesa_set_framebuffer_srgb()
422 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_set_enable()
476 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlaneEnable; in _mesa_set_enable()
485 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlane; in _mesa_set_enable()
513 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()
521 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_set_enable()
534 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable()
586 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_set_enable()
596 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_set_enable()
[all …]
Dpolygon.c68 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in cull_face()
120 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in front_face()
198 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
206 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
219 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
267 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PolygonStipple()
327 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_polygon_offset_clamp()
Dstencil.c163 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilFuncSeparateATI()
202 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func()
225 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func()
291 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask()
308 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask()
347 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op()
370 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op()
455 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op_separate()
470 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_op_separate()
531 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func_separate()
[all …]
Dmultisample.c52 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask; in _mesa_SampleCoverage()
137 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask; in sample_maski()
177 ctx->NewDriverState |= ctx->DriverFlags.NewSampleShading; in min_sample_shading()
366 ctx->NewDriverState |= ctx->DriverFlags.NewSampleAlphaToXEnable; in _mesa_AlphaToCoverageDitherControlNV_no_error()
378 ctx->NewDriverState |= ctx->DriverFlags.NewSampleAlphaToXEnable; in _mesa_AlphaToCoverageDitherControlNV()
Ddepth.c87 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in depth_func()
134 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthMask()
168 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthBoundsEXT()
Dconservativeraster.c64 ctx->NewDriverState |= in conservative_raster_parameter()
84 ctx->NewDriverState |= in conservative_raster_parameter()
Dlines.c71 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in line_width()
126 ctx->NewDriverState |= ctx->DriverFlags.NewLineState; in _mesa_LineStipple()
Dblend.c244 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separate()
411 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separatei()
825 ctx->NewDriverState |= ctx->DriverFlags.NewBlendColor; in _mesa_BlendColor()
871 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_AlphaFunc()
938 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in logic_op()
988 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_IndexMask()
1028 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMask()
1065 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMaski()
1179 ctx->NewDriverState |= ctx->DriverFlags.NewFragClamp; in _mesa_update_clamp_fragment_color()
Dviewport.c76 ctx->NewDriverState |= ctx->DriverFlags.NewViewport; in set_viewport_no_notify()
297 ctx->NewDriverState |= ctx->DriverFlags.NewViewport; in set_depth_range_no_notify()
525 ctx->NewDriverState |= ctx->DriverFlags.NewClipControl; in clip_control()
532 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in clip_control()
623 ctx->NewDriverState |= in subpixel_precision_bias()
680 ctx->NewDriverState |= ctx->DriverFlags.NewViewport; in set_viewport_swizzle()
Dblend.h181 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_state()
195 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_adv()
Dtransformfeedback.c460 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in begin_transform_feedback()
480 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedbackProg; in begin_transform_feedback()
512 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in end_transform_feedback()
1256 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in pause_transform_feedback()
1301 ctx->NewDriverState |= ctx->DriverFlags.NewTransformFeedback; in resume_transform_feedback()
Dscissor.c53 ctx->NewDriverState |= ctx->DriverFlags.NewScissorRect; in set_scissor_no_notify()
306 ctx->NewDriverState |= ctx->DriverFlags.NewWindowRectangles; in _mesa_WindowRectanglesEXT()
Dclip.c89 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlane; in _mesa_ClipPlane()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c407 ctx->NewDriverState |= ST_NEW_VERTEX_ARRAYS; in bufferobj_data()
411 ctx->NewDriverState |= ST_NEW_UNIFORM_BUFFER; in bufferobj_data()
413 ctx->NewDriverState |= ST_NEW_STORAGE_BUFFER; in bufferobj_data()
415 ctx->NewDriverState |= ST_NEW_SAMPLER_VIEWS | ST_NEW_IMAGE_UNITS; in bufferobj_data()
417 ctx->NewDriverState |= ctx->DriverFlags.NewAtomicBuffer; in bufferobj_data()
Dst_atom.c185 st->dirty |= ctx->NewDriverState & st->active_states & ST_ALL_STATES_MASK; in st_validate_state()
186 ctx->NewDriverState &= ~st->dirty; in st_validate_state()
Dst_cb_compute.c56 if ((st->dirty | ctx->NewDriverState) & st->active_states & in st_dispatch_compute_common()

123