OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputsRead
(Results
26 - 50
of
93
) sorted by null
1
2
3
4
/external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sf_state.c
122
uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.
InputsRead
);
279
if (!(brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(attr)))
gen6_wm_state.c
178
if (fp->program.Base.
InputsRead
& FRAG_BIT_WPOS)
196
dw6 |= _mesa_bitcount_64(brw->fragment_program->Base.
InputsRead
) <<
gen7_sf_state.c
38
uint32_t num_outputs = _mesa_bitcount_64(brw->fragment_program->Base.
InputsRead
);
78
if (!(brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(attr)))
brw_sf.c
184
if (brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
brw_wm.c
151
if (!(fprog->Base.
InputsRead
& BITFIELD64_BIT(attr)))
196
bool uses_depth = (c->fp->program.Base.
InputsRead
&
597
if (fp->program.Base.
InputsRead
& FRAG_BIT_WPOS) {
601
if ((fp->program.Base.
InputsRead
& FRAG_BIT_WPOS) || program_uses_dfdy) {
brw_vs.c
214
c.prog_data.inputs_read = vp->program.Base.
InputsRead
;
425
if (vp->program.Base.
InputsRead
& BITFIELD64_BIT(i) &&
brw_vs_constval.c
218
if (vp->program.Base.
InputsRead
& BITFIELD64_BIT(i))
brw_wm_state.c
152
wm->wm5.program_uses_depth = (fp->Base.
InputsRead
&
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.c
184
if (brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
brw_wm.c
151
if (!(fprog->Base.
InputsRead
& BITFIELD64_BIT(attr)))
196
bool uses_depth = (c->fp->program.Base.
InputsRead
&
597
if (fp->program.Base.
InputsRead
& FRAG_BIT_WPOS) {
601
if ((fp->program.Base.
InputsRead
& FRAG_BIT_WPOS) || program_uses_dfdy) {
brw_vs.c
214
c.prog_data.inputs_read = vp->program.Base.
InputsRead
;
425
if (vp->program.Base.
InputsRead
& BITFIELD64_BIT(i) &&
brw_vs_constval.c
218
if (vp->program.Base.
InputsRead
& BITFIELD64_BIT(i))
brw_wm_state.c
152
wm->wm5.program_uses_depth = (fp->Base.
InputsRead
&
brw_wm_pass2.c
89
if (brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(j)) {
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c
183
if ((ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_POS) == 0 &&
184
(ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_GENERIC0)) {
vbo_exec_draw.c
206
if ((ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_POS) == 0 &&
207
(ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_GENERIC0)) {
/external/mesa3d/src/mesa/vbo/
vbo_save_draw.c
183
if ((ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_POS) == 0 &&
184
(ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_GENERIC0)) {
vbo_exec_draw.c
206
if ((ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_POS) == 0 &&
207
(ctx->VertexProgram._Current->Base.
InputsRead
& VERT_BIT_GENERIC0)) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c
507
clone->
InputsRead
= prog->
InputsRead
;
763
GLbitfield64 progB_inputsRead = progB->
InputsRead
;
824
/* compute combined program's
InputsRead
*/
829
newProg->
InputsRead
= progA->
InputsRead
| inputsB;
[
all
...]
/external/mesa3d/src/mesa/program/
program.c
507
clone->
InputsRead
= prog->
InputsRead
;
763
GLbitfield64 progB_inputsRead = progB->
InputsRead
;
824
/* compute combined program's
InputsRead
*/
829
newProg->
InputsRead
= progA->
InputsRead
| inputsB;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c
184
if (fragProg->Base.
InputsRead
& FRAG_BIT_PNTC) {
st_atom_pixeltransfer.c
170
fp->Base.
InputsRead
= BITFIELD64_BIT(FRAG_ATTRIB_TEX0);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c
280
if (program->Base.
InputsRead
& FRAG_BIT_COL0) {
/external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c
184
if (fragProg->Base.
InputsRead
& FRAG_BIT_PNTC) {
/external/mesa3d/src/mesa/swrast/
s_fragprog.c
280
if (program->Base.
InputsRead
& FRAG_BIT_COL0) {
Completed in 995 milliseconds
1
2
3
4