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:INVALID_PTR
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
56
#define
INVALID_PTR
0xFFFFFFFF
macro
305
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXT()
310
if (display == DE_NULL || display ==
INVALID_PTR
)
in testGetDrmDisplayEXT()
335
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTInvalidFd()
363
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTInvalidConnectorId()
395
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTNotMaster()
400
if (display == DE_NULL || display ==
INVALID_PTR
)
in testGetDrmDisplayEXTNotMaster()
444
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTUnownedConnectorId()
483
VkDisplayKHR display =
INVALID_PTR
;
in testAcquireDrmDisplayEXT()
488
if (display == DE_NULL || display ==
INVALID_PTR
)
in testAcquireDrmDisplayEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
52
#define
INVALID_PTR
0xFFFFFFFF
macro
301
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXT()
306
if (display == DE_NULL || display ==
INVALID_PTR
)
in testGetDrmDisplayEXT()
331
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTInvalidFd()
361
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTInvalidConnectorId()
393
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTNotMaster()
398
if (display == DE_NULL || display ==
INVALID_PTR
)
in testGetDrmDisplayEXTNotMaster()
442
VkDisplayKHR display =
INVALID_PTR
;
in testGetDrmDisplayEXTUnownedConnectorId()
481
VkDisplayKHR display =
INVALID_PTR
;
in testAcquireDrmDisplayEXT()
486
if (display == DE_NULL || display ==
INVALID_PTR
)
in testAcquireDrmDisplayEXT()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_blitter.c
52
#define
INVALID_PTR
((void*)~0)
macro
184
ctx->base.saved_blend_state =
INVALID_PTR
;
in util_blitter_create()
185
ctx->base.saved_dsa_state =
INVALID_PTR
;
in util_blitter_create()
186
ctx->base.saved_rs_state =
INVALID_PTR
;
in util_blitter_create()
187
ctx->base.saved_fs =
INVALID_PTR
;
in util_blitter_create()
188
ctx->base.saved_vs =
INVALID_PTR
;
in util_blitter_create()
189
ctx->base.saved_gs =
INVALID_PTR
;
in util_blitter_create()
190
ctx->base.saved_velem_state =
INVALID_PTR
;
in util_blitter_create()
631
assert(ctx->base.saved_vs !=
INVALID_PTR
);
in blitter_check_saved_vertex_states()
632
assert(!ctx->has_geometry_shader || ctx->base.saved_gs !=
INVALID_PTR
);
in blitter_check_saved_vertex_states()
[all...]
Completed in 6 milliseconds