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_model
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_descriptor_set.h
188
VkSamplerYcbcrModelConversion
ycbcr_model
;
member
H
A
D
tu_shader.c
496
if (ycbcr_sampler->
ycbcr_model
== VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY)
in lower_tex_ycbcr()
519
ycbcr_sampler->
ycbcr_model
,
in lower_tex_ycbcr()
H
A
D
tu_descriptor_set.c
226
ycbcr_samplers[i].
ycbcr_model
= VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY;
in tu_CreateDescriptorSetLayout()
376
SHA1_UPDATE_VALUE(ctx, sampler->
ycbcr_model
);
in sha1_update_ycbcr_sampler()
1338
conversion->
ycbcr_model
= pCreateInfo->ycbcrModel;
in tu_CreateSamplerYcbcrConversion()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H
A
D
msl_ycbcr_conversion_test.cpp
89
conv.
ycbcr_model
= SPVC_MSL_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_BT_2020;
in main()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_nir_lower_ycbcr_textures.c
285
if (state.conversion->
ycbcr_model
!= VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) {
in try_lower_tex_ycbcr()
291
result = nir_convert_ycbcr_to_rgb(builder, state.conversion->
ycbcr_model
,
in try_lower_tex_ycbcr()
H
A
D
radv_descriptor_set.c
1653
conversion->state.
ycbcr_model
= pCreateInfo->ycbcrModel;
in radv_CreateSamplerYcbcrConversion()
H
A
D
radv_private.h
2751
VkSamplerYcbcrModelConversion
ycbcr_model
;
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_nir_lower_ycbcr_textures.c
326
if (state.conversion->
ycbcr_model
!= VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) {
in anv_nir_lower_ycbcr_textures_instr()
328
state.conversion->
ycbcr_model
,
in anv_nir_lower_ycbcr_textures_instr()
H
A
D
anv_formats.c
1696
conversion->
ycbcr_model
= pCreateInfo->ycbcrModel;
in anv_CreateSamplerYcbcrConversion()
H
A
D
anv_private.h
4066
VkSamplerYcbcrModelConversion
ycbcr_model
;
member
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross_c.cpp
1392
samp.
ycbcr_model
= static_cast<MSLSamplerYCbCrModelConversion>(conv->
ycbcr_model
);
in spvc_convert_msl_sampler_ycbcr_conversion()
2603
conv->
ycbcr_model
= static_cast<spvc_msl_sampler_ycbcr_model_conversion>(defaults.
ycbcr_model
);
in spvc_msl_sampler_ycbcr_conversion_init()
H
A
D
spirv_cross_c.h
519
spvc_msl_sampler_ycbcr_model_conversion
ycbcr_model
;
member
H
A
D
spirv_msl.hpp
218
MSLSamplerYCbCrModelConversion
ycbcr_model
= MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY;
member
H
A
D
spirv_msl.cpp
9982
switch (constexpr_sampler->
ycbcr_model
)
10004
if (constexpr_sampler->
ycbcr_model
!= MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY)
10111
if (constexpr_sampler->
ycbcr_model
!= MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY)
10114
if (constexpr_sampler->
ycbcr_model
!= MSL_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY)
10250
switch (constexpr_sampler->
ycbcr_model
)
Completed in 47 milliseconds