OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputsRead
(Results
51 - 75
of
93
) sorted by null
1
2
3
4
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c
122
if (ctx->FragmentProgram._Current->Base.
InputsRead
& FRAG_BIT_COL0)
st_program.c
198
if ((stvp->Base.Base.
InputsRead
& BITFIELD64_BIT(attr)) != 0) {
481
GLbitfield64
inputsRead
;
536
inputsRead
= stfp->Base.Base.
InputsRead
;
538
if ((
inputsRead
& BITFIELD64_BIT(attr)) != 0) {
812
GLbitfield64
inputsRead
;
852
inputsRead
= stgp->Base.Base.
InputsRead
;
854
if ((
inputsRead
& BITFIELD64_BIT(attr)) != 0) {
[
all
...]
st_cb_bitmap.c
165
p->
InputsRead
= FRAG_BIT_TEX0;
246
printf("
InputsRead
: 0x%x\n", newProg->
InputsRead
);
st_mesa_to_tgsi.c
1068
if (program->
InputsRead
& FRAG_BIT_WPOS) {
[
all
...]
st_glsl_to_tgsi.cpp
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c
89
if (brw->fragment_program->Base.
InputsRead
& BITFIELD64_BIT(j)) {
brw_fs.cpp
950
if (fp->Base.
InputsRead
& BITFIELD64_BIT(i)) {
982
if (fp->Base.
InputsRead
& BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c
170
fp->Base.
InputsRead
= BITFIELD64_BIT(FRAG_ATTRIB_TEX0);
st_cb_drawtex.c
122
if (ctx->FragmentProgram._Current->Base.
InputsRead
& FRAG_BIT_COL0)
st_program.c
198
if ((stvp->Base.Base.
InputsRead
& BITFIELD64_BIT(attr)) != 0) {
481
GLbitfield64
inputsRead
;
536
inputsRead
= stfp->Base.Base.
InputsRead
;
538
if ((
inputsRead
& BITFIELD64_BIT(attr)) != 0) {
812
GLbitfield64
inputsRead
;
852
inputsRead
= stgp->Base.Base.
InputsRead
;
854
if ((
inputsRead
& BITFIELD64_BIT(attr)) != 0) {
[
all
...]
st_cb_bitmap.c
165
p->
InputsRead
= FRAG_BIT_TEX0;
246
printf("
InputsRead
: 0x%x\n", newProg->
InputsRead
);
st_mesa_to_tgsi.c
1068
if (program->
InputsRead
& FRAG_BIT_WPOS) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp
950
if (fp->Base.
InputsRead
& BITFIELD64_BIT(i)) {
982
if (fp->Base.
InputsRead
& BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y
807
state->prog->
InputsRead
|= BITFIELD64_BIT($$.Base.Index);
822
state->prog->
InputsRead
|= BITFIELD64_BIT($$.Base.Index);
[
all
...]
prog_print.c
207
* Print a vertex program's
InputsRead
field in human-readable format.
225
* Print a fragment program's
InputsRead
field in human-readable format.
1007
fprintf(f, "
InputsRead
: %" PRIx64 " (0b%s)\n",
1008
(uint64_t) prog->
InputsRead
, binary(prog->
InputsRead
));
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c
378
if (program->Base.
InputsRead
& BITFIELD64_BIT(attr)) {
/external/mesa3d/src/mesa/program/
program_parse.y
807
state->prog->
InputsRead
|= BITFIELD64_BIT($$.Base.Index);
822
state->prog->
InputsRead
|= BITFIELD64_BIT($$.Base.Index);
[
all
...]
prog_print.c
207
* Print a vertex program's
InputsRead
field in human-readable format.
225
* Print a fragment program's
InputsRead
field in human-readable format.
1007
fprintf(f, "
InputsRead
: %" PRIx64 " (0b%s)\n",
1008
(uint64_t) prog->
InputsRead
, binary(prog->
InputsRead
));
[
all
...]
/external/mesa3d/src/mesa/tnl/
t_vb_program.c
378
if (program->Base.
InputsRead
& BITFIELD64_BIT(attr)) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c
921
c->code->
InputsRead
= c->Base.Program.
InputsRead
;
/external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c
921
c->code->
InputsRead
= c->Base.Program.
InputsRead
;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c
163
key->fragprog_inputs_read = fp->Base.
InputsRead
;
451
p->program->Base.
InputsRead
|= VERT_BIT(input);
[
all
...]
/external/mesa3d/src/mesa/main/
ffvertex_prog.c
163
key->fragprog_inputs_read = fp->Base.
InputsRead
;
451
p->program->Base.
InputsRead
|= VERT_BIT(input);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c
[
all
...]
Completed in 1382 milliseconds
1
2
3
4