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
defs:devicePlat
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_sampler_vk.cpp
32
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)deviceVk.GetPlatformData();
in CreateYcbcrConversion()
local
70
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in GpuSamplerVk()
local
H
A
D
gpu_resource_util_vk.cpp
48
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugObjectNameVk()
local
59
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugBufferNameVk()
local
73
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugImageNameVk()
local
97
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugSamplerNameVk()
local
[all...]
H
A
D
platform_hardware_buffer_util_vk.cpp
85
const DevicePlatformDataVk&
devicePlat
= ((const DevicePlatformDataVk&)deviceVk.GetPlatformData());
in GetImageMemoryRequirements()
local
H
A
D
gpu_buffer_vk.cpp
132
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in GpuBufferVk()
local
H
A
D
gpu_image_vk.cpp
50
void ValidateFormat(const DevicePlatformDataVk&
devicePlat
, const GpuImageDesc& desc)
in ValidateFormat()
argument
H
A
D
device_vk.cpp
444
void CheckValidDepthFormats(const DevicePlatformDataVk&
devicePlat
, DevicePlatformInternalDataVk& dataInternal)
in CheckValidDepthFormats()
argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H
A
D
platform_gpu_image_vk.cpp
77
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in CreatePlatformHwBuffer()
local
110
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in DestroyPlatformHwBuffer()
local
H
A
D
platform_hardware_buffer_util.cpp
32
const DevicePlatformDataVk&
devicePlat
= ((const DevicePlatformDataVk&)deviceVk.GetPlatformData());
in QueryHwBufferFormatProperties()
local
Completed in 6 milliseconds