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:pResults
(Results
1 - 22
of
22
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_wsi.c
281
pPresentInfo->
pResults
? pPresentInfo->
pResults
[i] : result;
in vn_QueuePresentKHR()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkQueue.cpp
345
if(presentInfo->
pResults
)
in present()
347
presentInfo->
pResults
[i] = perSwapchainResult;
in present()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CommandProcessor.cpp
110
mPresentInfo.
pResults
= nullptr;
in initTask()
158
mPresentInfo.
pResults
= other.
pResults
;
in copyPresentInfo()
676
ASSERT(presentInfo.
pResults
== nullptr);
in present()
H
A
D
SurfaceVk.cpp
1548
presentInfo.
pResults
= nullptr;
in present()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
NativeSwapChainImplVk.cpp
211
presentInfo.
pResults
= nullptr;
in Present()
H
A
D
SwapChainVk.cpp
528
presentInfo.
pResults
= nullptr;
in PresentImpl()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_kopper.c
639
cpi->info.
pResults
= &error;
in kopper_present()
741
cpi->info.
pResults
= NULL;
in zink_kopper_present_queue()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
VulkanCommandBufferPerf.cpp
225
present.
pResults
= NULL;
in Present()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common.c
1171
if (pPresentInfo->
pResults
!= NULL)
in wsi_common_queue_present()
1172
pPresentInfo->
pResults
[i] = result;
in wsi_common_queue_present()
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
2004
if (pPresentInfo->
pResults
)
in overlay_QueuePresentKHR()
2005
pPresentInfo->
pResults
[i] = chain_result;
in overlay_QueuePresentKHR()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H
A
D
vulkan_json_data.hpp
24263
_OUT << "\"
pResults
\":" << std::endl;
in print_VkPresentInfoKHR()
24265
if (obj.
pResults
) {
in print_VkPresentInfoKHR()
24269
print_VkResult(obj.
pResults
[i], "", isCommaNeeded);
in print_VkPresentInfoKHR()
24352
_OUT << "\"
pResults
\":" << std::endl;
in print_VkPresentInfoKHR()
24354
if (obj->
pResults
) {
in print_VkPresentInfoKHR()
24358
print_VkResult(obj->
pResults
[i], "", isCommaNeeded);
in print_VkPresentInfoKHR()
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
62577
,
pResults
(
pResults
_ )
pResults()
function
62597
,
pResults
( results_.data() )
pResults()
function
62755
VULKAN_HPP_NAMESPACE::Result *
pResults
= {};
global()
member
[all...]
H
A
D
vulkan_core.h
6227
VkResult*
pResults
;
member
/third_party/glfw/deps/glad/
H
A
D
vulkan.h
2217
VkResult *
pResults
;
member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H
A
D
vulkan_sc_core.h
5280
VkResult*
pResults
;
member
/third_party/skia/include/third_party/vulkan/vulkan/
H
A
D
vulkan_core.h
6128
VkResult*
pResults
;
member
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
7531
VkResult*
pResults
;
member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H
A
D
vulkan_core.h
6277
VkResult*
pResults
;
member
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_structs.hpp
[all...]
H
A
D
vulkan_core.h
7691
VkResult*
pResults
;
member
H
A
D
vulkan_hash.hpp
13078
VULKAN_HPP_HASH_COMBINE( seed, presentInfoKHR.
pResults
);
/third_party/sqlite/src/
H
A
D
sqlite3.c
138540
ExprList *
pResults
;
global()
local
[all...]
Completed in 614 milliseconds