| /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/node/deps/v8/include/cppgc/internal/ |
| D | write-barrier.h | 43 struct Params { struct 65 Params& params); argument
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sLongRunningShaderTests.cpp | 76 struct Params struct in deqp::gles3::Stress::__anon182fcabd0111::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_no_buildgn/vulkan/tessellation/ |
| D | vktTessellationGeometryGridRenderTests.cpp | 401 struct Params struct in vkt::tessellation::__anonec9569170111::GridRenderTestInstance 403 tcu::TestContext& testCtx; 404 Flags flags; 405 const char* description; 406 int tessGenLevel; 407 int numGeometryInvocations; 408 int numLayers; 409 int numGeometryPrimitivesPerInvocation; 411 …Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), description(), tessGenLeve… in Params() argument
|
| D | vktTessellationGeometryPassthroughTests.cpp | 424 struct Params struct in vkt::tessellation::__anon6c0e13c90111::PassthroughTestInstance 426 bool useTessLevels; 427 TessLevels tessLevels; 428 TessPrimitiveType primitiveType; 429 int inputPatchVertices; 430 std::vector<tcu::Vec4> vertices; 431 … pipelineCases[PIPELINE_CASES]; //!< Each test case renders with two pipelines and compares results 432 std::string message; 434 Params (void) : useTessLevels(), tessLevels(), primitiveType(), inputPatchVertices() {} in Params() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationGeometryGridRenderTests.cpp | 401 struct Params struct in vkt::tessellation::__anon1495d2770111::GridRenderTestInstance 403 tcu::TestContext& testCtx; 404 Flags flags; 405 int tessGenLevel; 406 int numGeometryInvocations; 407 int numLayers; 408 int numGeometryPrimitivesPerInvocation; 410 …Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), tessGenLevel(), numGeometr… in Params() argument
|
| D | vktTessellationGeometryPassthroughTests.cpp | 424 struct Params struct in vkt::tessellation::__anon941ba9290111::PassthroughTestInstance 426 bool useTessLevels; 427 TessLevels tessLevels; 428 TessPrimitiveType primitiveType; 429 int inputPatchVertices; 430 std::vector<tcu::Vec4> vertices; 431 … pipelineCases[PIPELINE_CASES]; //!< Each test case renders with two pipelines and compares results 432 std::string message; 434 Params (void) : useTessLevels(), tessLevels(), primitiveType(), inputPatchVertices() {} in Params() function
|
| /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() function
|
| D | vktProtectedMemShaderImageAccessTests.cpp | 89 struct Params struct 91 glu::ShaderType shaderType; 92 AccessType accessType; 93 vk::VkFormat imageFormat; 94 AtomicOperation atomicOperation; 95 bool pipelineProtectedAccess; 96 bool useMaintenance5; 97 vk::VkPipelineCreateFlags flags; 98 ProtectionMode protectionMode; 100 Params (void) in Params() argument [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() function
|
| D | vktProtectedMemShaderImageAccessTests.cpp | 89 struct Params struct 91 glu::ShaderType shaderType; 92 AccessType accessType; 93 vk::VkFormat imageFormat; 94 AtomicOperation atomicOperation; 95 bool pipelineProtectedAccess; 96 vk::VkPipelineCreateFlags flags; 97 ProtectionMode protectionMode; 99 Params (void) in Params() argument 109 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() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | InlineSimple.cpp | 41 InlineParams Params; member in __anon12cf0c9a0111::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;
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationProvokingVertexTests.cpp | 59 struct Params struct 61 VkFormat format; 62 tcu::UVec2 size; 63 VkPrimitiveTopology primitiveTopology; 64 bool requireGeometryShader; 65 bool transformFeedback; 66 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()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | genericObjectSpreadResultInSwitch.ts | 1 type Params = { alias
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureConversionTests.cpp | 54 struct Params struct in vkt::texture::__anon18aa57bf0111::SnormLinearClampInstance 56 VkFormat format; 57 int width; 58 int height;
|