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_lds_blocks
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_shader_info.h
128
uint32_t
num_lds_blocks
;
member
H
A
D
aco_instruction_selection_setup.cpp
307
ctx->program->config->lds_size = ctx->program->info.tcs.
num_lds_blocks
;
in setup_tcs_info()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_aco_shader_info.h
92
ASSIGN_FIELD(tcs.
num_lds_blocks
);
in radv_aco_convert_shader_info()
H
A
D
radv_shader.h
363
uint32_t
num_lds_blocks
;
member
H
A
D
radv_shader.c
1735
S_00B42C_LDS_SIZE_GFX10(info->tcs.
num_lds_blocks
) | S_00B42C_EXCP_EN_GFX6(excp_en);
in radv_postprocess_config()
1739
S_00B42C_LDS_SIZE_GFX9(info->tcs.
num_lds_blocks
) | S_00B42C_EXCP_EN_GFX9(excp_en);
in radv_postprocess_config()
2038
config.lds_size = binary->info.tcs.
num_lds_blocks
;
in radv_shader_create()
H
A
D
radv_pipeline.c
3825
stages[MESA_SHADER_TESS_CTRL].info.tcs.
num_lds_blocks
= tcs_lds_size;
in gather_tess_info()
5743
unsigned
num_lds_blocks
= pipeline->base.shaders[MESA_SHADER_TESS_CTRL]->info.tcs.
num_lds_blocks
;
in radv_pipeline_emit_hw_ls()
local
5749
rsrc2 |= S_00B52C_LDS_SIZE(
num_lds_blocks
);
in radv_pipeline_emit_hw_ls()
Completed in 18 milliseconds