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:NVE4_3D_CLASS
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_screen.c
95
nouveau_screen(pscreen)->class_3d <
NVE4_3D_CLASS
) {
in nvc0_screen_is_format_supported()
324
return class_3d >=
NVE4_3D_CLASS
? 1 : 0; /* needs testing on fermi */
in nvc0_screen_get_param()
327
return class_3d >=
NVE4_3D_CLASS
;
in nvc0_screen_get_param()
329
return class_3d >=
NVE4_3D_CLASS
;
in nvc0_screen_get_param()
560
return (class_3d >=
NVE4_3D_CLASS
) ? 32 : 16;
in nvc0_screen_get_shader_param()
562
return (class_3d >=
NVE4_3D_CLASS
) ? 32 : 16;
in nvc0_screen_get_shader_param()
564
if (class_3d >=
NVE4_3D_CLASS
)
in nvc0_screen_get_shader_param()
852
if (obj_class >=
NVE4_3D_CLASS
) {
in nvc0_magic_3d_init()
1230
obj_class =
NVE4_3D_CLASS
;
in nvc0_screen_create()
1297
if (screen->eng3d->oclass <
NVE4_3D_CLASS
) {
in nvc0_screen_create()
[all...]
H
A
D
nvc0_query_hw_metric.c
408
case
NVE4_3D_CLASS
:
in nvc0_hw_metric_get_queries()
432
case
NVE4_3D_CLASS
:
in nvc0_hw_metric_get_num_queries()
694
case
NVE4_3D_CLASS
:
in nvc0_hw_metric_get_query_result()
H
A
D
nvc0_query_hw_sm.c
2244
case
NVE4_3D_CLASS
:
in nvc0_hw_sm_get_queries()
2269
case
NVE4_3D_CLASS
:
in nvc0_hw_sm_get_num_queries()
2404
if (screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_hw_sm_begin_query()
2482
if (screen->base.class_3d ==
NVE4_3D_CLASS
||
in nvc0_hw_sm_get_program()
2484
if (screen->base.class_3d ==
NVE4_3D_CLASS
) {
in nvc0_hw_sm_get_program()
2512
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_hw_sm_upload_input()
2540
const bool is_nve4 = screen->base.class_3d >=
NVE4_3D_CLASS
;
in nvc0_hw_sm_end_query()
2693
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_hw_sm_get_query_result()
2738
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_hw_sm_create_query()
H
A
D
nvc0_context.c
455
pipe->launch_grid = (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) ?
in nvc0_create()
473
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_create()
549
if (screen->base.class_3d <
NVE4_3D_CLASS
) {
in nvc0_create()
H
A
D
nvc0_program.c
791
if (screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_program_alloc_code()
801
if (screen->base.class_3d >=
NVE4_3D_CLASS
&&
in nvc0_program_alloc_code()
814
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_program_alloc_code()
H
A
D
nvc0_tex.c
604
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_validate_textures()
726
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
)
in nvc0_validate_samplers()
765
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
)
in nve4_set_tex_handles()
1339
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_validate_surfaces()
H
A
D
nvc0_state_validate.c
625
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
) {
in nvc0_constbufs_validate()
851
if (screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_validate_fbread()
H
A
D
nvc0_transfer.c
615
if (nvc0->screen->base.class_3d >=
NVE4_3D_CLASS
) {
in nvc0_init_transfer_functions()
H
A
D
nvc0_vbo.c
1042
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
&&
in nvc0_draw_vbo()
H
A
D
nvc0_surface.c
486
if (nvc0->screen->base.class_3d <
NVE4_3D_CLASS
)
in nvc0_clear_buffer_push()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nv_object.xml.h
191
#define
NVE4_3D_CLASS
0x0000a097
macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state.c
530
if (nouveau_screen(pipe->screen)->class_3d >=
NVE4_3D_CLASS
) {
in nv50_sampler_state_create()
Completed in 19 milliseconds