/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 74 static const struct Case in init() struct 76 const char* const name; in init() 77 const char* const desc; in init() 78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() 79 const Probs probs; in init() 80 …Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()… in init() function 146 static const struct Case in init() struct 148 const char* const name; in init() 149 const char* const desc; in init() 150 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init() [all …]
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 74 static const struct Case in init() struct 76 const char* const name; in init() 77 const char* const desc; in init() 78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init() 79 const Probs probs; in init() 80 …Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()… in init() argument 146 static const struct Case in init() struct 148 const char* const name; in init() 149 const char* const desc; in init() 150 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTerminateInvocationTests.cpp | 44 struct Case struct 46 …Case(const char* b, const char* d, bool v) : basename(b), description(d), spv1p3(v), requirements(… in Case() argument 47 …Case(const char* b, const char* d, bool v, const std::vector<std::string>& e) : basename(b), descr… in Case() function 48 const char *basename; 49 const char *description; 50 bool spv1p3; 52 std::vector<std::string> requirements;
|
D | vktSpvAsmSpirvVersion1p4Tests.cpp | 44 struct Case struct 46 Case(const char* b, const char* d) : basename(b), description(d), requirements() { } in Case() function 47 …Case(const char* b, const char* d, const std::vector<std::string>& e) : basename(b), description(d… in Case() function 48 const char *basename; 49 const char *description; 51 std::vector<std::string> requirements;
|
D | vktSpvAsmVectorShuffleTests.cpp | 40 struct Case { in createTests() struct 41 const char* basename; in createTests() 42 const char* description; in createTests() 43 std::vector<std::string> requirements; in createTests()
|
D | vktSpvAsmSignedIntCompareTests.cpp | 43 struct Case { in createSignedIntCompareTests() struct 44 const char* basename; in createSignedIntCompareTests() 45 const char* description; in createSignedIntCompareTests()
|
D | vktSpvAsmSignedOpTests.cpp | 43 struct Case { in createSignedOpTests() struct 44 const char* basename; in createSignedOpTests() 45 const char* description; in createSignedOpTests()
|
D | vktSpvAsmPtrAccessChainTests.cpp | 40 struct Case { in createTests() struct 41 const char* basename; in createTests() 42 const char* description; in createTests()
|
D | vktSpvAsm16bitStorageTests.cpp | 3638 struct Case in addGraphics16BitStorageInputOutputFloat32To16Group() struct 3640 const char* name; in addGraphics16BitStorageInputOutputFloat32To16Group() 3641 const char* interfaceOpCall; in addGraphics16BitStorageInputOutputFloat32To16Group() 3642 const char* interfaceOpFunc; in addGraphics16BitStorageInputOutputFloat32To16Group() 3643 const char* postInterfaceOp; in addGraphics16BitStorageInputOutputFloat32To16Group() 3644 const char* postInterfaceOpGeom; in addGraphics16BitStorageInputOutputFloat32To16Group() 3645 const char* postInterfaceOpTessc; in addGraphics16BitStorageInputOutputFloat32To16Group() 3646 const char* preMain; in addGraphics16BitStorageInputOutputFloat32To16Group() 3647 const char* inputType; in addGraphics16BitStorageInputOutputFloat32To16Group() 3648 const char* outputType; in addGraphics16BitStorageInputOutputFloat32To16Group() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderInput.hpp | 148 struct Case struct in glcts::GeometryShader_gl_in_ArrayLengthTest 151 glw::GLenum draw_call_mode; 153 glw::GLint draw_call_n_vertices; 155 glw::GLenum tf_mode; 158 glw::GLint fs_id; 160 glw::GLint gs_id; 162 const glw::GLchar* input_body_part; 164 const glw::GLchar* output_body_part; 166 glw::GLint po_id; 168 glw::GLint vs_id; [all …]
|
/third_party/gn/src/gn/ |
D | pattern_unittest.cc | 14 struct Case { struct 15 const char* pattern; 16 const char* candidate; 17 bool expected_match;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_extension_spv_khr_integer_dot_product.cpp | 36 struct Case { struct 37 std::vector<std::string> caps; 38 std::string inst; 39 std::string result_type; 40 std::string op0_type; 41 std::string op1_type; 42 std::string acc_type; // can be empty 43 bool packed; 44 std::string expected_error; // empty for no error.
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_extension_spv_khr_integer_dot_product.cpp | 36 struct Case { struct 37 std::vector<std::string> caps; 38 std::string inst; 39 std::string result_type; 40 std::string op0_type; 41 std::string op1_type; 42 std::string acc_type; // can be empty 43 bool packed; 44 std::string expected_error; // empty for no error.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupUniformControlFlowTests.cpp | 43 struct Case struct 45 …Case(const char* b, const char* d, bool sw, bool use_ssc, vk::VkShaderStageFlagBits s, vk::VkSubgr… in Case() argument 54 const char* basename; 55 const char* description; 56 bool small_workgroups; 57 bool use_subgroup_size_control; 58 vk::VkShaderStageFlagBits stage; 59 vk::VkSubgroupFeatureFlagBits operation;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMiscTests.cpp | 68 struct Case { in addTests() struct 69 const char* basename; in addTests() 70 const char* description; in addTests() 71 AmberFeatureFlags flags; in addTests()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | fold_test.cpp | 74 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument 772 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument 864 TEST_P(DoubleVectorInstructionFoldingTest, Case) { in TEST_P() argument 916 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument 985 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument 1596 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument 1997 TEST_P(DoubleInstructionFoldingTest, Case) { in TEST_P() argument 2847 TEST_P(IntegerInstructionFoldingTestWithMap, Case) { in TEST_P() argument 2895 TEST_P(BooleanInstructionFoldingTestWithMap, Case) { in TEST_P() argument 2945 TEST_P(GeneralInstructionFoldingTest, Case) { in TEST_P() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 74 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument 774 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument 866 TEST_P(DoubleVectorInstructionFoldingTest, Case) { in TEST_P() argument 918 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument 987 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument 1598 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument 2031 TEST_P(DoubleInstructionFoldingTest, Case) { in TEST_P() argument 2917 TEST_P(IntegerInstructionFoldingTestWithMap, Case) { in TEST_P() argument 2965 TEST_P(BooleanInstructionFoldingTestWithMap, Case) { in TEST_P() argument 3015 TEST_P(GeneralInstructionFoldingTest, Case) { in TEST_P() argument [all …]
|
D | constants_test.cpp | 47 TEST_P(GetSignExtendedValueTest, Case) { in TEST_P() argument 54 TEST_P(GetZeroExtendedValueTest, Case) { in TEST_P() argument
|
/third_party/spirv-tools/test/opt/ |
D | fold_test.cpp | 74 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument 718 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument 800 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument 852 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument 1463 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument 1864 TEST_P(DoubleInstructionFoldingTest, Case) { in TEST_P() argument 2714 TEST_P(IntegerInstructionFoldingTestWithMap, Case) { in TEST_P() argument 2762 TEST_P(BooleanInstructionFoldingTestWithMap, Case) { in TEST_P() argument 2812 TEST_P(GeneralInstructionFoldingTest, Case) { in TEST_P() argument 4458 TEST_P(ToNegateFoldingTest, Case) { in TEST_P() argument [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | checker_test.cc | 59 struct Case { struct 60 bool result; 61 const char* format;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 99 struct Case struct in deqp::gles3::Functional::TextureWrapCase 101 tcu::Vec2 bottomLeft; 102 tcu::Vec2 topRight; 104 Case (void) {} in Case() argument 105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} in Case() function
|
/third_party/unity/docs/ |
D | ThrowTheSwitchCodingStandard.md | 143 #### Case subsubsection 191 #### Case subsubsection
|
/third_party/cJSON/tests/unity/docs/ |
D | ThrowTheSwitchCodingStandard.md | 144 #### Case subsubsection 192 #### Case subsubsection
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | def_use_test.cpp | 126 TEST_P(ParseDefUseTest, Case) { in TEST_P() argument 507 TEST_P(ReplaceUseTest, Case) { in TEST_P() argument 809 TEST_P(KillDefTest, Case) { in TEST_P() argument 1183 TEST_P(AnalyzeInstDefUseTest, Case) { in TEST_P() argument 1306 TEST_P(KillInstTest, Case) { in TEST_P() argument 1414 TEST_P(GetAnnotationsTest, Case) { in TEST_P() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderMultisampleInterpolationTests.cpp | 603 struct Case in init() struct 605 char const* name; in init() 606 char const* qualifier; in init() 607 char const* assignment; in init() 608 char const* condition; in init() 609 bool unique; in init()
|