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:max_scratch_ids
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_rt.h
241
/* Maximum slice/subslice/EU ID can be computed from the
max_scratch_ids
244
uint32_t max_eu_id = devinfo->
max_scratch_ids
[MESA_SHADER_COMPUTE];
252
/* Maximum slice/subslice/EU ID can be computed from the
max_scratch_ids
255
uint32_t max_eu_id = devinfo->
max_scratch_ids
[MESA_SHADER_COMPUTE];
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.c
1921
devinfo->
max_scratch_ids
[i] = max_thread_ids;
in init_max_scratch_ids()
1923
unsigned
max_scratch_ids
[] = {
in init_max_scratch_ids()
local
1931
STATIC_ASSERT(sizeof(devinfo->
max_scratch_ids
) == sizeof(
max_scratch_ids
));
in init_max_scratch_ids()
1932
memcpy(devinfo->
max_scratch_ids
,
max_scratch_ids
,
in init_max_scratch_ids()
1933
sizeof(devinfo->
max_scratch_ids
));
in init_max_scratch_ids()
H
A
D
intel_device_info.h
324
unsigned
max_scratch_ids
[MESA_SHADER_STAGES];
member
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
1473
assert(stage < ARRAY_SIZE(devinfo->
max_scratch_ids
));
in anv_scratch_pool_alloc()
1474
uint32_t size = per_thread_scratch * devinfo->
max_scratch_ids
[stage];
in anv_scratch_pool_alloc()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
2390
assert(stage < ARRAY_SIZE(devinfo->
max_scratch_ids
));
in iris_get_scratch_space()
2391
uint32_t size = per_thread_scratch * devinfo->
max_scratch_ids
[stage];
in iris_get_scratch_space()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
2678
assert(stage < ARRAY_SIZE(devinfo->
max_scratch_ids
));
in crocus_get_scratch_space()
2679
uint32_t size = per_thread_scratch * devinfo->
max_scratch_ids
[stage];
in crocus_get_scratch_space()
Completed in 24 milliseconds