Home
last modified time | relevance | path

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

/external/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.c300 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures()
302 ctx->GeometryProgram._Current); in st_update_geometry_textures()
Dst_atom_shader.c234 !st->ctx->GeometryProgram._Current) in st_update_vp()
310 st->ctx->GeometryProgram._Current, in st_update_gp()
Dst_atom_sampler.c396 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers()
399 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
Dst_atom.c79 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
Dst_context.c153 st_program(ctx->GeometryProgram._Current); in st_get_active_states()
244 if (ctx->GeometryProgram._Current) in st_invalidate_state()
/external/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.c1338 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
Dmtypes.h5076 struct gl_geometry_program_state GeometryProgram; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c649 ctx->GeometryProgram._Current) { in brw_upload_pipeline_state()
650 brw->programs[MESA_SHADER_GEOMETRY] = ctx->GeometryProgram._Current; in brw_upload_pipeline_state()
Dbrw_draw.c507 mark_textures_used_for_txf(used_for_txf, ctx->GeometryProgram._Current); in brw_predraw_resolve_inputs()
855 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ? in brw_prepare_drawing()
856 util_last_bit(ctx->GeometryProgram._Current->info.textures_used) : 0; in brw_prepare_drawing()