Searched refs:optimal (Results 1 – 25 of 253) sorted by relevance
1234567891011
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 373 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/ |
D | compact-branch-policy.ll | 1 ; 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/ |
D | compact-branch-policy.ll | 1 ; 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/ |
D | ltable.c | 224 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/ |
D | README | 13 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/ |
D | constants.ll | 1 ; All of these routines should be perform optimal load of constants.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | constants.ll | 1 ; All of these routines should be perform optimal load of constants.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 18 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/ |
D | 2001-04-16-DynamicCompilation.txt | 18 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/ |
D | PRESUBMIT.cfg | 15 # computing optimal -r options based on PRESUBMIT_FILES.
|
/external/arm-optimized-routines/math/tools/ |
D | v_exp.sollya | 18 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
|
D | cos.sollya | 19 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | v_sin.sollya | 25 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | sin.sollya | 25 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | v_log.sollya | 23 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | log.sollya | 24 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | log_abs.sollya | 19 // first coeff is fixed, iteratively find optimal double prec coeffs
|
D | exp.sollya | 19 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/ |
D | subword.ll | 22 ; load-modify-store sequence instead of the more optimal schedule where all
|
/external/llvm/test/CodeGen/Lanai/ |
D | subword.ll | 22 ; load-modify-store sequence instead of the more optimal schedule where all
|
/external/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 3 ; TODO: actually fix the codegen to be optimal. At least we don't
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | neg-imm.ll | 2 ; LSR used to pick a sub-optimal solution due to the target responding
|
/external/glide/third_party/gif_encoder/ |
D | LICENSE | 14 "Kohonen neural networks for optimal colour quantization" in "Network:
|
/external/llvm/test/CodeGen/AArch64/ |
D | neg-imm.ll | 2 ; LSR used to pick a sub-optimal solution due to the target responding
|
/external/autotest/server/site_tests/firmware_Bmpblk/ |
D | control | 20 optimal quality. Relies on flashrom and cbfstool to inspect the BIOS image.
|
1234567891011