OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vs_inputs
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
358
GLbitfield64
vs_inputs
= brw->vs.prog_data->inputs_read;
local
377
vs_inputs
|= VERT_BIT_EDGEFLAG;
387
while (
vs_inputs
) {
388
GLuint i = ffsll(
vs_inputs
) - 1;
391
vs_inputs
&= ~BITFIELD64_BIT(i);
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c
107
unsigned
vs_inputs
[UREG_MAX_INPUT/32];
member in struct:ureg_program
357
ureg->
vs_inputs
[index/32] |= 1 << (index % 32);
[
all
...]
Completed in 59 milliseconds