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:ppipes_of
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_state.c
75
/* For each n calculate
ppipes_of
[n], equal to the number of pixel pipes
in emit_slice_hashing_state()
78
unsigned
ppipes_of
[3] = {};
in emit_slice_hashing_state()
80
for (unsigned n = 0; n < ARRAY_SIZE(
ppipes_of
); n++) {
in emit_slice_hashing_state()
82
ppipes_of
[n] += (device->info.ppipe_subslices[p] == n);
in emit_slice_hashing_state()
89
if (
ppipes_of
[2] == 3 ||
ppipes_of
[0] == 2) {
in emit_slice_hashing_state()
99
if (
ppipes_of
[2] == 2 &&
ppipes_of
[0] == 1)
in emit_slice_hashing_state()
101
else if (
ppipes_of
[2] == 1 &&
ppipes_of
[
in emit_slice_hashing_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
842
/* For each n calculate
ppipes_of
[n], equal to the number of pixel pipes
in upload_pixel_hashing_tables()
845
unsigned
ppipes_of
[3] = {};
in upload_pixel_hashing_tables()
local
847
for (unsigned n = 0; n < ARRAY_SIZE(
ppipes_of
); n++) {
in upload_pixel_hashing_tables()
849
ppipes_of
[n] += (devinfo->ppipe_subslices[p] == n);
in upload_pixel_hashing_tables()
856
if (
ppipes_of
[2] == 3 ||
ppipes_of
[0] == 2) {
in upload_pixel_hashing_tables()
866
if (
ppipes_of
[2] == 2 &&
ppipes_of
[0] == 1)
in upload_pixel_hashing_tables()
868
else if (
ppipes_of
[2] == 1 &&
ppipes_of
[
in upload_pixel_hashing_tables()
[all...]
Completed in 6 milliseconds