Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:npush
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_vbo.c
349
unsigned
npush
= (count > mpush) ? mpush : count;
local
350
unsigned wpush = ((
npush
+ 255) & ~255) >> 8;
352
count -=
npush
;
355
while (
npush
>= 256) {
358
npush
-= 256;
361
if (
npush
)
362
PUSH_DATA (push, ((
npush
- 1) << 24) | start);
381
unsigned
npush
= MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
local
382
count -=
npush
;
384
BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16),
npush
);
406
unsigned
npush
= MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
global()
local
448
unsigned
npush
= MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
global()
local
494
unsigned
npush
= (count > mpush) ? mpush : count;
global()
local
[all...]
H
A
D
nv30_draw.c
150
unsigned
npush
= MIN2(count, NV04_PFIFO_MAX_PACKET_LEN);
in nv30_render_draw_elements()
local
151
count -=
npush
;
in nv30_render_draw_elements()
153
BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16),
npush
);
in nv30_render_draw_elements()
154
while (
npush
--) {
in nv30_render_draw_elements()
Completed in 2 milliseconds