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:GM200_3D_CLASS
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_query.c
213
if (screen->base.class_3d <=
GM200_3D_CLASS
) {
in nvc0_screen_get_driver_query_group_info()
229
if (screen->compute && screen->base.class_3d <=
GM200_3D_CLASS
) {
in nvc0_screen_get_driver_query_group_info()
242
if (screen->compute && screen->base.class_3d <=
GM200_3D_CLASS
) {
in nvc0_screen_get_driver_query_group_info()
H
A
D
nvc0_query_hw_metric.c
403
case
GM200_3D_CLASS
:
in nvc0_hw_metric_get_queries()
427
case
GM200_3D_CLASS
:
in nvc0_hw_metric_get_num_queries()
689
case
GM200_3D_CLASS
:
in nvc0_hw_metric_get_query_result()
765
if (screen->base.class_3d <=
GM200_3D_CLASS
) {
in nvc0_hw_metric_get_driver_query_info()
H
A
D
nvc0_screen.c
194
return class_3d >=
GM200_3D_CLASS
? 8 : 0;
in nvc0_screen_get_param()
343
return class_3d >=
GM200_3D_CLASS
;
in nvc0_screen_get_param()
603
return class_3d >=
GM200_3D_CLASS
? 0.75f : 0.0f;
in nvc0_screen_get_paramf()
605
return class_3d >=
GM200_3D_CLASS
? 0.25f : 0.0f;
in nvc0_screen_get_paramf()
1215
obj_class =
GM200_3D_CLASS
;
in nvc0_screen_create()
H
A
D
nvc0_shader_state.c
301
if (nvc0->screen->eng3d->oclass >=
GM200_3D_CLASS
) {
in nvc0_layer_validate()
H
A
D
nvc0_state_validate.c
188
if (nvc0->screen->base.class_3d >=
GM200_3D_CLASS
)
in validate_sample_locations()
436
if (class_3d >=
GM200_3D_CLASS
) {
in nvc0_validate_viewport()
H
A
D
nvc0_query_hw_sm.c
2238
case
GM200_3D_CLASS
:
in nvc0_hw_sm_get_queries()
2263
case
GM200_3D_CLASS
:
in nvc0_hw_sm_get_num_queries()
2811
if (screen->base.class_3d <=
GM200_3D_CLASS
) {
in nvc0_hw_sm_get_driver_query_info()
H
A
D
nvc0_state.c
267
if (class_3d >=
GM200_3D_CLASS
) {
in nvc0_rasterizer_state_create()
329
if (class_3d >=
GM200_3D_CLASS
) {
in nvc0_rasterizer_state_create()
H
A
D
nvc0_surface.c
1779
if (nvc0->screen->base.class_3d >=
GM200_3D_CLASS
)
in nvc0_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nv_object.xml.h
195
#define
GM200_3D_CLASS
0x0000b197
macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state.c
539
if (nouveau_screen(pipe->screen)->class_3d >=
GM200_3D_CLASS
) {
in nv50_sampler_state_create()
Completed in 15 milliseconds