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:dst_header
(Results
1 - 2
of
2
) sorted by relevance
/third_party/spirv-tools/test/diff/
H
A
D
diff_test.cpp
204
const spvtools::opt::ModuleHeader
dst_header
= {
in TEST()
local
213
dst->module()->SetHeader(
dst_header
);
in TEST()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_acceleration_structure.c
2397
struct radv_accel_struct_serialization_header *
dst_header
= (void *)dst;
in radv_CopyAccelerationStructureToMemoryKHR()
local
2398
dst += sizeof(*
dst_header
) + sizeof(uint64_t) * header->instance_count;
in radv_CopyAccelerationStructureToMemoryKHR()
2400
memcpy(
dst_header
->driver_uuid, device->physical_device->driver_uuid, VK_UUID_SIZE);
in radv_CopyAccelerationStructureToMemoryKHR()
2401
memset(
dst_header
->accel_struct_compat, 0, VK_UUID_SIZE);
in radv_CopyAccelerationStructureToMemoryKHR()
2403
dst_header
->serialization_size = header->serialization_size;
in radv_CopyAccelerationStructureToMemoryKHR()
2404
dst_header
->compacted_size = header->compacted_size;
in radv_CopyAccelerationStructureToMemoryKHR()
2405
dst_header
->instance_count = header->instance_count;
in radv_CopyAccelerationStructureToMemoryKHR()
2410
dst_header
->instances[i] =
in radv_CopyAccelerationStructureToMemoryKHR()
Completed in 6 milliseconds