Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_wm_state.c44 brw_fragment_program_const(brw->fragment_program); in gen6_upload_wm_push_constants()
98 brw_fragment_program_const(brw->fragment_program); in upload_wm_state()
196 dw6 |= _mesa_bitcount_64(brw->fragment_program->Base.InputsRead) << in upload_wm_state()
Dgen6_sf_state.c122 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead); in upload_sf_state()
276 brw->fragment_program->InterpQualifier[attr]; in upload_sf_state()
279 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr))) in upload_sf_state()
Dgen7_sf_state.c38 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead); in upload_sbe_state()
75 brw->fragment_program->InterpQualifier[attr]; in upload_sbe_state()
78 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr))) in upload_sbe_state()
Dgen7_wm_state.c40 brw_fragment_program_const(brw->fragment_program); in upload_wm_state()
196 if (brw->fragment_program->Base.InputsRead != 0) in upload_ps_state()
Dbrw_wm_state.c48 const struct gl_fragment_program *fp = brw->fragment_program; in brw_color_buffer_write_enabled()
78 const struct gl_fragment_program *fp = brw->fragment_program; in brw_upload_wm_unit()
Dbrw_wm.c491 (struct brw_fragment_program *)brw->fragment_program; in brw_wm_populate_key()
492 const struct gl_program *prog = (struct gl_program *) brw->fragment_program; in brw_wm_populate_key()
626 brw->fragment_program; in brw_upload_wm_prog()
Dbrw_state_upload.c452 if (brw->fragment_program != ctx->FragmentProgram._Current) { in brw_upload_state()
453 brw->fragment_program = ctx->FragmentProgram._Current; in brw_upload_state()
Dbrw_sf.c184 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(FRAG_ATTRIB_PNTC)) in brw_upload_sf_prog()
Dgen7_sampler_state.c194 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in gen7_upload_samplers()
Dbrw_program.c136 brw_fragment_program_const(brw->fragment_program); in brwProgramStringNotify()
Dbrw_wm_pass2.c89 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(j)) { in init_registers()
Dbrw_wm_sampler_state.c340 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in brw_upload_samplers()
Dbrw_context.h799 const struct gl_fragment_program *fragment_program; member
Dbrw_wm_surface_state.c969 (struct brw_fragment_program *) brw->fragment_program; in brw_upload_wm_pull_constants()
1307 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in brw_update_texture_surfaces()
/external/mesa3d/docs/
DVERSIONS1152 - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche)