Searched refs:fragment_program (Results 1 – 15 of 15) sorted by relevance
44 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()
122 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()
38 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()
40 brw_fragment_program_const(brw->fragment_program); in upload_wm_state()196 if (brw->fragment_program->Base.InputsRead != 0) in upload_ps_state()
48 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()
491 (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()
452 if (brw->fragment_program != ctx->FragmentProgram._Current) { in brw_upload_state()453 brw->fragment_program = ctx->FragmentProgram._Current; in brw_upload_state()
184 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(FRAG_ATTRIB_PNTC)) in brw_upload_sf_prog()
194 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in gen7_upload_samplers()
136 brw_fragment_program_const(brw->fragment_program); in brwProgramStringNotify()
89 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(j)) { in init_registers()
340 struct gl_program *fs = (struct gl_program *) brw->fragment_program; in brw_upload_samplers()
799 const struct gl_fragment_program *fragment_program; member
969 (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()
1152 - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche)