| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | nanobenchmark.h | 71 struct Params { struct 75 static constexpr size_t kTimerSamples = 256; 79 size_t precision_divisor = 1024; 84 size_t subset_ratio = 2; 89 double seconds_per_eval = 4E-3; 92 size_t min_samples_per_eval = 7; 97 size_t min_mode_samples = 64; 100 double target_rel_mad = 0.002; 104 size_t max_evals = 9; 107 size_t max_measure_retries = 2; [all …]
|
| /third_party/skia/src/core/ |
| D | SkVMBlitter.h | 61 struct Params { struct 70 Params withCoverage(Coverage c) const; argument
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sLongRunningShaderTests.cpp | 76 struct Params struct in deqp::gles3::Stress::__anon3b7e8c9b0111::LongRunningShaderCase 78 const char* name; 79 const char* description; 80 glu::ShaderType shaderType; 81 LoopType loopType; 82 IterCountType iterCountType; 83 int numInvocations; 84 int minLoopIterCount; 85 int maxLoopIterCount;
|
| /third_party/mesa3d/src/util/tests/ |
| D | mesa-sha1_test.cpp | 30 struct Params { struct 35 static const Params test_data[] = { argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationGeometryGridRenderTests.cpp | 399 struct Params struct in vkt::tessellation::__anon9a6bfad50111::GridRenderTestInstance 401 tcu::TestContext& testCtx; 402 Flags flags; 403 const char* description; 404 int tessGenLevel; 405 int numGeometryInvocations; 406 int numLayers; 407 int numGeometryPrimitivesPerInvocation; 409 …Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), description(), tessGenLeve… in Params() argument
|
| D | vktTessellationGeometryPassthroughTests.cpp | 414 struct Params struct in vkt::tessellation::__anond4b6dd470111::PassthroughTestInstance 416 bool useTessLevels; 417 TessLevels tessLevels; 418 TessPrimitiveType primitiveType; 419 int inputPatchVertices; 420 std::vector<tcu::Vec4> vertices; 421 … pipelineCases[PIPELINE_CASES]; //!< Each test case renders with two pipelines and compares results 422 std::string message; 424 Params (void) : useTessLevels(), tessLevels(), primitiveType(), inputPatchVertices() {} in Params() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemStackTests.cpp | 59 struct Params struct 61 deUint32 stackSize; 62 deUint32 imageWidth; 63 deUint32 imageHeight; 65 Params (deUint32 stackSize_) in Params() argument
|
| D | vktProtectedMemWorkgroupStorageTests.cpp | 58 struct Params struct 60 deUint32 sharedMemorySize; 61 deUint32 imageWidth; 62 deUint32 imageHeight; 64 Params (deUint32 sharedMemorySize_) in Params() argument
|
| D | vktProtectedMemShaderImageAccessTests.cpp | 89 struct Params struct 91 glu::ShaderType shaderType; 92 AccessType accessType; 93 vk::VkFormat imageFormat; 94 AtomicOperation atomicOperation; 96 Params (void) in Params() argument 103 Params (const glu::ShaderType shaderType_, in Params() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | Inliner.h | 97 : Params(std::move(Params)) {} in Params() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | InlineSimple.cpp | 41 InlineParams Params; member in __anon66d0c4780111::SimpleInliner 48 explicit SimpleInliner(InlineParams Params) in SimpleInliner() 113 Pass *llvm::createFunctionInliningPass(InlineParams &Params) { in createFunctionInliningPass()
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | call_test.cc | 61 struct Params { struct 62 builder::ast_expr_func_ptr create_value; 63 builder::ast_type_func_ptr create_type;
|
| D | type_validation_test.cc | 624 struct Params { struct 625 builder::ast_type_func_ptr create_ast_type; 626 builder::sem_type_func_ptr create_sem_type; 963 struct Params { struct 964 uint32_t columns; 965 uint32_t rows; 966 builder::ast_type_func_ptr elem_ty; 1023 struct Params { struct 1024 uint32_t width; 1025 builder::ast_type_func_ptr elem_ty;
|
| D | inferred_type_test.cc | 49 struct Params { struct 50 builder::ast_expr_func_ptr create_value; 51 builder::sem_type_func_ptr create_expected_type;
|
| D | decoration_validation_test.cc | 846 struct Params { struct 847 builder::ast_type_func_ptr create_el_type; 848 uint32_t stride; 849 bool should_pass; 1253 struct Params { struct 1254 ast::InterpolationType type; 1255 ast::InterpolationSampling sampling; 1256 bool should_pass;
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationProvokingVertexTests.cpp | 57 struct Params struct 59 VkFormat format; 60 tcu::UVec2 size; 61 VkPrimitiveTopology primitiveTopology; 62 bool requireGeometryShader; 63 bool transformFeedback; 64 ProvokingVertexMode provokingVertexMode;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMachineFunctionInfo.cpp | 47 SmallVectorImpl<MVT> &Params, in computeSignatureVTs() 76 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
|
| D | WebAssemblyMCInstLower.cpp | 94 SmallVector<wasm::ValType, 4> Params; in GetExternalSymbolSymbol() local 237 SmallVector<wasm::ValType, 4> Params; in lower() local
|
| D | WebAssemblyRuntimeLibcallSignatures.cpp | 515 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature() 884 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureConversionTests.cpp | 53 struct Params struct in vkt::texture::__anon2114d49d0111::SnormLinearClampInstance 55 VkFormat format; 56 int width; 57 int height;
|
| /third_party/typescript/tests/cases/compiler/ |
| D | indexedAccessKeyofNestedSimplifiedSubstituteUnwrapped.ts | 2 type Params<T> = Parameters<Extract<T, AnyFunction>>; alias
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | dh.rs | 45 pub fn from_params(p: BigNum, g: BigNum, q: BigNum) -> Result<Dh<Params>, ErrorStack> { in from_params() 55 ) -> Result<Dh<Params>, ErrorStack> { in from_pqg() 84 pub fn generate_params(prime_len: u32, generator: u32) -> Result<Dh<Params>, ErrorStack> { in generate_params()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCDwarf.cpp | 233 MCDwarfLineTableParams Params) { in Emit() 260 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, in Emit() 270 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 448 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 524 MCDwarfLineTableParams Params, in EmitCU() 644 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() 655 static uint64_t SpecialAddr(MCDwarfLineTableParams Params, uint64_t op) { in SpecialAddr() 660 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params, in Encode() 743 MCDwarfLineTableParams Params, in FixedEncode()
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| D | leperf.cpp | 22 class Params { class
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageMismatchedWriteOpTests.cpp | 61 struct Params struct in vkt::image::__anon651992040111::MismatchedWriteOpTest 63 VkFormat vkFormat; 64 int textureWidth; 65 int textureHeight; 66 VkFormat spirvFormat;
|