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:is_non_existing
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/include/vk_video/
H
A
D
vulkan_video_codec_h265std_decode.h
47
uint32_t
is_non_existing
: 1;
member
H
A
D
vulkan_video_codec_h264std_decode.h
55
uint32_t
is_non_existing
: 1;
member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H
A
D
vulkan_video_codec_h265std_decode.h
47
uint32_t
is_non_existing
: 1;
member
H
A
D
vulkan_video_codec_h264std_decode.h
43
uint32_t
is_non_existing
:1; // Must be handled in accordance with 8.2.5.2: Decoding process for gaps in frame_num
member
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h264std_decode.h
62
uint32_t
is_non_existing
: 1;
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
297
deUint32
is_non_existing
: 1; // 1 = marked as non-existing
member
315
is_non_existing
= nonExisting;
in setReferenceAndTopBottomField()
338
is_non_existing
= (picBuff == NULL);
in setReference()
369
if (
is_non_existing
) {
in getPictureFlag()
372
picFlags.
is_non_existing
= true;
in getPictureFlag()
403
DE_ASSERT((dpbSlotIndex == (deUint32)dpbSlot) ||
is_non_existing
);
in setH264PictureData()
432
DE_ASSERT((dpbSlotIndex == (deUint32)dpbSlot) ||
is_non_existing
);
1930
if (!refOnlyDpbIn[slot].
is_non_existing
)
1948
if (!refOnlyDpbIn[slot].
is_non_existing
)
1985
if (!refOnlyDpbIn[dpbIdx].
is_non_existing
) {
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
539
uint32_t
is_non_existing
: 1; // 1 = marked as non-existing
566
is_non_existing
= nonExisting;
590
is_non_existing
= (picBuff == DE_NULL);
621
if (
is_non_existing
)
623
picFlags.
is_non_existing
= true;
652
DE_ASSERT((dpbSlotIndex == (uint32_t)dpbSlot) ||
is_non_existing
);
674
DE_ASSERT((dpbSlotIndex == (uint32_t)dpbSlot) ||
is_non_existing
);
682
pRefPicInfo->flags.unused_for_reference =
is_non_existing
;
1580
if (!refOnlyDpbIn[dpbIdx].
is_non_existing
)
1649
if (refOnlyDpbIn[dpbIdx].
is_non_existing
)
[all...]
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_video.hpp
738
( used_for_long_term_reference == rhs.used_for_long_term_reference ) && (
is_non_existing
== rhs.
is_non_existing
);
750
uint32_t
is_non_existing
: 1;
member
Completed in 13 milliseconds