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:VN_DEBUG
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_wsi.c
139
if (
VN_DEBUG
(WSI))
in vn_wsi_create_image()
242
if (
VN_DEBUG
(WSI) && result == VK_SUCCESS) {
in vn_CreateSwapchainKHR()
264
if (
VN_DEBUG
(WSI))
in vn_DestroySwapchainKHR()
278
if (
VN_DEBUG
(WSI) && result != VK_SUCCESS) {
in vn_QueuePresentKHR()
302
if (
VN_DEBUG
(WSI) && result != VK_SUCCESS) {
in vn_AcquireNextImage2KHR()
H
A
D
vn_instance.c
82
if (
VN_DEBUG
(INIT))
in vn_instance_init_renderer_versions()
88
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_renderer_versions()
96
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_renderer_versions()
131
if (
VN_DEBUG
(INIT))
in vn_instance_init_ring()
184
if (
VN_DEBUG
(INIT))
in vn_instance_init_experimental_features()
222
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_experimental_features()
248
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_renderer()
259
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_renderer()
282
if (
VN_DEBUG
(INIT)) {
in vn_instance_init_renderer()
H
A
D
vn_common.c
48
parse_debug_string(os_get_option("
VN_DEBUG
"), vn_debug_options);
in vn_env_init_once()
68
if (
VN_DEBUG
(INIT)) {
in vn_env_init()
140
if (*iter >= (1 << abort_order) && !
VN_DEBUG
(NO_ABORT)) {
in vn_relax()
H
A
D
vn_icd.c
25
if (
VN_DEBUG
(INIT))
in vk_icdNegotiateLoaderICDInterfaceVersion()
H
A
D
vn_common.h
47
#define
VN_DEBUG
(category) (unlikely(vn_env.debug & VN_DEBUG_##category))
macro
51
(
VN_DEBUG
(RESULT) ? vn_log_result((instance), (error), __func__) : (error))
H
A
D
vn_renderer_virtgpu.c
1495
if (
VN_DEBUG
(INIT)) {
in virtgpu_init_context()
1515
if (
VN_DEBUG
(INIT)) {
in virtgpu_init_capset()
1537
if (
VN_DEBUG
(INIT)) {
in virtgpu_init_params()
1564
if (
VN_DEBUG
(INIT))
in virtgpu_init_params()
1592
if (
VN_DEBUG
(INIT)) {
in virtgpu_open_device()
1610
if (
VN_DEBUG
(INIT))
in virtgpu_open_device()
1618
if (
VN_DEBUG
(INIT)) {
in virtgpu_open_device()
1654
if (
VN_DEBUG
(INIT))
in virtgpu_open_device()
1666
if (
VN_DEBUG
(INIT))
in virtgpu_open()
H
A
D
vn_android.c
373
if (
VN_DEBUG
(WSI)) {
in vn_GetSwapchainGrallocUsage2ANDROID()
609
if (
VN_DEBUG
(WSI))
in vn_android_image_from_anb()
619
if (
VN_DEBUG
(WSI))
in vn_android_image_from_anb()
630
if (
VN_DEBUG
(WSI)) {
in vn_android_image_from_anb()
639
if (
VN_DEBUG
(WSI)) {
in vn_android_image_from_anb()
H
A
D
vn_renderer.h
251
if (
VN_DEBUG
(VTEST)) {
in vn_renderer_create()
H
A
D
vn_queue.c
431
if (
VN_DEBUG
(WSI)) {
in vn_QueueSubmit()
H
A
D
vn_physical_device.c
1145
if (
VN_DEBUG
(INIT)) {
in vn_physical_device_init_renderer_version()
Completed in 13 milliseconds