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:props2
(Results
51 - 54
of
54
) sorted by relevance
1
2
3
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_resource.c
205
VkImageFormatProperties2
props2
;
in check_ici()
local
206
props2
.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2;
in check_ici()
207
props2
.pNext = NULL;
in check_ici()
212
props2
.pNext = &ycbcr_props;
in check_ici()
233
ret = VKSCR(GetPhysicalDeviceImageFormatProperties2)(screen->pdev, &info, &
props2
);
in check_ici()
237
image_props =
props2
.imageFormatProperties;
in check_ici()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
1431
VkPhysicalDeviceMemoryProperties2 *
props2
)
in tu_GetPhysicalDeviceMemoryProperties2()
1435
VkPhysicalDeviceMemoryProperties *props = &
props2
->memoryProperties;
in tu_GetPhysicalDeviceMemoryProperties2()
1447
vk_foreach_struct(ext,
props2
->pNext)
in tu_GetPhysicalDeviceMemoryProperties2()
1430
tu_GetPhysicalDeviceMemoryProperties2(VkPhysicalDevice pdev, VkPhysicalDeviceMemoryProperties2 *
props2
)
tu_GetPhysicalDeviceMemoryProperties2()
argument
/third_party/lzma/C/
H
A
D
LzmaEnc.c
110
UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *
props2
)
in LzmaEncProps_GetDictSize()
argument
112
CLzmaEncProps props = *
props2
;
in LzmaEncProps_GetDictSize()
533
SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *
props2
)
in LzmaEnc_SetProps()
argument
536
CLzmaEncProps props = *
props2
;
in LzmaEnc_SetProps()
/third_party/vulkan-loader/tests/
H
A
D
loader_layer_tests.cpp
2040
VkPhysicalDeviceProperties2
props2
{};
in TEST()
2041
props2
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
in TEST()
2042
layer.instance_dispatch_table.GetPhysicalDeviceProperties2(phys_dev, &
props2
);
in TEST()
2073
VkPhysicalDeviceProperties2KHR
props2
{};
in TEST()
2074
props2
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR;
in TEST()
2075
layer.instance_dispatch_table.GetPhysicalDeviceProperties2KHR(phys_dev, &
props2
);
in TEST()
Completed in 22 milliseconds
1
2
3