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:CmdBlitImage2
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_meta_blit.c
132
panvk_per_arch(
CmdBlitImage2
)(VkCommandBuffer commandBuffer,
in CmdBlitImage2()
function
/third_party/vulkan-loader/loader/generated/
H
A
D
vk_layer_dispatch_table.h
474
PFN_vkCmdBlitImage2
CmdBlitImage2
;
member
H
A
D
vk_dispatch_table_helper.h
207
table->
CmdBlitImage2
= (PFN_vkCmdBlitImage2)gpa(device, "vkCmdBlitImage2");
in layer_init_device_dispatch_table()
H
A
D
vk_loader_extensions.c
505
table->
CmdBlitImage2
= (PFN_vkCmdBlitImage2)gpa(dev, "vkCmdBlitImage2");
in loader_init_device_dispatch_table()
2220
if (!strcmp(name, "
CmdBlitImage2
")) {
in loader_lookup_device_dispatch_table()
2222
return (void *)table->
CmdBlitImage2
;
in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/
H
A
D
loader_version_tests.cpp
671
PFN_vkCmdBlitImage2
CmdBlitImage2
= device.load("vkCmdBlitImage2");
in TEST()
local
673
CmdBlitImage2
(command_buffer, &image_info);
in TEST()
/third_party/vulkan-loader/tests/framework/layer/
H
A
D
vk_dispatch_table_helper.h
207
table->
CmdBlitImage2
= (PFN_vkCmdBlitImage2)gpa(device, "vkCmdBlitImage2");
in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H
A
D
trampoline.c
3206
disp->
CmdBlitImage2
(commandBuffer, pBlitImageInfo);
in vkCmdBlitImage2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
3852
ENQUEUE_CMD(
CmdBlitImage2
)
in lvp_add_enqueue_cmd_entrypoints()
Completed in 40 milliseconds