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:pcci
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_screen.c
257
VkPipelineCacheCreateInfo
pcci
;
in cache_get_job()
local
258
pcci
.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO;
in cache_get_job()
259
pcci
.pNext = NULL;
in cache_get_job()
260
pcci
.flags = screen->info.have_EXT_pipeline_creation_cache_control ? VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT : 0;
in cache_get_job()
261
pcci
.initialDataSize = 0;
in cache_get_job()
262
pcci
.pInitialData = NULL;
in cache_get_job()
266
pcci
.pInitialData = disk_cache_get(screen->disk_cache, key, &pg->pipeline_cache_size);
in cache_get_job()
267
pcci
.initialDataSize = pg->pipeline_cache_size;
in cache_get_job()
269
VkResult res = VKSCR(CreatePipelineCache)(screen->dev, &
pcci
, NULL, &pg->pipeline_cache);
in cache_get_job()
273
free((void*)
pcci
in cache_get_job()
[all...]
Completed in 2 milliseconds