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:ppipe_subslices
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_state.c
47
for (unsigned i = 2; i < ARRAY_SIZE(device->info.
ppipe_subslices
); i++)
in emit_slice_hashing_state()
48
assert(device->info.
ppipe_subslices
[i] == 0);
in emit_slice_hashing_state()
50
if (device->info.
ppipe_subslices
[0] == device->info.
ppipe_subslices
[1])
in emit_slice_hashing_state()
58
const bool flip = device->info.
ppipe_subslices
[0] <
in emit_slice_hashing_state()
59
device->info.
ppipe_subslices
[1];
in emit_slice_hashing_state()
82
ppipes_of[n] += (device->info.
ppipe_subslices
[p] == n);
in emit_slice_hashing_state()
86
for (unsigned p = 3; p < ARRAY_SIZE(device->info.
ppipe_subslices
); p++)
in emit_slice_hashing_state()
87
assert(device->info.
ppipe_subslices
[p] == 0);
in emit_slice_hashing_state()
120
for (unsigned p = 0; p < ARRAY_SIZE(device->info.
ppipe_subslices
);
in emit_slice_hashing_state()
[all...]
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_dev_info.c
154
for (uint32_t pp = 0; pp < ARRAY_SIZE(devinfo.
ppipe_subslices
); pp++) {
in main()
156
pp, devinfo.
ppipe_subslices
[pp]);
in main()
H
A
D
intel_device_info.c
1109
memset(devinfo->
ppipe_subslices
, 0, sizeof(devinfo->
ppipe_subslices
));
in reset_masks()
1160
devinfo->
ppipe_subslices
[p] =
in update_pixel_pipes()
1163
devinfo->
ppipe_subslices
[p] = 0;
in update_pixel_pipes()
H
A
D
intel_device_info.h
222
unsigned
ppipe_subslices
[INTEL_DEVICE_MAX_PIXEL_PIPES];
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
812
for (unsigned i = 2; i < ARRAY_SIZE(devinfo->
ppipe_subslices
); i++)
in upload_pixel_hashing_tables()
813
assert(devinfo->
ppipe_subslices
[i] == 0);
in upload_pixel_hashing_tables()
815
if (devinfo->
ppipe_subslices
[0] == devinfo->
ppipe_subslices
[1])
in upload_pixel_hashing_tables()
826
const bool flip = devinfo->
ppipe_subslices
[0] < devinfo->
ppipe_subslices
[1];
in upload_pixel_hashing_tables()
849
ppipes_of[n] += (devinfo->
ppipe_subslices
[p] == n);
in upload_pixel_hashing_tables()
853
for (unsigned p = 3; p < ARRAY_SIZE(devinfo->
ppipe_subslices
); p++)
in upload_pixel_hashing_tables()
854
assert(devinfo->
ppipe_subslices
[p] == 0);
in upload_pixel_hashing_tables()
911
for (unsigned p = 0; p < ARRAY_SIZE(devinfo->
ppipe_subslices
);
in upload_pixel_hashing_tables()
[all...]
Completed in 13 milliseconds