Home
last modified time | relevance | path

Searched refs:new_driver_state (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Darbprogram.c51 uint64_t new_driver_state; in flush_vertices_for_program_constants() local
54 new_driver_state = in flush_vertices_for_program_constants()
57 new_driver_state = in flush_vertices_for_program_constants()
61 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in flush_vertices_for_program_constants()
62 ctx->NewDriverState |= new_driver_state; in flush_vertices_for_program_constants()
H A Duniform_query.cpp1269 uint64_t new_driver_state = 0; in _mesa_flush_vertices_for_uniforms() local
1276 new_driver_state |= ctx->DriverFlags.NewShaderConstants[index]; in _mesa_flush_vertices_for_uniforms()
1279 FLUSH_VERTICES(ctx, new_driver_state ? 0 : _NEW_PROGRAM_CONSTANTS, 0); in _mesa_flush_vertices_for_uniforms()
1280 ctx->NewDriverState |= new_driver_state; in _mesa_flush_vertices_for_uniforms()

Completed in 5 milliseconds