Searched refs:GeometryProgram (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_util.h | 124 if (ctx->GeometryProgram._Current) in st_point_size_per_vertex() 125 last = ctx->GeometryProgram._Current; in st_point_size_per_vertex()
|
D | st_atom_texture.c | 300 if (ctx->GeometryProgram._Current) { in st_update_geometry_textures() 302 ctx->GeometryProgram._Current); in st_update_geometry_textures()
|
D | st_atom_shader.c | 234 !st->ctx->GeometryProgram._Current) in st_update_vp() 310 st->ctx->GeometryProgram._Current, in st_update_gp()
|
D | st_atom_sampler.c | 396 if (ctx->GeometryProgram._Current) { in st_update_geometry_samplers() 399 ctx->GeometryProgram._Current, NULL, NULL); in st_update_geometry_samplers()
|
D | st_atom.c | 79 struct gl_program *new_gp = ctx->GeometryProgram._Current; in check_program_state()
|
D | st_context.c | 153 st_program(ctx->GeometryProgram._Current); in st_get_active_states() 244 if (ctx->GeometryProgram._Current) in st_invalidate_state()
|
/external/mesa3d/src/mesa/main/ |
D | state.c | 180 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()
|
D | context.c | 1338 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL); in _mesa_free_context_data()
|
D | mtypes.h | 5076 struct gl_geometry_program_state GeometryProgram; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 649 ctx->GeometryProgram._Current) { in brw_upload_pipeline_state() 650 brw->programs[MESA_SHADER_GEOMETRY] = ctx->GeometryProgram._Current; in brw_upload_pipeline_state()
|
D | brw_draw.c | 507 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()
|