HomeSort by: relevance | last modified time | path
    Searched refs:GeometryProgram (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_util.h 124 if (ctx->GeometryProgram._Current)
125 last = ctx->GeometryProgram._Current;
st_atom_sampler.c 319 if (ctx->GeometryProgram._Current) {
322 ctx->GeometryProgram._Current, NULL, NULL);
st_atom_texture.c 305 if (ctx->GeometryProgram._Current) {
307 ctx->GeometryProgram._Current);
st_atom_shader.c 250 if (!st->ctx->GeometryProgram._Current &&
342 st->ctx->GeometryProgram._Current,
st_atom.c 79 struct gl_program *new_gp = ctx->GeometryProgram._Current;
st_context.c 154 st_program(ctx->GeometryProgram._Current);
248 if (ctx->GeometryProgram._Current)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
state.c 89 const struct gl_program *prevGP = ctx->GeometryProgram._Current;
150 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, gsProg);
153 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL);
215 ctx->GeometryProgram._Current != prevGP ||
259 update_single_program_constants(ctx, ctx->GeometryProgram._Current,
context.c 1348 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL);
mtypes.h 4940 struct gl_geometry_program_state GeometryProgram;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
state.c 180 const struct gl_program *prevGP = ctx->GeometryProgram._Current;
241 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, gsProg);
244 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL);
306 ctx->GeometryProgram._Current != prevGP ||
350 update_single_program_constants(ctx, ctx->GeometryProgram._Current,
context.c 1255 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL);
mtypes.h 5356 struct gl_geometry_program_state GeometryProgram;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 217 if (ctx->GeometryProgram._Current)
218 last = ctx->GeometryProgram._Current;
st_atom_texture.c 262 if (ctx->GeometryProgram._Current) {
264 ctx->GeometryProgram._Current);
st_atom_sampler.c 379 if (ctx->GeometryProgram._Current) {
382 ctx->GeometryProgram._Current, NULL, NULL);
st_atom.c 79 struct gl_program *new_gp = ctx->GeometryProgram._Current;
st_atom_shader.c 231 st->ctx->GeometryProgram._Current,
st_context.c 147 st_common_program(ctx->GeometryProgram._Current);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 648 ctx->GeometryProgram._Current) {
649 brw->programs[MESA_SHADER_GEOMETRY] = ctx->GeometryProgram._Current;
brw_draw.c 505 mark_textures_used_for_txf(used_for_txf, ctx->GeometryProgram._Current);
853 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ?
854 BITSET_LAST_BIT(ctx->GeometryProgram._Current->info.textures_used) : 0;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state_upload.c 579 ctx->GeometryProgram._Current) {
580 brw->programs[MESA_SHADER_GEOMETRY] = ctx->GeometryProgram._Current;
brw_draw.c 476 mark_textures_used_for_txf(used_for_txf, ctx->GeometryProgram._Current);
824 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ?
825 util_last_bit(ctx->GeometryProgram._Current->info.textures_used) : 0;

Completed in 125 milliseconds