OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nr_attributes
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c
745
uint32_t
nr_attributes
, nr_relocs, packet_size;
local
748
nr_attributes
= state->addr & 0x7;
749
if (
nr_attributes
== 0)
750
nr_attributes
= 8;
753
nr_relocs = ARRAY_SIZE(shader_reloc_offsets) +
nr_attributes
;
873
for (i = 0; i <
nr_attributes
; i++) {
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp
1731
int
nr_attributes
;
local
2764
unsigned
nr_attributes
= nr_attribute_slots -
local
[
all
...]
brw_compiler.h
657
unsigned
nr_attributes
;
member in struct:brw_vs_prog_data
Completed in 772 milliseconds