Home
last modified time | relevance | path

Searched refs:empty (Results 1476 - 1500 of 4898) sorted by relevance

1...<<51525354555657585960>>...196

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp187 return m_typeName.empty() ? DE_NULL : m_typeName.c_str(); in getTypeName()
252 return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); in getInstanceName()
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc177 std::string filepath = filename.empty() ? ("amber." + profile) : filename; in Compile()
186 } else if (!spv_env.empty()) { in Compile()
H A Dexecutor.cc39 if (target_env.empty()) in CompileShaders()
64 if (!script->GetPipelines().empty()) { in Execute()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser.cc170 if (line.empty() || line[0] == '#' || line == "\r") in SplitSections()
180 if (line.empty()) { in SplitSections()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp42 std::string acc_type; // can be empty
44 std::string expected_error; // empty for no error.
150 if (!c.acc_type.empty()) { in AssemblyForCase()
166 if (c.expected_error.empty()) { in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.h148 bool empty() { return mResourceUses.empty(); } in empty() function in rx::vk::final
H A DProgramPipelineVk.cpp83 !glProgram->getState().getLinkedTransformFeedbackVaryings().empty(); in link()
101 !glProgram->getState().getLinkedTransformFeedbackVaryings().empty(); in link()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp81 DE_ASSERT(curEntry.children.empty()); in pruneStack()
110 DE_ASSERT(!m_nodeStack.empty() && m_nodeStack.front().node->getNodeType() == NODETYPE_ROOT); in seekToCase()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp99 assert(!suitable_ids.empty() && in Apply()
274 // Initialise an empty vector of suitable ids. in GetSuitableIds()
296 while (!remaining_candidates.empty()) { in MaybeFindSuitableEquivalenceClassRandomly()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfunction.cpp95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms.cpp99 assert(!suitable_ids.empty() && in Apply()
274 // Initialise an empty vector of suitable ids. in GetSuitableIds()
296 while (!remaining_candidates.empty()) { in MaybeFindSuitableEquivalenceClassRandomly()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfunction.cpp95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()
192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp42 std::string acc_type; // can be empty
44 std::string expected_error; // empty for no error.
150 if (!c.acc_type.empty()) { in AssemblyForCase()
166 if (c.expected_error.empty()) { in TEST_P()
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp126 UnicodeString empty; in main() local
127 RegexMatcher *matcher = rePat->matcher(empty, status); in main()
/third_party/skia/tests/
H A DPoint3Test.cpp99 const SkPoint3 empty = SkPoint3::Make(0.0f, 0.0f, 0.0f); in test_normalize() local
103 REPORTER_ASSERT(reporter, point == empty); in test_normalize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResidencyManagerD3D12.cpp149 // If the LRU is empty, return nullptr to allow execution to continue. Note that fully in RemoveSingleEntryFromLRU()
153 if (memorySegment->lruCache.empty()) { in RemoveSingleEntryFromLRU()
354 ASSERT(mVideoMemoryInfo.nonLocal.lruCache.empty()); in RestrictBudgetForTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h200 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError()
203 bool rv = !PendingErrors.empty(); in printPendingErrors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h209 assert(!Feature.empty() && "Empty string"); in hasFlag()
223 assert(!Feature.empty() && "Empty string"); in isEnabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp257 !PendingUpdates.empty()) { in computeJoinPoints()
308 if (!ReachedLoopExits.empty()) { in computeJoinPoints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DBasicBlock.h239 inline bool empty() const { return InstList.empty(); } in empty() function in llvm::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp133 if (!BodySamples.empty()) { in print()
147 if (!CallsiteSamples.empty()) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp115 while (!Stack.empty()) { in visitConstantExprsRecursively()
297 if (!AttrName.empty() && (IsFunc || !NonKernelOnly)) { in addFeatureAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h41 assert(Idx != 0 && !Map.empty() && Idx-1 < Map.size()); in get()
162 bool empty() const { return Units.none(); } in empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInternalize.cpp61 if (!APIFile.empty()) in PreserveAPIList()
80 << "'! Continuing as if it's empty.\n"; in LoadFile()
81 return; // Just continue as if the file were empty in LoadFile()
159 if (!M.getComdatSymbolTable().empty()) { in internalizeModule()
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc145 if (style_.print_file && !src.file_path.empty()) { in format()
188 if (!prefix.empty()) { in format()

Completed in 15 milliseconds

1...<<51525354555657585960>>...196