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:usc_shareds
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
1320
uint32_t
usc_shareds
;
in pvr_device_init_compute_idfwdf_state()
local
1326
&
usc_shareds
,
in pvr_device_init_compute_idfwdf_state()
1329
device->idfwdf_state.
usc_shareds
=
usc_shareds
;
in pvr_device_init_compute_idfwdf_state()
1353
usc_shareds
* ROGUE_REG_SIZE_BYTES,
in pvr_device_init_compute_idfwdf_state()
1423
assert(11 + 1 ==
usc_shareds
);
in pvr_device_init_compute_idfwdf_state()
1435
usc_shareds
,
in pvr_device_init_compute_idfwdf_state()
H
A
D
pvr_private.h
284
uint32_t
usc_shareds
;
member
H
A
D
pvr_cmd_buffer.c
1097
sub_cmd->num_shared_regs = MAX2(cmd_buffer->device->idfwdf_state.
usc_shareds
,
in pvr_sub_cmd_compute_job_init()
1351
DIV_ROUND_UP(cmd_buffer->device->idfwdf_state.
usc_shareds
<< 2,
in pvr_compute_generate_idfwdf()
1372
cmd_buffer->device->idfwdf_state.
usc_shareds
,
in pvr_compute_generate_idfwdf()
Completed in 13 milliseconds