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:uses_grid_size
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_cs.c
56
if (svga->curr.grid_info.indirect && cs->base.info.
uses_grid_size
) {
in make_cs_key()
H
A
D
svga_tgsi.c
417
info->
uses_grid_size
= tgsi_info->
uses_grid_size
;
in svga_tgsi_scan_shader()
H
A
D
svga_shader.h
321
boolean
uses_grid_size
;
member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_scan.h
125
boolean
uses_grid_size
;
member
H
A
D
tgsi_scan.c
142
info->
uses_grid_size
= true;
in scan_src_operand()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute.c
138
unsigned user_sgprs = SI_NUM_RESOURCE_SGPRS + (sel->info.
uses_grid_size
? 3 : 0) +
in si_create_compute_state_async()
765
12 * sel->info.
uses_grid_size
;
in si_setup_nir_user_data()
770
if (sel->info.
uses_grid_size
) {
in si_setup_nir_user_data()
H
A
D
si_shader.h
454
bool
uses_grid_size
;
member
H
A
D
si_shader_info.c
635
info->
uses_grid_size
= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS);
in si_nir_scan_shader()
H
A
D
si_shader.c
752
if (shader->selector->info.
uses_grid_size
)
in si_init_shader_args()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader_info.c
597
info->cs.
uses_grid_size
= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_NUM_WORKGROUPS);
in radv_nir_shader_info_pass()
620
info->cs.
uses_grid_size
= true;
in radv_nir_shader_info_pass()
H
A
D
radv_shader.h
347
bool
uses_grid_size
;
member
H
A
D
radv_shader_args.c
176
if (info->cs.
uses_grid_size
)
in allocate_user_sgprs()
580
if (info->cs.
uses_grid_size
) {
in radv_declare_shader_args()
H
A
D
radv_cmd_buffer.c
6771
const uint32_t xyz_dim_enable = compute_shader->info.cs.
uses_grid_size
;
in radv_cs_emit_dispatch_taskmesh_indirect_multi_ace_packet()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi_info.c
220
info->
uses_grid_size
= true;
in scan_instruction()
Completed in 32 milliseconds