Home
last modified time | relevance | path

Searched refs:fragment_program (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_curbe.c217 _mesa_load_state_parameters(ctx, brw->fragment_program->Parameters); in brw_upload_constant_buffer()
328 (brw->fragment_program->info.inputs_read & (1 << VARYING_SLOT_POS))) { in brw_upload_constant_buffer()
Dbrw_wm_state.c51 const struct gl_program *fp = brw->fragment_program; in brw_color_buffer_write_enabled()
82 const struct gl_program *fp = brw->fragment_program; in brw_upload_wm_unit()
Dbrw_program.c217 if (brw->fragment_program == prog) in brwDeleteProgram()
218 brw->fragment_program = &deleted_program; in brwDeleteProgram()
241 brw_program_const(brw->fragment_program); in brwProgramStringNotify()
Dbrw_wm.c448 const struct brw_program *fp = brw_program_const(brw->fragment_program); in brw_wm_populate_key()
449 const struct gl_program *prog = (struct gl_program *) brw->fragment_program; in brw_wm_populate_key()
581 struct brw_program *fp = (struct brw_program *) brw->fragment_program; in brw_upload_wm_prog()
Dbrw_wm_surface_state.c846 struct brw_program *fp = (struct brw_program *) brw->fragment_program; in brw_upload_wm_pull_constants()
1157 brw->fragment_program && brw->fragment_program->info.outputs_read) { in update_renderbuffer_read_surfaces()
1289 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in brw_update_texture_surfaces()
1518 const struct gl_program *wm = brw->fragment_program; in brw_upload_wm_abo_surfaces()
1807 const struct gl_program *wm = brw->fragment_program; in brw_upload_wm_image_surfaces()
Dbrw_sf.c194 if (brw->fragment_program->info.inputs_read & in brw_upload_sf_prog()
Dgen6_wm_state.c45 const struct brw_program *fp = brw_program_const(brw->fragment_program); in gen6_upload_wm_push_constants()
Dgen8_sf_state.c98 if (!(brw->fragment_program->info.inputs_read & in upload_sbe()
Dgen6_sf_state.c180 bool fs_needs_vue_header = brw->fragment_program->info.inputs_read & in calculate_attr_overrides()
Dbrw_state_upload.c794 if (brw->fragment_program != ctx->FragmentProgram._Current) { in brw_upload_pipeline_state()
795 brw->fragment_program = ctx->FragmentProgram._Current; in brw_upload_pipeline_state()
Dbrw_sampler_state.c634 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in brw_upload_fs_samplers()
Dbrw_context.h925 const struct gl_program *fragment_program; member
/external/mesa3d/docs/
DVERSIONS1152 - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche)