/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 2430 if (!poolSizes.empty()) 2449 (deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]), // const char* const* ppEnabledExtensionNames; 3164 if (!poolSizes.empty()) 3857 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_x", "Use an empty workgroup with size 0 on the X axis", tcu::UVec3(0u, 2u, 3u))); 3858 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_y", "Use an empty workgroup with size 0 on the Y axis", tcu::UVec3(2u, 0u, 3u))); 3859 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_z", "Use an empty workgroup with size 0 on the Z axis", tcu::UVec3(2u, 3u, 0u))); 3860 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_all", "Use an empty workgroup with size 0 on the X, Y and Z axes", tcu::UVec3(0u, 0u, 0u)));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3664 if (!Name.empty()) { in UpgradeIntrinsicCall() 3739 if (!Name.empty()) { in UpgradeIntrinsicCall() 4194 if (!FramePointer.empty()) in UpgradeFramePointerAttributes()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1821 if (cmd_list->IdxBuffer.empty()) in DeIndexAllBuffers() 2077 IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode make sure that a font has already been added before. You can use ImGui::GetIO().Fonts->AddFontDefault() to add the default imgui font. in AddFont() 2397 if (dst_tmp.GlyphsSet.Storage.empty()) in ImFontAtlasBuildWithStbTruetype() 2710 // Each line consists of at least two empty pixels at the ends, with a line of solid pixels in the middle in ImFontAtlasBuildRenderLinesTexData()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 376 if (!description.empty()) in IterationLogSectionEmitter() 3105 if (!m_specs.empty()) in addIteration() 3124 DE_ASSERT(!m_specs.empty()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 470 DE_ASSERT(!lineStripeSizesList.empty()); in destripedLineCount() 482 DE_ASSERT(!triangleStripeSizesList.empty()); in destripedTriangleCount() 2607 DE_ASSERT(!v.empty()); in vectorToString()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 2979 TString empty(""); in handleConstructorCall() 2981 return new TFunction(&empty, type, op); in handleConstructorCall() 5492 assert(! constArray.empty()); in limitCheck() 7652 if (!newParams.empty()) in vkRelaxedRemapFunctionArgument() 7683 if (!traverser.path.empty()) in vkRelaxedRemapDotDereference() 8836 if (memberQualifier.hasSpirvDecorate() && !memberQualifier.getSpirvDecorate().decorateIds.empty()) in declareBlock() 9471 // type with an empty type list, which will be filled in later in in addQualifierToExisting()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4186 if (Constraint.empty() || Constraint[0] != '{') in getRegForInlineAsmConstraint() 4229 assert(!ConstraintCode.empty() && "No known constraint!"); in isMatchingInputConstraint() 4236 assert(!ConstraintCode.empty() && "No known constraint!"); in getMatchedOperand() 4243 /// If this returns an empty vector, and if the constraint string itself 4244 /// isn't empty, there was an error parsing. 4339 if (!ConstraintOperands.empty()) { in ParseConstraints() 4570 if (!ResultOps.empty()) { in ChooseConstraint() 4600 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 3924 if (false == compute_shader_code.empty()) in prepareProgram() 3929 if (false == fragment_shader_code.empty()) in prepareProgram() 3934 if (false == geometry_shader_code.empty()) in prepareProgram() 3939 if (false == tess_ctrl_shader_code.empty()) in prepareProgram() 3944 if (false == tess_eval_shader_code.empty()) in prepareProgram() 3949 if (false == vertex_shader_code.empty()) in prepareProgram()
|
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/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 1951 if (!mode.second.empty()) { in TGlslangToSpvTraverser() 1962 assert(!modeId.second.empty()); in TGlslangToSpvTraverser() 4304 if (node->getType().getQualifier().storage == glslang::EvqUniform && !node->getConstArray().empty()) { in createSpvVariable() 4721 if (!decorate.second.empty()) { in applySpirvDecorate() 4739 assert(spirvDecorate.decorateIds.empty()); in applySpirvDecorate() 4743 assert(!decorateId.second.empty()); in applySpirvDecorate() 4757 assert(!decorateString.second.empty()); in applySpirvDecorate() 5019 const auto hasRuntimeArray = !spvMembers.empty() && builder.getOpCode(spvMembers.back()) == spv::OpTypeRuntimeArray; in decorateStructType() 9786 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 80 // non-empty denotes a developer preview, not a release version, and has no 368 // wuffs_base__empty_struct is used when a Wuffs function returns an empty 370 // Wuffs, if a function g returns empty, you can say "y = g()". 375 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to 397 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to 1400 // A value with all fields NULL or zero is a valid, empty slice. 1412 // A value with all fields NULL or zero is a valid, empty table. 1595 // It returns an empty slice if i is out of bounds. 1606 // It returns an empty slice if j is out of bounds. 1617 // It returns an empty slic 44957 wuffs_base__io_buffer empty = wuffs_base__empty_io_buffer(); DecodeImage0() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 230 i + ") returned empty string"); in TestInstantiation() 2057 errln("FAIL: empty source"); in TestSTV() 2070 errln("FAIL: empty target"); in TestSTV() 2082 logln((UnicodeString)" " + k + ": <empty>"); in TestSTV() 2383 * Test empty context. 3585 UnicodeString empty; in _findMatch() local 3591 return empty; in _findMatch()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 795 while (!functions_to_compile.empty()) { in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs() 869 if (deferred_jobs->empty()) return true; in FinalizeDeferredUnoptimizedCompilationJobs()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 122 Handle<Map> map = lookup_start_object_map(); // Might be empty. in TraceIC() 1241 if (target_receiver_maps.empty()) { in UpdateLoadElement() 2205 if (target_maps_and_handlers.empty()) { in UpdateStoreElement()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2492 Statement* empty = factory()->EmptyStatement(); in DesugarLexicalBindingsInForStatement() local 2494 factory()->NewIfStatement(compare, stop, empty, kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2636 // Anonymous functions were passed either the empty symbol or a null in ParseFunctionLiteral() 2637 // handle as the function name. Remember if we were passed a non-empty in ParseFunctionLiteral() 3048 // The function name should have been ignored, giving us the empty string in ParseFunction()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 1551 bindings.empty() ? DE_NULL : bindingsFlags.data(), // const VkDescriptorBindingFlags* pBindingFlags; in iterate() 1560 bindings.empty() ? DE_NULL : bindings.data() // const VkDescriptorSetLayoutBinding* pBindings; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 386 queueFamilies.empty() ? in buildImageWithMemory() 2771 if (!miscGroup->empty()) in createAttachmentRateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 85 return (v.empty() ? DE_NULL : &v[0]); in dataOrNullPtr() 91 return (v.empty() ? DE_NULL : &v[0]); in dataOrNullPtr()
|
H A D | vktPipelinePushConstantTests.cpp | 172 if (!(shaderStageStr.str().empty())) in getShaderStageNameStr() 1445 if (fragmentSrc.str().empty()) in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 280 if (fsn.empty()) in registerShaderModule() 311 if (fsn.empty()) in registerShaderModule() 3293 // tlas that are not in asIndicesSet should be empty but it is hard to do in iterate() 4221 // Test building empty acceleration structures using different methods in createAccelerationStructuresTests() 4222 addTestGroup(group.get(), "empty", addEmptyAccelerationStructureTests); in createAccelerationStructuresTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 2368 if (formats.empty()) 2928 while (!m_pictureParametersQueue.empty()) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 618 DE_ASSERT(!cases.empty()); in generateSwapchainParameterCases() 767 if (devHelper.queueFamilyIndices.empty()) in createSwapchainPrivateDataTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 1551 bindings.empty() ? DE_NULL : bindingsFlags.data(), // const VkDescriptorBindingFlags* pBindingFlags; in iterate() 1560 bindings.empty() ? DE_NULL : bindings.data() // const VkDescriptorSetLayoutBinding* pBindings; in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderAtomicCountersTests.cpp | 826 if (!cs.empty()) in CreateComputeProgram() 2445 DE_ASSERT(!glsl_cs_.empty()); in Setup()
|
/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()
|