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:optimal
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_formats.c
141
VkFormatFeatureFlags2 linear = 0,
optimal
= 0, buffer = 0;
in tu_physical_device_get_format_properties()
local
170
optimal
|= VK_FORMAT_FEATURE_TRANSFER_SRC_BIT |
in tu_physical_device_get_format_properties()
181
optimal
|= VK_FORMAT_FEATURE_BLIT_SRC_BIT;
in tu_physical_device_get_format_properties()
184
optimal
|= VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT;
in tu_physical_device_get_format_properties()
187
optimal
|= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT;
in tu_physical_device_get_format_properties()
190
optimal
|= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT;
in tu_physical_device_get_format_properties()
196
optimal
|= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT |
in tu_physical_device_get_format_properties()
210
optimal
|= VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT;
in tu_physical_device_get_format_properties()
215
optimal
|= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT;
in tu_physical_device_get_format_properties()
225
* DEPTH_STENCIL_ATTACHMENT_BIT for the
optimal
feature
in tu_physical_device_get_format_properties()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
OptimalIntrinsics.cpp
82
namespace
optimal
{
namespace
249
return
optimal
::Exp2(Float4(1.44269504f) * x); // 1/ln(2)
in Exp()
255
return Float4(6.93147181e-1f) *
optimal
::Log2(x); // ln(2)
in Log()
260
Float4 log =
optimal
::Log2(x);
in Pow()
262
return
optimal
::Exp2(log);
in Pow()
267
return (
optimal
::Exp(x) -
optimal
::Exp(-x)) * Float4(0.5f);
in Sinh()
272
return (
optimal
::Exp(x) +
optimal
::Exp(-x)) * Float4(0.5f);
in Cosh()
277
Float4 e_x =
optimal
in Tanh()
[all...]
H
A
D
OptimalIntrinsics.hpp
17
// Implementation of intrinsic functions that purport to be as
optimal
as
22
namespace
optimal
{
namespace
45
} // namespace
optimal
H
A
D
SubzeroReactor.cpp
4332
return
optimal
::Sin(x);
4338
return
optimal
::Cos(x);
4344
return
optimal
::Tan(x);
4354
return
optimal
::Asin_8_terms(x);
4362
return
optimal
::Acos_4_terms(x);
4368
return
optimal
::Atan(x);
4374
return
optimal
::Sinh(x);
4380
return
optimal
::Cosh(x);
4386
return
optimal
::Tanh(x);
4392
return
optimal
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_formats.c
197
perf->
optimal
= VK_FALSE;
in lvp_GetPhysicalDeviceFormatProperties2()
/third_party/ffmpeg/tests/fate/
H
A
D
vcodec.mak
234
fate-vsynth%-mjpeg-huffman: ENCOPTS = -qscale 9 -pix_fmt yuvj420p -huffman
optimal
235
fate-vsynth%-mjpeg-trell-huffman: ENCOPTS = -qscale 9 -pix_fmt yuvj420p -trellis 1 -huffman
optimal
/third_party/ffmpeg/libavcodec/x86/
H
A
D
vp8dsp_loopfilter.asm
97
; a different memory region than the first two), allowing for more
optimal
code for
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H
A
D
ia64-mont.pl
248
// that its performance would be ~20% lower than
optimal
one. No
/third_party/openssl/crypto/bn/asm/
H
A
D
ia64-mont.pl
248
// that its performance would be ~20% lower than
optimal
one. No
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampledRenderToSingleSampledTests.cpp
4915
perfQuery.
optimal
= 0xDEADBEEF;
in testPerfQuery()
4923
// Regardless of
optimal
resolve or not, the operations must succeed. We'll just make sure
in testPerfQuery()
4925
if (perfQuery.
optimal
!= VK_FALSE && perfQuery.
optimal
!= VK_TRUE)
in testPerfQuery()
4927
std::string errorMsg = "VkSubpassResolvePerformanceQueryEXT::
optimal
is not populated after query";
in testPerfQuery()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampledRenderToSingleSampledTests.cpp
4877
perfQuery.
optimal
= 0xDEADBEEF;
in testPerfQuery()
4885
// Regardless of
optimal
resolve or not, the operations must succeed. We'll just make sure
in testPerfQuery()
4887
if (perfQuery.
optimal
!= VK_FALSE && perfQuery.
optimal
!= VK_TRUE)
in testPerfQuery()
4889
std::string errorMsg = "VkSubpassResolvePerformanceQueryEXT::
optimal
is not populated after query";
in testPerfQuery()
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
14029
VkBool32
optimal
;
member
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_core.h
16716
VkBool32
optimal
;
member
H
A
D
vulkan_hash.hpp
14653
VULKAN_HPP_HASH_COMBINE( seed, subpassResolvePerformanceQueryEXT.
optimal
);
H
A
D
vulkan_structs.hpp
[all...]
Completed in 186 milliseconds