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_range
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_descriptor_set.h
189
VkSamplerYcbcrRange
ycbcr_range
;
member
H
A
D
tu_shader.c
520
ycbcr_sampler->
ycbcr_range
,
in lower_tex_ycbcr()
H
A
D
tu_descriptor_set.c
377
SHA1_UPDATE_VALUE(ctx, sampler->
ycbcr_range
);
in sha1_update_ycbcr_sampler()
1339
conversion->
ycbcr_range
= pCreateInfo->ycbcrRange;
in tu_CreateSamplerYcbcrConversion()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H
A
D
msl_ycbcr_conversion_test.cpp
90
conv.
ycbcr_range
= SPVC_MSL_SAMPLER_YCBCR_RANGE_ITU_NARROW;
in main()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_nir_lower_ycbcr_textures.c
292
state.conversion->
ycbcr_range
, result, bpcs);
in try_lower_tex_ycbcr()
H
A
D
radv_descriptor_set.c
1654
conversion->state.
ycbcr_range
= pCreateInfo->ycbcrRange;
in radv_CreateSamplerYcbcrConversion()
H
A
D
radv_private.h
2752
VkSamplerYcbcrRange
ycbcr_range
;
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_nir_lower_ycbcr_textures.c
329
state.conversion->
ycbcr_range
,
in anv_nir_lower_ycbcr_textures_instr()
H
A
D
anv_formats.c
1697
conversion->
ycbcr_range
= pCreateInfo->ycbcrRange;
in anv_CreateSamplerYcbcrConversion()
H
A
D
anv_private.h
4067
VkSamplerYcbcrRange
ycbcr_range
;
member
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross_c.cpp
1393
samp.
ycbcr_range
= static_cast<MSLSamplerYCbCrRange>(conv->
ycbcr_range
);
in spvc_convert_msl_sampler_ycbcr_conversion()
2604
conv->
ycbcr_range
= static_cast<spvc_msl_sampler_ycbcr_range>(defaults.
ycbcr_range
);
in spvc_msl_sampler_ycbcr_conversion_init()
H
A
D
spirv_cross_c.h
520
spvc_msl_sampler_ycbcr_range
ycbcr_range
;
member
H
A
D
spirv_msl.hpp
219
MSLSamplerYCbCrRange
ycbcr_range
= MSL_SAMPLER_YCBCR_RANGE_ITU_FULL;
member
H
A
D
spirv_msl.cpp
10006
switch (constexpr_sampler->
ycbcr_range
)
10270
if (constexpr_sampler->
ycbcr_range
!= MSL_SAMPLER_YCBCR_RANGE_ITU_FULL)
Completed in 43 milliseconds