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:vk_create
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_android_stubs.c
43
anv_ahw_usage_from_vk_usage(const VkImageCreateFlags
vk_create
,
in anv_ahw_usage_from_vk_usage()
argument
H
A
D
anv_android.h
47
uint64_t anv_ahw_usage_from_vk_usage(const VkImageCreateFlags
vk_create
,
H
A
D
anv_android.c
346
anv_ahw_usage_from_vk_usage(const VkImageCreateFlags
vk_create
,
in anv_ahw_usage_from_vk_usage()
argument
360
if (
vk_create
& VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
in anv_ahw_usage_from_vk_usage()
363
if (
vk_create
& VK_IMAGE_CREATE_PROTECTED_BIT)
in anv_ahw_usage_from_vk_usage()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_android.c
439
radv_ahb_usage_from_vk_usage(const VkImageCreateFlags
vk_create
, const VkImageUsageFlags vk_usage)
in radv_ahb_usage_from_vk_usage()
argument
451
if (
vk_create
& VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
in radv_ahb_usage_from_vk_usage()
454
if (
vk_create
& VK_IMAGE_CREATE_PROTECTED_BIT)
in radv_ahb_usage_from_vk_usage()
H
A
D
radv_private.h
2722
uint64_t radv_ahb_usage_from_vk_usage(const VkImageCreateFlags
vk_create
,
Completed in 7 milliseconds