/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 4504 while (!too_much_buffers.empty()) in TestErrorsOfNamedBufferData() 4719 while (!too_much_buffers.empty()) in TestErrorsOfNamedBufferStorage() 5348 /** @brief Prepare empty vertex array object and bind it. */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 401 // Early-out on empty textures, don't create a zero-sized storage. in setImageImpl() 402 if (size.empty()) in setImageImpl() 2455 if (!renderTargets.empty()) in initSingleLayerRenderTargets()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 600 if (!data.empty()) in createAndroidHardwareBuffer() 663 if (!data.empty()) in createEGLImageANWBClientBufferSource()
|
/third_party/skia/tests/ |
H A D | GrClipStackTest.cpp | 390 "%s, restoring an empty save record should not change clip state: " in run() 775 // Empty, point, and line paths -> empty in DEF_TEST() 776 SkPath empty; in DEF_TEST() 777 run_test_case(r, TestCase::Build("empty", kDeviceBounds) in DEF_TEST() 778 .actual().path(empty).finishElements() in DEF_TEST() 942 // Tests that clip operations that are offscreen either make the clip empty or stay wide open 953 // Intersect -> empty in DEF_TEST() 1010 // Tests that an empty shape updates the clip state directly without needing an element 1014 // Intersect -> empty in DEF_TEST() 1015 run_test_case(r, TestCase::Build("empty in DEF_TEST() [all...] |
H A D | GrStyledShapeTest.cpp | 245 // All empty paths have the same gen ID in check_original_path_ids() 249 // empty). If we started with a simple shape or a volatile path, our original path should have in check_original_path_ids() 451 // unclosed rects get closed. Lines get turned into empty geometry 574 // If the bounds are empty, the path ought to be as well. in CheckBounds() 1343 REPORTER_ASSERT(reporter, peCase.appliedPathEffectKey().empty()); in test_make_hairline_path_effect() 1344 REPORTER_ASSERT(reporter, peCase.appliedFullStyleKey().empty()); in test_make_hairline_path_effect() 1377 * This path effect returns an empty path (possibly inverted) in test_path_effect_makes_empty_shape() 1559 // Stroking an empty path should have no effect in DEF_TEST() 1571 // Dashing and stroking an empty path should have no effect in DEF_TEST() 1580 // Dashing ignores inverseness so this is equivalent to the non-inverted empty fil in DEF_TEST() [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 75 explicit operator bool() const { return !fVals.empty(); } in operator bool() 198 if (!fFunctionStack.empty()) {
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 1053 # Fail when the data argument (first argument) is empty. 1054 for empty in ([], (), iter([])): 1055 self.assertRaises(statistics.StatisticsError, self.func, empty) 1207 # Override test for empty data. 1861 # collections.Counter, which accepts None and returns an empty dict. 1907 fmean([]) # empty input 1909 fmean(iter([])) # empty iterator 2305 geometric_mean([]) # empty input 2311 geometric_mean(iter([])) # empty iterator 2645 NormalDist.from_samples([]) # empty inpu [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 142 if (S.empty()) 211 /// (possibly empty) null-separated \a MDString header that contains arbitrary 1445 /// bracket). It's useful for code coverage to not show a counter on "empty" 1483 /// order. If the lowest bit is 1, the current component is empty, and the 1485 /// component is non-empty, and its content starts in the next bit. The 1490 /// is either 0 (if it and all the next components are empty); 1 - if it is 1491 /// empty; 7 - if its value is up to and including 0x1f (lsb and msb are both 1549 /// have certain special case behavior (e.g. treating empty duplication factor 3132 if (S.empty())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 2649 if (str.empty()) 3592 assert(!buffer.empty() && "no characters in buffer!");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1686 assert(RemapSwizzle.empty()); in CompactSwizzlableVector() 1730 assert(RemapSwizzle.empty()); in ReorganizeVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 133 bool empty() const { in empty() function 3142 if (Phis.empty())
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector_test.cc | 2183 ASSERT_TRUE(multisampled_result.empty()); in TEST_P() 2287 ASSERT_TRUE(single_sampled_result.empty()); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_test.cc | 1912 EXPECT_TRUE(ep_1_sem->AncestorEntryPoints().empty()); in TEST_F() 1913 EXPECT_TRUE(ep_2_sem->AncestorEntryPoints().empty()); in TEST_F()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 895 if (!dirSlides.empty()) { in initSlides() 2661 if (!fHoveredProgram.empty()) { in drawImGui()
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1648 // the result of |inst|. Returns the empty vector if |result_index| is 1715 if (operands.empty()) { 2095 // The map will map the index to the value inserted at that index. An empty map 2361 assert(!components.empty());
|
/third_party/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 309 if (!exec_models || exec_models->empty()) { in ValidateClspvReflectionKernel() 3683 if (version_string.empty()) { in ValidateExtInst()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 1576 if (!validUniformIndices.empty()) in getActiveUniformsiv() 1897 DE_ASSERT(!valuesToAssign.empty()); in assignUniforms() 2854 // skip empty groups by creating groups on demand in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 83 return (v.empty() ? DE_NULL : &v[0]); in dataOrNullPtr() 89 return (v.empty() ? DE_NULL : &v[0]); in dataOrNullPtr()
|
H A D | vktPipelinePushConstantTests.cpp | 170 if (!(shaderStageStr.str().empty())) in getShaderStageNameStr() 1447 if (fragmentSrc.str().empty()) in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 274 if (fsn.empty()) in registerShaderModule() 305 if (fsn.empty()) in registerShaderModule() 3249 // tlas that are not in asIndicesSet should be empty but it is hard to do in iterate() 4085 addTestGroup(group.get(), "empty", "Test building empty acceleration structures using different methods", addEmptyAccelerationStructureTests); in createAccelerationStructuresTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 613 DE_ASSERT(!cases.empty()); in generateSwapchainParameterCases() 762 if (devHelper.queueFamilyIndices.empty()) in createSwapchainPrivateDataTest()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 1101 const bool containsSamplers = !m_uniformCollection->getSamplerTypes().empty(); in writeUniformDefinitions() 1526 DE_ASSERT(!valuesToAssign.empty()); in assignUniforms() 2320 // skip empty groups by creating groups on demand in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1714 //! Name of extension that this function requires, or empty. 2298 return Interval(); // empty interval, i.e. no extrema in innerExtrema() 2373 return Interval(); // empty interval, i.e. no extrema in innerExtrema() 4516 else if (!x.empty()) in doApply() 6259 if (!funcs.empty()) 6486 if (!m_extension.empty()) 7035 if (name.empty())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 499 DE_ASSERT(!lineStripeSizesList.empty()); in destripedLineCount() 511 DE_ASSERT(!triangleStripeSizesList.empty()); in destripedTriangleCount() 1147 if (!errors.empty()) in checkErrorVec() 3133 const tcu::Vec3 refEmptyValues { 0.0f, 0.0f, 0.0f }; // For empty areas of the XFB buffer. in iterate() 3180 DE_ASSERT(!v.empty()); in vectorToString()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cDrawIndirectTests.cpp | 58 if (!str_.str().empty()) in ~DILogger() 267 if (!vs.empty()) in CreateProgram() 276 if (!gs.empty()) in CreateProgram() 285 if (!fs.empty()) in CreateProgram()
|