Home
last modified time | relevance | path

Searched refs:optimal (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c373 VkFormatFeatureFlags linear = 0, optimal = 0, buffer = 0; in tu_physical_device_get_format_properties() local
385 optimal |= VK_FORMAT_FEATURE_TRANSFER_SRC_BIT | in tu_physical_device_get_format_properties()
399 optimal |= VK_FORMAT_FEATURE_BLIT_SRC_BIT; in tu_physical_device_get_format_properties()
402 optimal |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT; in tu_physical_device_get_format_properties()
405 optimal |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT; in tu_physical_device_get_format_properties()
410 optimal |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT | in tu_physical_device_get_format_properties()
421 optimal |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in tu_physical_device_get_format_properties()
429 optimal |= VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT; in tu_physical_device_get_format_properties()
437 optimal |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT; in tu_physical_device_get_format_properties()
450 linear = optimal; in tu_physical_device_get_format_properties()
[all …]
/external/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll1 ; Check that -mips-compact-branches={never,optimal,always} is accepted and honoured.
3 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=optimal < %s | FileCheck %s -check-pre…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll1 ; Check that -mips-compact-branches={never,optimal,always} is accepted and honoured.
3 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=optimal < %s | FileCheck %s -check-pre…
/external/lua/src/
Dltable.c224 unsigned int optimal = 0; /* optimal size for array part */ in computesizes() local
232 optimal = twotoi; /* optimal size (till now) */ in computesizes()
237 lua_assert((optimal == 0 || optimal / 2 < na) && na <= optimal); in computesizes()
239 return optimal; in computesizes()
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME13 optimal (default is 4xnumber of cpus) and maximal job count. Optionally it can
39 o : number of jobs for optimal run (default 4 * cpu)
42 O : don't perform optimal load runs (default do)
/external/llvm/test/CodeGen/PowerPC/
Dconstants.ll1 ; All of these routines should be perform optimal load of constants.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dconstants.ll1 ; All of these routines should be perform optimal load of constants.
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
/external/autotest/
DPRESUBMIT.cfg15 # computing optimal -r options based on PRESUBMIT_FILES.
/external/arm-optimized-routines/math/tools/
Dv_exp.sollya18 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
Dcos.sollya19 // first coeff is fixed, iteratively find optimal double prec coeffs
Dv_sin.sollya25 // first coeff is fixed, iteratively find optimal double prec coeffs
Dsin.sollya25 // first coeff is fixed, iteratively find optimal double prec coeffs
Dv_log.sollya23 // first coeff is fixed, iteratively find optimal double prec coeffs
Dlog.sollya24 // first coeff is fixed, iteratively find optimal double prec coeffs
Dlog_abs.sollya19 // first coeff is fixed, iteratively find optimal double prec coeffs
Dexp.sollya19 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/
Dsubword.ll22 ; load-modify-store sequence instead of the more optimal schedule where all
/external/llvm/test/CodeGen/Lanai/
Dsubword.ll22 ; load-modify-store sequence instead of the more optimal schedule where all
/external/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll3 ; TODO: actually fix the codegen to be optimal. At least we don't
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dneg-imm.ll2 ; LSR used to pick a sub-optimal solution due to the target responding
/external/glide/third_party/gif_encoder/
DLICENSE14 "Kohonen neural networks for optimal colour quantization" in "Network:
/external/llvm/test/CodeGen/AArch64/
Dneg-imm.ll2 ; LSR used to pick a sub-optimal solution due to the target responding
/external/autotest/server/site_tests/firmware_Bmpblk/
Dcontrol20 optimal quality. Relies on flashrom and cbfstool to inspect the BIOS image.

1234567891011