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_tess_patches
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_nir_lower_abi.c
81
return nir_imm_int(b, s->info->
num_tess_patches
);
in lower_abi_instr()
200
unsigned num_patches = s->info->
num_tess_patches
;
in lower_abi_instr()
H
A
D
radv_aco_shader_info.h
77
ASSIGN_FIELD(
num_tess_patches
);
in radv_aco_convert_shader_info()
H
A
D
radv_shader.h
258
uint32_t
num_tess_patches
;
member
H
A
D
radv_pipeline.c
1408
pipeline->base.shaders[MESA_SHADER_TESS_CTRL]->info.
num_tess_patches
;
in radv_compute_ia_multi_vgt_param_helpers()
3824
stages[MESA_SHADER_TESS_CTRL].info.
num_tess_patches
= num_patches;
in gather_tess_info()
3833
stages[MESA_SHADER_TESS_EVAL].info.
num_tess_patches
= num_patches;
in gather_tess_info()
3834
stages[MESA_SHADER_GEOMETRY].info.
num_tess_patches
= num_patches;
in gather_tess_info()
3835
stages[MESA_SHADER_VERTEX].info.
num_tess_patches
= num_patches;
in gather_tess_info()
6027
num_patches = pipeline->base.shaders[MESA_SHADER_TESS_CTRL]->info.
num_tess_patches
;
in radv_pipeline_emit_tess_state()
6562
primgroup_size = pipeline->base.shaders[MESA_SHADER_TESS_CTRL]->info.
num_tess_patches
;
in gfx10_pipeline_emit_ge_cntl()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_shader_info.h
108
uint32_t
num_tess_patches
;
member
H
A
D
aco_instruction_selection_setup.cpp
306
ctx->tcs_num_patches = ctx->program->info.
num_tess_patches
;
in setup_tcs_info()
313
ctx->tcs_num_patches = ctx->program->info.
num_tess_patches
;
in setup_tes_variables()
Completed in 17 milliseconds