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:QueueWaitIdle
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
VulkanFunctions.h
259
PFN_vkQueueWaitIdle
QueueWaitIdle
= nullptr;
member
H
A
D
VulkanFunctions.cpp
282
GET_DEVICE_PROC(
QueueWaitIdle
);
in LoadDeviceProcs()
H
A
D
DeviceVk.cpp
861
VkResult waitIdleResult = VkResult::WrapUnsafe(fn.
QueueWaitIdle
(mQueue));
in WaitForIdleForDestruction()
862
// Ignore the result of
QueueWaitIdle
: it can return OOM which we can't really do anything
in WaitForIdleForDestruction()
/third_party/mesa3d/src/intel/nullhw-layer/
H
A
D
intel_nullhw.c
153
VK_CHECK(device_data->vtable.
QueueWaitIdle
(queue));
in override_queue()
/third_party/skia/tools/sk_app/
H
A
D
VulkanWindowContext.cpp
112
GET_DEV_PROC(
QueueWaitIdle
);
in initializeContext()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_kopper.c
285
VkResult result = VKSCR(
QueueWaitIdle
)(screen->queue);
in kopper_CreateSwapchain()
830
error = VKSCR(
QueueWaitIdle
)(screen->queue);
in zink_kopper_present_readback()
H
A
D
zink_context.c
102
VkResult result = VKSCR(
QueueWaitIdle
)(screen->queue);
in zink_context_destroy()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkInterface.cpp
52
ACQUIRE_PROC(
QueueWaitIdle
, VK_NULL_HANDLE, device);
in GrVkInterface()
H
A
D
GrVkGpu.cpp
2264
VK_CALL(
QueueWaitIdle
(fQueue));
in finishOutstandingGpuWork()
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_device.c
522
VkResult result = disp->
QueueWaitIdle
(vk_queue_to_handle(queue));
in vk_common_DeviceWaitIdle()
/third_party/vulkan-loader/loader/generated/
H
A
D
vk_layer_dispatch_table.h
308
PFN_vkQueueWaitIdle
QueueWaitIdle
;
member
H
A
D
vk_dispatch_table_helper.h
41
table->
QueueWaitIdle
= (PFN_vkQueueWaitIdle)gpa(device, "vkQueueWaitIdle");
in layer_init_device_dispatch_table()
H
A
D
vk_loader_extensions.c
339
table->
QueueWaitIdle
= (PFN_vkQueueWaitIdle)gpa(dev, "vkQueueWaitIdle");
in loader_init_device_dispatch_table()
1574
if (!strcmp(name, "
QueueWaitIdle
")) {
in loader_lookup_device_dispatch_table()
1576
return (void *)table->
QueueWaitIdle
;
in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/amd/vulkan/layers/
H
A
D
radv_sqtt_layer.c
352
queue->device->vk.dispatch_table.
QueueWaitIdle
(_queue);
in radv_handle_thread_trace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
1709
class
QueueWaitIdle
: public Command
1712
QueueWaitIdle
(void) {}
1713
~
QueueWaitIdle
(void) {}
1720
void
QueueWaitIdle
::logExecute (TestLog& log, size_t commandIndex) const
1725
void
QueueWaitIdle
::execute (ExecuteContext& context)
8900
case OP_QUEUE_WAIT_FOR_IDLE: return de::MovePtr<Command>(new
QueueWaitIdle
());
9294
commands.push_back(new
QueueWaitIdle
());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
1709
class
QueueWaitIdle
: public Command
1712
QueueWaitIdle
(void) {}
1713
~
QueueWaitIdle
(void) {}
1720
void
QueueWaitIdle
::logExecute (TestLog& log, size_t commandIndex) const
1725
void
QueueWaitIdle
::execute (ExecuteContext& context)
8900
case OP_QUEUE_WAIT_FOR_IDLE: return de::MovePtr<Command>(new
QueueWaitIdle
());
9294
commands.push_back(new
QueueWaitIdle
());
/third_party/vulkan-loader/tests/framework/layer/
H
A
D
vk_dispatch_table_helper.h
41
table->
QueueWaitIdle
= (PFN_vkQueueWaitIdle)gpa(device, "vkQueueWaitIdle");
in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H
A
D
trampoline.c
1136
return disp->
QueueWaitIdle
(queue);
in vkQueueWaitIdle()
Completed in 69 milliseconds