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:hostAddress
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkRayTracingUtil.hpp
1071
static inline VkDeviceOrHostAddressConstKHR makeDeviceOrHostAddressConstKHR(const void*
hostAddress
)
in makeDeviceOrHostAddressConstKHR()
argument
1073
// VS2015: Cannot create as a const due to cannot assign
hostAddress
due to it is a second field. Only assigning of first field supported.
in makeDeviceOrHostAddressConstKHR()
1078
result.
hostAddress
=
hostAddress
;
in makeDeviceOrHostAddressConstKHR()
1083
static inline VkDeviceOrHostAddressKHR makeDeviceOrHostAddressKHR(void*
hostAddress
)
in makeDeviceOrHostAddressKHR()
argument
1085
// VS2015: Cannot create as a const due to cannot assign
hostAddress
due to it is a second field. Only assigning of first field supported.
in makeDeviceOrHostAddressKHR()
1090
result.
hostAddress
=
hostAddress
;
in makeDeviceOrHostAddressKHR()
1100
// VS2015: Cannot create as a const due to cannot assign
hostAddress
due to it is a second field. Only assigning of first field supported.
in makeDeviceOrHostAddressConstKHR()
1121
// VS2015: Cannot create as a const due to cannot assign
hostAddress
du
in makeDeviceOrHostAddressKHR()
[all...]
H
A
D
vkRayTracingUtil.cpp
588
return reinterpret_cast<AccelerationStructureHeader*>(getHostAddress().
hostAddress
);
in getASHeader()
2783
const size_t pointerSize = (m_buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) ? sizeof(VkDeviceOrHostAddressConstKHR::deviceAddress) : sizeof(VkDeviceOrHostAddressConstKHR::
hostAddress
);
2912
const size_t pointerSize = (m_buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) ? sizeof(VkDeviceOrHostAddressConstKHR::deviceAddress) : sizeof(VkDeviceOrHostAddressConstKHR::
hostAddress
);
3359
currentInstance.
hostAddress
= (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceNdx * sizeof(VkAccelerationStructureInstanceKHR);
3361
deMemcpy(&bufferStart[bufferOffset], ¤tInstance, sizeof(VkDeviceOrHostAddressConstKHR::
hostAddress
));
3362
bufferOffset += sizeof(VkDeviceOrHostAddressConstKHR::
hostAddress
);
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_beta.h
95
const void*
hostAddress
;
member
H
A
D
vulkan_core.h
16079
const void*
hostAddress
;
member
16999
void*
hostAddress
;
member
H
A
D
vulkan_structs.hpp
145
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressConstKHR( const void * hostAddress_ ) :
hostAddress
( hostAddress_ ) {}
in DeviceOrHostAddressConstKHR()
157
hostAddress
= hostAddress_;
174
const void *
hostAddress
;
member
177
const void *
hostAddress
;
member
686
VULKAN_HPP_CONSTEXPR_14 DeviceOrHostAddressKHR( void * hostAddress_ ) :
hostAddress
( hostAddress_ ) {}
in DeviceOrHostAddressKHR()
698
hostAddress
= hostAddress_;
715
void *
hostAddress
;
member
718
void *
hostAddress
;
member
30227
const void *
hostAddress
;
global()
member
30230
const void *
hostAddress
;
global()
member
[all...]
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_acceleration_structure.c
242
const char *index_data = (const char *)tri_data->indexData.
hostAddress
;
in build_triangles()
243
const char *v_data_base = (const char *)tri_data->vertexData.
hostAddress
;
in build_triangles()
250
if (tri_data->transformData.
hostAddress
) {
in build_triangles()
251
matrix = *(const VkTransformMatrixKHR *)((const char *)tri_data->transformData.
hostAddress
+
in build_triangles()
410
(const char *)inst_data->data.
hostAddress
+ range->primitiveOffset;
in build_instances()
481
(const VkAabbPositionsKHR *)((const char *)aabb_data->data.
hostAddress
+
in build_aabbs()
656
scratch[0] = info->scratchData.
hostAddress
;
in build_bvh()
2366
const char *src = pInfo->src.
hostAddress
;
in radv_CopyMemoryToAccelerationStructureKHR()
2396
char *dst = pInfo->dst.
hostAddress
;
in radv_CopyAccelerationStructureToMemoryKHR()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingAccelerationStructuresTests.cpp
3008
const deUint8* s_header = static_cast<const deUint8*>(sourceSerialized[i]->getHostAddressConst().
hostAddress
);
in performTest()
3009
const deUint8* c_header = static_cast<const deUint8*>(compactSerialized[i]->getHostAddressConst().
hostAddress
);
in performTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingAccelerationStructuresTests.cpp
2775
const deUint8* s_header = static_cast<const deUint8*>(sourceSerialized[i]->getHostAddressConst().
hostAddress
);
in performTest()
2776
const deUint8* c_header = static_cast<const deUint8*>(compactSerialized[i]->getHostAddressConst().
hostAddress
);
in performTest()
/third_party/skia/include/third_party/vulkan/vulkan/
H
A
D
vulkan_core.h
12204
void*
hostAddress
;
member
12209
const void*
hostAddress
;
member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
143
DeviceOrHostAddressConstKHR( const void * hostAddress_ ) :
hostAddress
( hostAddress_ ) {}
in DeviceOrHostAddressConstKHR()
156
hostAddress
= hostAddress_;
180
const void *
hostAddress
;
member
183
const void *
hostAddress
;
member
686
DeviceOrHostAddressKHR( void * hostAddress_ ) :
hostAddress
( hostAddress_ ) {}
in DeviceOrHostAddressKHR()
698
hostAddress
= hostAddress_;
722
void *
hostAddress
;
member
725
void *
hostAddress
;
member
[all...]
H
A
D
vulkan_core.h
12455
const void*
hostAddress
;
member
13006
void*
hostAddress
;
member
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
13525
const void*
hostAddress
;
member
14569
void*
hostAddress
;
member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H
A
D
vulkan_core.h
12615
const void*
hostAddress
;
member
13213
void*
hostAddress
;
member
Completed in 402 milliseconds