Home
last modified time | relevance | path

Searched refs:optimal (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c141 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 DOptimalIntrinsics.cpp82 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 DOptimalIntrinsics.hpp17 // Implementation of intrinsic functions that purport to be as optimal as
22 namespace optimal { namespace
45 } // namespace optimal
H A DSubzeroReactor.cpp4332 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 Dlvp_formats.c197 perf->optimal = VK_FALSE; in lvp_GetPhysicalDeviceFormatProperties2()
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak234 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 Dvp8dsp_loopfilter.asm97 ; 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 Dia64-mont.pl248 // that its performance would be ~20% lower than optimal one. No
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl248 // that its performance would be ~20% lower than optimal one. No
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4915 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 DvktPipelineMultisampledRenderToSingleSampledTests.cpp4877 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 Dvulkan_core.h14029 VkBool32 optimal; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16716 VkBool32 optimal; member
H A Dvulkan_hash.hpp14653 VULKAN_HPP_HASH_COMBINE( seed, subpassResolvePerformanceQueryEXT.optimal );
H A Dvulkan_structs.hpp[all...]

Completed in 186 milliseconds