Searched refs:fragment_program (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc518 std::basic_string<GLchar> fragment_program; local
542 fragment_program.append(
561 fragment_program.append(
581 fragment_program.append(
601 fragment_program.append(
622 fragment_program.append(
649 fragment_program.append(
691 fragment_program.append(
719 fragment_program.append(
772 fragment_program
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_wm_state.c40 brw_fragment_program_const(brw->fragment_program);
196 if (brw->fragment_program->Base.InputsRead != 0)
H A Dgen6_sf_state.c122 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead);
276 brw->fragment_program->InterpQualifier[attr];
279 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
H A Dgen6_wm_state.c44 brw_fragment_program_const(brw->fragment_program);
98 brw_fragment_program_const(brw->fragment_program);
196 dw6 |= _mesa_bitcount_64(brw->fragment_program->Base.InputsRead) <<
H A Dgen7_sf_state.c38 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead);
75 brw->fragment_program->InterpQualifier[attr];
78 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
H A Dbrw_wm_state.c48 const struct gl_fragment_program *fp = brw->fragment_program;
78 const struct gl_fragment_program *fp = brw->fragment_program;
H A Dbrw_sf.c184 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
H A Dbrw_state_upload.c452 if (brw->fragment_program != ctx->FragmentProgram._Current) {
453 brw->fragment_program = ctx->FragmentProgram._Current;
H A Dbrw_wm.c491 (struct brw_fragment_program *)brw->fragment_program;
492 const struct gl_program *prog = (struct gl_program *) brw->fragment_program;
626 brw->fragment_program;
H A Dbrw_program.c136 brw_fragment_program_const(brw->fragment_program);
H A Dgen7_sampler_state.c194 struct gl_program *fs = (struct gl_program *) brw->fragment_program;
H A Dbrw_wm_pass2.c89 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(j)) {
H A Dbrw_wm_sampler_state.c340 struct gl_program *fs = (struct gl_program *) brw->fragment_program;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_wm_state.c40 brw_fragment_program_const(brw->fragment_program);
196 if (brw->fragment_program->Base.InputsRead != 0)
H A Dgen6_sf_state.c122 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead);
276 brw->fragment_program->InterpQualifier[attr];
279 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
H A Dgen6_wm_state.c44 brw_fragment_program_const(brw->fragment_program);
98 brw_fragment_program_const(brw->fragment_program);
196 dw6 |= _mesa_bitcount_64(brw->fragment_program->Base.InputsRead) <<
H A Dgen7_sf_state.c38 uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.InputsRead);
75 brw->fragment_program->InterpQualifier[attr];
78 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
H A Dbrw_wm_state.c48 const struct gl_fragment_program *fp = brw->fragment_program;
78 const struct gl_fragment_program *fp = brw->fragment_program;
H A Dbrw_sf.c184 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
H A Dbrw_state_upload.c452 if (brw->fragment_program != ctx->FragmentProgram._Current) {
453 brw->fragment_program = ctx->FragmentProgram._Current;
H A Dbrw_wm.c491 (struct brw_fragment_program *)brw->fragment_program;
492 const struct gl_program *prog = (struct gl_program *) brw->fragment_program;
626 brw->fragment_program;
H A Dbrw_program.c136 brw_fragment_program_const(brw->fragment_program);
H A Dgen7_sampler_state.c194 struct gl_program *fs = (struct gl_program *) brw->fragment_program;
H A Dbrw_wm_pass2.c89 if (brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(j)) {
H A Dbrw_wm_sampler_state.c340 struct gl_program *fs = (struct gl_program *) brw->fragment_program;

Completed in 160 milliseconds

12