Home
last modified time | relevance | path

Searched defs:Params (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.h71 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/
DSkVMBlitter.h61 struct Params { struct
70 Params withCoverage(Coverage c) const; argument
/third_party/node/deps/v8/include/cppgc/internal/
Dwrite-barrier.h43 struct Params { struct
65 Params& params); argument
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongRunningShaderTests.cpp76 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/
Dmesa-sha1_test.cpp30 struct Params { struct
35 static const Params test_data[] = { argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationGeometryGridRenderTests.cpp401 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;
411Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), description(), tessGenLeve… in Params() argument
DvktTessellationGeometryPassthroughTests.cpp424 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/
DvktTessellationGeometryGridRenderTests.cpp401 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;
410Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), tessGenLevel(), numGeometr… in Params() argument
DvktTessellationGeometryPassthroughTests.cpp424 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/
DvktProtectedMemStackTests.cpp59 struct Params struct
61 deUint32 stackSize;
62 deUint32 imageWidth;
63 deUint32 imageHeight;
65 Params (deUint32 stackSize_) in Params() argument
DvktProtectedMemWorkgroupStorageTests.cpp58 struct Params struct
60 deUint32 sharedMemorySize;
61 deUint32 imageWidth;
62 deUint32 imageHeight;
64 Params (deUint32 sharedMemorySize_) in Params() function
DvktProtectedMemShaderImageAccessTests.cpp89 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/
DvktProtectedMemStackTests.cpp59 struct Params struct
61 deUint32 stackSize;
62 deUint32 imageWidth;
63 deUint32 imageHeight;
65 Params (deUint32 stackSize_) in Params() argument
DvktProtectedMemWorkgroupStorageTests.cpp58 struct Params struct
60 deUint32 sharedMemorySize;
61 deUint32 imageWidth;
62 deUint32 imageHeight;
64 Params (deUint32 sharedMemorySize_) in Params() function
DvktProtectedMemShaderImageAccessTests.cpp89 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/
DInliner.h97 : Params(std::move(Params)) {} in Params() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp41 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/
Dcall_test.cc61 struct Params { struct
62 builder::ast_expr_func_ptr create_value;
63 builder::ast_type_func_ptr create_type;
Dtype_validation_test.cc624 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;
Dinferred_type_test.cc49 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/
DvktRasterizationProvokingVertexTests.cpp57 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/
DvktRasterizationProvokingVertexTests.cpp59 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/
DWebAssemblyMachineFunctionInfo.cpp47 SmallVectorImpl<MVT> &Params, in computeSignatureVTs()
76 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs()
/third_party/typescript/tests/cases/compiler/
DgenericObjectSpreadResultInSwitch.ts1 type Params = { alias
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp54 struct Params struct in vkt::texture::__anon18aa57bf0111::SnormLinearClampInstance
56 VkFormat format;
57 int width;
58 int height;

12345