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:host_ptr_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common.c
1391
VkImportMemoryHostPointerInfoEXT
host_ptr_info
;
in wsi_create_buffer_image_mem()
local
1393
host_ptr_info
= (VkImportMemoryHostPointerInfoEXT) {
in wsi_create_buffer_image_mem()
1398
__vk_append_struct(&buf_mem_info, &
host_ptr_info
);
in wsi_create_buffer_image_mem()
1622
VkImportMemoryHostPointerInfoEXT
host_ptr_info
;
in wsi_create_cpu_linear_image_mem()
local
1624
host_ptr_info
= (VkImportMemoryHostPointerInfoEXT) {
in wsi_create_cpu_linear_image_mem()
1629
__vk_append_struct(&memory_info, &
host_ptr_info
);
in wsi_create_cpu_linear_image_mem()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_device.c
1633
const VkImportMemoryHostPointerInfoEXT *
host_ptr_info
= NULL;
in lvp_AllocateMemory()
local
1646
host_ptr_info
= (VkImportMemoryHostPointerInfoEXT*)ext;
in lvp_AllocateMemory()
1647
assert(
host_ptr_info
->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT);
in lvp_AllocateMemory()
1679
if (
host_ptr_info
) {
in lvp_AllocateMemory()
1680
mem->pmem =
host_ptr_info
->pHostPointer;
in lvp_AllocateMemory()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
3823
const VkImportMemoryHostPointerInfoEXT *
host_ptr_info
= NULL;
in anv_AllocateMemory()
local
3843
host_ptr_info
= (void *)ext;
in anv_AllocateMemory()
3892
(
host_ptr_info
&&
host_ptr_info
->handleType)) {
in anv_AllocateMemory()
3965
if (
host_ptr_info
&&
host_ptr_info
->handleType) {
in anv_AllocateMemory()
3966
if (
host_ptr_info
->handleType ==
in anv_AllocateMemory()
3972
assert(
host_ptr_info
->handleType ==
in anv_AllocateMemory()
3976
host_ptr_info
->pHostPointer,
in anv_AllocateMemory()
3984
mem->host_ptr =
host_ptr_info
in anv_AllocateMemory()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
5449
const VkImportMemoryHostPointerInfoEXT *
host_ptr_info
=
in radv_alloc_memory()
local
5558
} else if (
host_ptr_info
) {
in radv_alloc_memory()
5559
assert(
host_ptr_info
->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT);
in radv_alloc_memory()
5560
result = device->ws->buffer_from_ptr(device->ws,
host_ptr_info
->pHostPointer,
in radv_alloc_memory()
5565
mem->user_ptr =
host_ptr_info
->pHostPointer;
in radv_alloc_memory()
Completed in 21 milliseconds