Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dstate.c421 return _NEW_PROGRAM_CONSTANTS; in update_single_program_constants()
H A Dpipelineobj.c521 FLUSH_VERTICES(ctx, _NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS, 0); in _mesa_bind_pipeline()
H A Darbprogram.c61 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in flush_vertices_for_program_constants()
H A Dmtypes.h2796 #define _NEW_PROGRAM_CONSTANTS (1u << 27) macro
H A Duniform_query.cpp1279 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in _mesa_flush_vertices_for_uniforms()
H A Dshaderapi.c2629 FLUSH_VERTICES(ctx, _NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS, 0); in _mesa_use_program()
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c934 return _NEW_PROGRAM_CONSTANTS; in _mesa_program_state_flags()