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:gs_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
6050
unsigned
gs_size
= vs_size;
local
6054
gs_size
= gs_vue_prog_data->urb_entry_size;
6057
genX(crocus_upload_urb)(batch, vs_size, gs_present,
gs_size
);
8916
unsigned
gs_size
)
8926
nr_gs_entries = (total_urb_size/2) / (
gs_size
* 128);
8948
assert(
gs_size
<= 5);
8955
urb.GSURBEntryAllocationSize =
gs_size
- 1;
8913
crocus_upload_urb(struct crocus_batch *batch, unsigned vs_size, bool gs_present, unsigned
gs_size
)
global()
argument
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
6493
uint8_t hs_size = 64,
gs_size
= 64, vs_size = 64;
in radv_pipeline_emit_vgt_shader_config()
local
6499
vs_size =
gs_size
= pipeline->base.shaders[MESA_SHADER_GEOMETRY]->info.wave_size;
in radv_pipeline_emit_vgt_shader_config()
6507
vs_size =
gs_size
= pipeline->base.shaders[MESA_SHADER_MESH]->info.wave_size;
in radv_pipeline_emit_vgt_shader_config()
6511
gs_size
= vs_size;
in radv_pipeline_emit_vgt_shader_config()
6516
S_028B54_GS_W32_EN(
gs_size
== 32 ? 1 : 0) |
in radv_pipeline_emit_vgt_shader_config()
Completed in 24 milliseconds