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:max_vertices_out
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
530
uint16_t
max_vertices_out
;
member
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_mesh.cpp
360
map->max_vertices = nir->info.mesh.
max_vertices_out
;
in brw_compute_mue_map()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_ngg.c
2682
nir_ssa_def *num_vtx = nir_imm_int(b, b->shader->info.mesh.
max_vertices_out
);
in set_nv_ms_final_output_counts()
3015
unsigned max_vertices = shader->info.mesh.
max_vertices_out
;
in ac_nir_lower_ngg_ms()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_print.c
1745
fprintf(fp, "max vertices out: %u\n", shader->info.mesh.
max_vertices_out
);
in nir_print_shader_annotated()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
5041
b->shader->info.mesh.
max_vertices_out
= mode->operands[0];
in vtn_handle_execution_mode()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
2468
ngg->max_out_verts = ms->info.mesh.
max_vertices_out
;
in gfx10_get_ngg_ms_info()
Completed in 29 milliseconds