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:num_tcs_outputs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_nir_lower_abi.c
202
unsigned
num_tcs_outputs
= stage == MESA_SHADER_TESS_CTRL ?
in lower_abi_instr()
local
204
int per_vertex_output_patch_size = out_vertices_per_patch *
num_tcs_outputs
* 16u;
in lower_abi_instr()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_draw.cpp
656
unsigned
num_tcs_outputs
= util_last_bit64(tcs->info.outputs_written);
661
unsigned output_vertex_size =
num_tcs_outputs
* 16;
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
evergreen_state.c
4531
unsigned
num_tcs_outputs
;
in evergreen_setup_tess_constants()
local
4565
num_tcs_outputs
= util_last_bit64(tcs->lds_outputs_written_mask);
in evergreen_setup_tess_constants()
4569
num_tcs_outputs
= num_tcs_inputs;
in evergreen_setup_tess_constants()
4576
output_vertex_size =
num_tcs_outputs
* 16;
in evergreen_setup_tess_constants()
Completed in 14 milliseconds