Home
last modified time | relevance | path

Searched refs:GeometryProgram (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_util.h124 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex()
125 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
Dst_atom_texture.c305 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures()
307 ctx->GeometryProgram._Current); in st_update_geometry_textures()
Dst_atom_sampler.c319 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers()
322 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
Dst_atom_shader.c250 if (!st->ctx->GeometryProgram._Current && in st_update_vp()
342 st->ctx->GeometryProgram._Current, in st_update_gp()
Dst_atom.c79 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
Dst_context.c154 st_program(ctx->GeometryProgram._Current); in st_get_active_states()
248 if (ctx->GeometryProgram._Current) in st_invalidate_state()
/third_party/mesa3d/src/mesa/main/
Dstate.c180 const struct gl_program *prevGP = ctx->GeometryProgram._Current; in update_program()
241 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, gsProg); in update_program()
244 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in update_program()
306 ctx->GeometryProgram._Current != prevGP || in update_program()
350 update_single_program_constants(ctx, ctx->GeometryProgram._Current, in update_program_constants()
Dcontext.c1249 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
Dmtypes.h5356 struct gl_geometry_program_state GeometryProgram; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c648 ctx->GeometryProgram._Current) { in brw_upload_pipeline_state()
649 brw->programs[MESA_SHADER_GEOMETRY] = ctx->GeometryProgram._Current; in brw_upload_pipeline_state()
Dbrw_draw.c505 mark_textures_used_for_txf(used_for_txf, ctx->GeometryProgram._Current); in brw_predraw_resolve_inputs()
853 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ? in brw_prepare_drawing()
854 BITSET_LAST_BIT(ctx->GeometryProgram._Current->info.textures_used) : 0; in brw_prepare_drawing()