OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputs_read
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c
214
c.prog_data.
inputs_read
= vp->program.Base.InputsRead;
218
c.prog_data.
inputs_read
|= VERT_BIT_EDGEFLAG;
brw_context.h
440
GLbitfield64
inputs_read
;
member in struct:brw_vs_prog_data
[
all
...]
brw_draw_upload.c
358
GLbitfield64 vs_inputs = brw->vs.prog_data->
inputs_read
;
373
* prepare the vertex buffer for it, but it's not present in
inputs_read
.
380
/* First build an array of pointers to ve's in vb.
inputs_read
brw_vec4_emit.cpp
43
if (prog_data->
inputs_read
& BITFIELD64_BIT(i)) {
50
* don't represent it with a flag in
inputs_read
, so we call it
brw_vs_emit.c
314
if (c->prog_data.
inputs_read
& BITFIELD64_BIT(i)) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c
214
c.prog_data.
inputs_read
= vp->program.Base.InputsRead;
218
c.prog_data.
inputs_read
|= VERT_BIT_EDGEFLAG;
brw_context.h
440
GLbitfield64
inputs_read
;
member in struct:brw_vs_prog_data
[
all
...]
brw_draw_upload.c
358
GLbitfield64 vs_inputs = brw->vs.prog_data->
inputs_read
;
373
* prepare the vertex buffer for it, but it's not present in
inputs_read
.
380
/* First build an array of pointers to ve's in vb.
inputs_read
brw_vec4_emit.cpp
43
if (prog_data->
inputs_read
& BITFIELD64_BIT(i)) {
50
* don't represent it with a flag in
inputs_read
, so we call it
brw_vs_emit.c
314
if (c->prog_data.
inputs_read
& BITFIELD64_BIT(i)) {
[
all
...]
Completed in 151 milliseconds