Home
last modified time | relevance | path

Searched refs:_mesa_is_xfb_active_and_unpaused (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Ddraw_validate.c293 if (_mesa_is_xfb_active_and_unpaused(ctx)) { in _mesa_update_valid_to_render_state()
506 _mesa_is_xfb_active_and_unpaused(ctx)) in _mesa_update_valid_to_render_state()
Dtransformfeedback.h150 _mesa_is_xfb_active_and_unpaused(const struct gl_context *ctx) in _mesa_is_xfb_active_and_unpaused() function
Dpipelineobj.c340 if (_mesa_is_xfb_active_and_unpaused(ctx)) { in _mesa_UseProgramStages()
463 if (!no_error && _mesa_is_xfb_active_and_unpaused(ctx)) { in bind_program_pipeline()
Dtransformfeedback.c1194 if (_mesa_is_xfb_active_and_unpaused(ctx)) { in _mesa_BindTransformFeedback()
1282 if (!_mesa_is_xfb_active_and_unpaused(ctx)) { in _mesa_PauseTransformFeedback()
Ddraw.c369 return _mesa_is_gles3(ctx) && _mesa_is_xfb_active_and_unpaused(ctx) && in need_xfb_remaining_prims_check()
651 _mesa_is_xfb_active_and_unpaused(ctx)) in valid_draw_indirect()
Dshaderapi.c2231 if (_mesa_is_xfb_active_and_unpaused(ctx)) { in use_program()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c115 if (_mesa_is_xfb_active_and_unpaused(ctx)) { in brw_ff_gs_populate_key()
Dgfx6_sol.c42 bool xfb_active = _mesa_is_xfb_active_and_unpaused(ctx); in gfx6_update_sol_surfaces()
DgenX_state_upload.c2658 gs.SVBIPayloadEnable = _mesa_is_xfb_active_and_unpaused(ctx);
3816 bool active = _mesa_is_xfb_active_and_unpaused(ctx);
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c494 _mesa_is_xfb_active_and_unpaused(ctx); in _mesa_meta_begin()