Home
last modified time | relevance | path

Searched refs:_NEW_PROGRAM_CONSTANTS (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstate.c330 return _NEW_PROGRAM_CONSTANTS; in update_single_program_constants()
Dpipelineobj.c524 FLUSH_VERTICES(ctx, _NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS, 0); in _mesa_bind_pipeline()
Darbprogram.c61 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in flush_vertices_for_program_constants()
Dmtypes.h2841 #define _NEW_PROGRAM_CONSTANTS (1u << 27) macro
Duniform_query.cpp1279 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in _mesa_flush_vertices_for_uniforms()
Dshaderapi.c2619 FLUSH_VERTICES(ctx, _NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS, 0); in _mesa_use_program()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c925 return _NEW_PROGRAM_CONSTANTS; in _mesa_program_state_flags()