Home
last modified time | relevance | path

Searched defs:TestParams (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/modules/glshared/
DglsShaderConstExprTests.hpp50 struct TestParams struct
52 const char* name;
53 const char* expression;
55 DataType inType;
56 int minComponents;
57 int maxComponents;
59 DataType outType;
60 float output;
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp42 struct TestParams struct
44 const char* name;
45 const char* expression;
47 glu::DataType inType;
48 int minComponents;
49 int maxComponents;
51 glu::DataType outType;
52 union {
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp54 struct TestParams struct
56 deUint32 numQueues; //! use 2 or more to sync between different queues
57 deUint32 numWaitSemaphores;
58 deUint32 numSignalSemaphores;
59 bool emptySubmission; //! will make an empty bind sparse submission
60 bool bindSparseUseFence;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp55 struct TestParams struct
58 {
62 VkDeviceSize dstSize;
63 VkDeviceSize dstOffset;
64 VkDeviceSize size;
65 deUint32 testData[TEST_DATA_SIZE];
66 de::SharedPtr<IBufferAllocator> bufferAllocator;
DvktApiImageClearingTests.cpp460 struct TestParams struct
462 bool useSingleMipLevel; //!< only mip level 0, otherwise up to maxMipLevels
463 VkImageType imageType;
464 VkFormat imageFormat;
465 VkImageTiling imageTiling;
466 VkExtent3D imageExtent;
467 deUint32 imageLayerCount;
468 LayerRange imageViewLayerRange;
469 VkClearValue initValue;
470 VkClearValue clearValue[2]; //!< the second value is used with more than one mip map
[all …]
/external/libchrome/ipc/
Dipc_cpu_perftest.cc28 struct TestParams { struct
30 TestParams(size_t in_message_size, in TestParams() argument
39 size_t message_size;
40 size_t frames_per_second;
41 size_t messages_per_frame;
42 size_t duration_in_seconds;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1524 struct TestParams { in TEST_F() struct
1525 int batch_size; in TEST_F()
1526 std::vector<int> tensor_dims; in TEST_F()
1527 std::vector<int> shape; in TEST_F()
2454 struct TestParams { in TEST_F() struct
2455 std::vector<int> input_dims; in TEST_F()
2456 int axis; in TEST_F()
2457 std::vector<int> expected_output_dims; in TEST_F()
2566 struct TestParams { in TEST_F() struct
2567 std::vector<int> input_dims; in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVaryingNameTests.cpp43 struct TestParams struct
45 string name;
46 FunctionPrograms1<InstanceContext>::Function createShaders;
DvktSpvAsmVariableInitTests.cpp53 struct TestParams struct
55 string name;
56 string type;
57 int numComponents;
58 FunctionPrograms1<InstanceContext>::Function shaderInit;
/external/libvpx/libvpx/test/
Dvariance_test.cc255 struct TestParams { struct
256 TestParams(int log2w = 0, int log2h = 0, Func function = NULL, in TestParams() argument
271 int log2width, log2height;
272 int width, height;
273 int block_size;
274 Func func;
275 vpx_bit_depth_t bit_depth;
276 bool use_high_bit_depth;
277 uint32_t mask;
Dsad_test.cc30 struct TestParams { struct
31 TestParams(int w, int h, Function f, int bd = -1) in TestParams() function
39 typedef TestParams<SadMxNFunc> SadMxNParam; argument
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp62 struct TestParams struct
64 VkAttachmentLoadOp loadOp;
65 VkAttachmentStoreOp storeOp;
66 VkAttachmentLoadOp stencilLoadOp;
67 VkAttachmentStoreOp stencilStoreOp;
68 RenderPassType renderPassType;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp101 struct TestParams struct
103 ShaderLanguage shaderLanguage;
104 SpacingMode spacingMode;
106 TestParams(ShaderLanguage sl, SpacingMode sm) : shaderLanguage(sl), spacingMode(sm) {} in TestParams() argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp55 struct TestParams struct
57 VkBool32 depthClampEnable;
58 float minDepth;
59 float maxDepth;
DvktDrawNegativeViewportHeightTests.cpp61 struct TestParams struct
63 VkFrontFace frontFace;
64 VkCullModeFlagBits cullMode;
65 bool zeroViewportHeight;
DvktDrawInstancedTests.cpp55 struct TestParams struct
57 enum DrawFunction
67 DrawFunction function;
68 vk::VkPrimitiveTopology topology;
70 deBool testAttribDivisor;
71 deUint32 attribDivisor;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp62 struct TestParams struct
64 VkFormat m_format;
65 bool m_useOffset;
67 TestParams (VkFormat f, bool offset = false) : m_format(f) , m_useOffset(offset) {} in TestParams() function
/external/libaom/libaom/test/
Dvariance_test.cc375 struct TestParams { struct
376 TestParams(int log2w = 0, int log2h = 0, Func function = NULL, in TestParams() argument
391 int log2width, log2height;
392 int width, height;
393 int block_size;
394 Func func;
395 aom_bit_depth_t bit_depth;
396 bool use_high_bit_depth;
397 uint32_t mask;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp66 struct TestParams struct
68 VkDescriptorType descriptorType;
69 deUint32 numCmdBuffers;
70 bool reverseOrder;
71 deUint32 numDescriptorSetBindings;
72 deUint32 numDynamicBindings;
73 deUint32 numNonDynamicBindings;
DvktPipelineMultisampleSampleLocationsExtTests.cpp1331 struct TestParams struct
1333 VkSampleCountFlagBits numSamples;
1334 TestOptionFlags options;
1350 void addProgramsVerifyLocationGeometry (SourceCollections& programCollection, const TestParams) in addProgramsVerifyLocationGeometry()
1395 void addProgramsVerifyInterpolation (SourceCollections& programCollection, const TestParams) in addProgramsVerifyInterpolation()
1883 struct TestParams struct
1885 VkSampleCountFlagBits numSamples;
1886 TestOptionFlags options;
1887 TestDrawIn drawIn;
1888 TestClears clears;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp58 struct TestParams struct
60 int numDrawInstances;
61 int numInvocations;
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp683 struct TestParams struct
685 bool initSingle;
686 bool switchVtx;
687 bool switchFrg;
688 bool useUniform;
689 bool useSameName;
690 bool useCreateHelper;
691 bool useProgramUniform;
692 VaryingParams varyings;
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp351 struct TestParams { struct
364 TestParams(UErrorCode &status) : dataToBreak() { in TestParams() function
373 ~TestParams() { in ~TestParams() argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestExtended.java46 static class TestParams { class in RBBITestExtended
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestExtended.java43 static class TestParams { class in RBBITestExtended

12