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:pBase
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.hpp
444
static VkParserVideoPictureParameters* VideoPictureParametersFromBase(VkVideoRefCountBase*
pBase
)
446
if (!
pBase
)
450
VkParserVideoPictureParameters* pPictureParameters = static_cast<VkParserVideoPictureParameters*>(
pBase
);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
extNvidiaVideoParserIf.hpp
865
static StdVideoPictureParametersSet* StdVideoPictureParametersSetFromBase(NvidiaParserVideoRefCountBase*
pBase
)
in StdVideoPictureParametersSetFromBase()
argument
867
if (!
pBase
)
in StdVideoPictureParametersSetFromBase()
870
StdVideoPictureParametersSet* result = dynamic_cast<StdVideoPictureParametersSet*>(
pBase
);
in StdVideoPictureParametersSetFromBase()
875
TCU_THROW(InternalError, "Invalid StdVideoPictureParametersSet from
pBase
");
in StdVideoPictureParametersSetFromBase()
H
A
D
vktVideoBaseDecodeUtils.hpp
352
static NvidiaParserVideoPictureParameters* VideoPictureParametersFromBase (NvidiaParserVideoRefCountBase*
pBase
);
H
A
D
vktVideoBaseDecodeUtils.cpp
2353
NvidiaParserVideoPictureParameters* NvidiaParserVideoPictureParameters::VideoPictureParametersFromBase (NvidiaParserVideoRefCountBase*
pBase
)
2355
if (!
pBase
)
2358
NvidiaParserVideoPictureParameters* result = dynamic_cast<NvidiaParserVideoPictureParameters*>(
pBase
);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkSafetyCriticalUtil.cpp
152
VkBaseInStructure*
pBase
= (VkBaseInStructure*)pNext;
in hashPNextChain()
local
155
switch (
pBase
->sType)
in hashPNextChain()
296
hashPNextChain(seed,
pBase
->pNext, objectHashes);
in hashPNextChain()
/third_party/sqlite/src/
H
A
D
sqlite3.c
61066
sqlite3_pcache_page *
pBase
;
global()
local
143933
inAnyUsingClause( const char *zName, SrcItem *
pBase
, int N )
global()
argument
155158
transferJoinMarkings(Expr *pDerived, Expr *
pBase
)
global()
argument
199418
JsonNode *
pBase
= pRoot;
global()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H
A
D
vulkan_json_data.hpp
35830
VkBaseInStructure *
pBase
= (VkBaseInStructure*)pNext;
dumpPNextChain()
local
[all...]
Completed in 182 milliseconds