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:ycbcr_props
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_formats.c
368
VkSamplerYcbcrConversionImageFormatProperties *
ycbcr_props
= NULL;
in panvk_GetPhysicalDeviceImageFormatProperties2()
local
403
ycbcr_props
= (void *) s;
in panvk_GetPhysicalDeviceImageFormatProperties2()
440
if (
ycbcr_props
)
in panvk_GetPhysicalDeviceImageFormatProperties2()
441
ycbcr_props
->combinedImageSamplerDescriptorCount = 1;
in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_formats.c
591
VkSamplerYcbcrConversionImageFormatProperties *
ycbcr_props
= NULL;
in tu_GetPhysicalDeviceImageFormatProperties2()
local
625
ycbcr_props
= (void *) s;
in tu_GetPhysicalDeviceImageFormatProperties2()
661
if (
ycbcr_props
)
in tu_GetPhysicalDeviceImageFormatProperties2()
662
ycbcr_props
->combinedImageSamplerDescriptorCount = 1;
in tu_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_formats.c
338
VkSamplerYcbcrConversionImageFormatProperties *
ycbcr_props
= NULL;
in lvp_GetPhysicalDeviceImageFormatProperties2()
local
362
ycbcr_props
= (void *) s;
in lvp_GetPhysicalDeviceImageFormatProperties2()
395
if (
ycbcr_props
)
in lvp_GetPhysicalDeviceImageFormatProperties2()
396
ycbcr_props
->combinedImageSamplerDescriptorCount = 0;
in lvp_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_formats.c
1387
VkSamplerYcbcrConversionImageFormatProperties *
ycbcr_props
= NULL;
in anv_GetPhysicalDeviceImageFormatProperties2()
local
1417
ycbcr_props
= (void *) s;
in anv_GetPhysicalDeviceImageFormatProperties2()
1429
&base_props->imageFormatProperties,
ycbcr_props
);
in anv_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_formats.c
1770
VkSamplerYcbcrConversionImageFormatProperties *
ycbcr_props
= NULL;
in radv_GetPhysicalDeviceImageFormatProperties2()
local
1800
ycbcr_props
= (void *)s;
in radv_GetPhysicalDeviceImageFormatProperties2()
1854
if (
ycbcr_props
) {
in radv_GetPhysicalDeviceImageFormatProperties2()
1855
ycbcr_props
->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format);
in radv_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_resource.c
208
VkSamplerYcbcrConversionImageFormatProperties
ycbcr_props
;
in check_ici()
local
209
ycbcr_props
.sType = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES;
in check_ici()
210
ycbcr_props
.pNext = NULL;
in check_ici()
212
props2.pNext = &
ycbcr_props
;
in check_ici()
Completed in 10 milliseconds