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:devicePlat
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_resource_util_vk.cpp
48
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugObjectNameVk()
local
53
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
.device, &info);
in DebugObjectNameVk()
59
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugBufferNameVk()
local
66
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
.device, &info);
in DebugBufferNameVk()
73
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugImageNameVk()
local
80
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
.device, &img);
in DebugImageNameVk()
85
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
.device, &view);
in DebugImageNameVk()
90
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
.device, &viewBase);
in DebugImageNameVk()
97
const auto&
devicePlat
= static_cast<const DevicePlatformDataVk&>(device.GetPlatformData());
in DebugSamplerNameVk()
local
104
funcPtrs.vkSetDebugUtilsObjectNameEXT(
devicePlat
in DebugSamplerNameVk()
[all...]
H
A
D
gpu_sampler_vk.cpp
32
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)deviceVk.GetPlatformData();
in CreateYcbcrConversion()
local
34
const VkDevice vkDevice =
devicePlat
.device;
in CreateYcbcrConversion()
70
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in GpuSamplerVk()
local
71
const VkDevice vkDevice =
devicePlat
.device;
in GpuSamplerVk()
H
A
D
platform_hardware_buffer_util_vk.cpp
85
const DevicePlatformDataVk&
devicePlat
= ((const DevicePlatformDataVk&)deviceVk.GetPlatformData());
in GetImageMemoryRequirements()
local
86
VkDevice device =
devicePlat
.device;
in GetImageMemoryRequirements()
H
A
D
gpu_buffer_vk.cpp
132
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in GpuBufferVk()
local
133
const VkDevice vkDevice =
devicePlat
.device;
in GpuBufferVk()
H
A
D
gpu_image_vk.cpp
50
void ValidateFormat(const DevicePlatformDataVk&
devicePlat
, const GpuImageDesc& desc)
in ValidateFormat()
argument
54
vkGetPhysicalDeviceFormatProperties(
devicePlat
.physicalDevice, // physicalDevice
in ValidateFormat()
H
A
D
device_vk.cpp
444
void CheckValidDepthFormats(const DevicePlatformDataVk&
devicePlat
, DevicePlatformInternalDataVk& dataInternal)
in CheckValidDepthFormats()
argument
452
vkGetPhysicalDeviceFormatProperties(
devicePlat
.physicalDevice, // physicalDevice
in CheckValidDepthFormats()
H
A
D
render_backend_vk.cpp
2252
const DevicePlatformDataVk&
devicePlat
= deviceVk_.GetPlatformDataVk();
2253
const VkDevice device =
devicePlat
.device;
/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
78
const VkDevice vkDevice =
devicePlat
.device;
in CreatePlatformHwBuffer()
110
const DevicePlatformDataVk&
devicePlat
= (const DevicePlatformDataVk&)device_.GetPlatformData();
in DestroyPlatformHwBuffer()
local
111
const VkDevice device =
devicePlat
.device;
in DestroyPlatformHwBuffer()
H
A
D
platform_hardware_buffer_util.cpp
32
const DevicePlatformDataVk&
devicePlat
= ((const DevicePlatformDataVk&)deviceVk.GetPlatformData());
in QueryHwBufferFormatProperties()
local
33
const VkDevice device =
devicePlat
.device;
in QueryHwBufferFormatProperties()
Completed in 9 milliseconds