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:NVA0_3D_CLASS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_shader_state.c
676
if (nv50->screen->base.class_3d <
NVA0_3D_CLASS
) {
in nv50_stream_output_validate()
686
if (nv50->screen->base.class_3d <
NVA0_3D_CLASS
) {
in nv50_stream_output_validate()
692
if (nv50->screen->base.class_3d >=
NVA0_3D_CLASS
)
in nv50_stream_output_validate()
702
const unsigned n = nv50->screen->base.class_3d >=
NVA0_3D_CLASS
? 4 : 3;
in nv50_stream_output_validate()
H
A
D
nv50_screen.c
73
if (nv50_screen(pscreen)->tesla->oclass <
NVA0_3D_CLASS
)
in nv50_screen_is_format_supported()
284
return 1; /* class_3d >=
NVA0_3D_CLASS
; */
in nv50_screen_get_param()
287
return class_3d >=
NVA0_3D_CLASS
;
in nv50_screen_get_param()
772
if (screen->tesla->oclass >=
NVA0_3D_CLASS
) {
in nv50_screen_init_hwctx()
1113
tesla_class =
NVA0_3D_CLASS
;
in nv50_screen_create()
H
A
D
nv50_vbo.c
714
if (unlikely(nv50->screen->base.class_3d <
NVA0_3D_CLASS
)) {
in nva0_draw_stream_output()
844
if (nv50->screen->base.class_3d >=
NVA0_3D_CLASS
&&
in nv50_draw_vbo()
860
if (nv50->screen->base.class_3d <
NVA0_3D_CLASS
&&
in nv50_draw_vbo()
H
A
D
nv50_state.c
1143
if (nouveau_context(pipe)->screen->class_3d >=
NVA0_3D_CLASS
) {
in nv50_so_target_create()
1206
const bool can_resume = nv50->screen->base.class_3d >=
NVA0_3D_CLASS
;
in nv50_set_stream_output_targets()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nv_object.xml.h
185
#define
NVA0_3D_CLASS
0x00008397
macro
Completed in 7 milliseconds