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:use_ngg
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_llvm_gs.c
68
if (ctx->screen->
use_ngg
) {
in si_set_es_return_value_for_gs()
116
if (ctx->screen->
use_ngg
) {
in si_llvm_gs_build_end()
118
* use pipeline statistics (they would be correct but when screen->
use_ngg
, we
in si_llvm_gs_build_end()
H
A
D
si_pipe.c
597
sctx->ngg = sscreen->
use_ngg
;
in si_create_context()
1295
sscreen->
use_ngg
= true;
in radeonsi_screen_create_impl()
1301
sscreen->
use_ngg
= !(sscreen->debug_flags & DBG(NO_NGG)) &&
in radeonsi_screen_create_impl()
1306
sscreen->use_ngg_culling = sscreen->
use_ngg
&&
in radeonsi_screen_create_impl()
H
A
D
si_query.c
744
sscreen->
use_ngg
&& (sscreen->info.gfx_level >= GFX10 && sscreen->info.gfx_level <= GFX10_3))
in si_query_hw_create()
852
if (sctx->screen->
use_ngg
&& query->flags & SI_QUERY_EMULATE_GS_COUNTERS) {
in si_query_hw_do_emit_start()
854
* So if
use_ngg
is true, we don't use the hw version but instead
in si_query_hw_do_emit_start()
976
if (sctx->screen->
use_ngg
&& query->flags & SI_QUERY_EMULATE_GS_COUNTERS) {
in si_query_hw_do_emit_stop()
H
A
D
si_shader.c
2577
sscreen->
use_ngg
&&
in si_create_shader_variant()
2585
shader->uses_gs_state_outprim = sscreen->
use_ngg
&&
in si_create_shader_variant()
H
A
D
si_pipe.h
579
bool
use_ngg
;
member
H
A
D
si_state_shaders.cpp
3006
sscreen->
use_ngg
&& (!sel->info.enabled_streamout_buffer_mask ||
3409
if (!sctx->screen->
use_ngg
) {
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.h
66
uint32_t
use_ngg
: 1;
member
H
A
D
radv_pipeline.c
3371
key.
use_ngg
= device->physical_device->
use_ngg
;
in radv_generate_graphics_pipeline_key()
3471
if (pipeline_key->
use_ngg
) {
in radv_fill_shader_info_ngg()
4628
assert(!mesh_shading || pipeline_key->
use_ngg
);
in radv_create_shaders()
6761
pipeline->can_use_simple_input = vs_shader->info.is_ngg == pdevice->
use_ngg
&&
in radv_pipeline_init_vertex_input_state()
H
A
D
radv_device.c
390
return pdevice->
use_ngg
&& !pdevice->use_llvm && pdevice->rad_info.gfx_level >= GFX10_3 &&
in radv_taskmesh_enabled()
820
device->
use_ngg
= (device->rad_info.gfx_level >= GFX10 &&
in radv_physical_device_try_create()
825
device->use_ngg_culling = device->
use_ngg
&& device->rad_info.max_render_backends > 1 &&
in radv_physical_device_try_create()
2987
key.is_ngg = device->physical_device->
use_ngg
;
in radv_device_init_vs_prologs()
H
A
D
radv_private.h
291
bool
use_ngg
;
member
H
A
D
radv_query.c
1095
pool->uses_gds = device->physical_device->
use_ngg
&&
in radv_CreateQueryPool()
Completed in 44 milliseconds