Home
last modified time | relevance | path

Searched refs:empty (Results 4501 - 4525 of 4790) sorted by relevance

1...<<181182183184185186187188189190>>...192

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp99 if (!extension.empty()) in layoutExtension()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp578 if (m_params->drawBlocks.empty()) in recordDraws()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp2304 if (khrDebugName && !khrDebugName->empty()) in SetDebugName()
2309 // If both internalName and khrDebugName are empty, avoid sending the string to d3d. in SetDebugName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1577 if (!Libcalls.empty()) in expandAtomicRMWToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1189 // We can set this as a valid (but empty) symbol name, and rely in processRelocationRef()
1855 if (!PendingRelocs.empty()) in finalizeLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp75 while (!Str.empty()) { in decodeBase64StringEntry()
416 // string table is empty, the value of the first four byte would be 4. in initSymbolTablePtr()
428 // Treat table sizes < 4 as empty because contrary to the PECOFF spec, some in initSymbolTablePtr()
429 // tools like cvtres write a size of 0 for an empty table instead of 4. in initSymbolTablePtr()
990 // Tried to get a string from an empty string table. in getString()
1465 // by ordinal, the empty string is set as a result.
1501 // by ordinal, the empty string is set as a result.
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp561 if (false == m_vertex_buffer_ids.empty()) in deinit()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1042 // Skip empty lines. in addTestsToInstancesMap()
1936 Optional<Integer> featureValue = Optional.empty(); in queryDeviceFeatures()
2052 // Skip comments and empty lines in getNonPatternFilters()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc913 if (pipeline_->GetColorAttachments().empty()) in ProcessProbe()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_image.cpp1002 if (!consumers.empty()) { in ValidateSampledImage()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp63 assert(!result.empty() && "The required function should have been found."); in GetInstructionsForFunction()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp550 return fUniforms.empty() ? 0 in uniformSize()
H A DSkScan_AAAPath.cpp81 and empty regions), or its opposite (the opposite of B is A + C) is a simple
337 // and resets fRuns to point to an empty scanline.
357 if (!fRuns.empty()) { in flush()
869 return; // empty trapzoid
1195 // SkAAClip cannot handle the empty rect so check the non-emptiness here
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_image.cpp1002 if (!consumers.empty()) { in ValidateSampledImage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp63 assert(!result.empty() && "The required function should have been found."); in GetInstructionsForFunction()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-mmx.asm837 emms ; empty MMX state
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp601 * a prefix of "". The function will call itself with non-empty
839 if (!os.str().empty()) { in set()
1218 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp600 stops.empty()) { in colrv1_configure_skpaint()
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp650 if (!fTextureFunctionOverride.empty()) { in writeFunctionCall()
1264 // Write scope markers if this block is a scope, or if the block is empty (since we need to emit in writeBlock()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp586 // # Validate stats for empty pool in TestCustomPools()
1269 const bool removePossible = !resources.empty(); in TestMultithreading()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h417 // Send an empty response message on the given channel to indicate that
836 if (FreeSequenceNumbers.empty()) in getSequenceNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h469 if (Name && !Name->empty()) in getSymbolName()
472 // If the symbol name is empty use the section name. in getSymbolName()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h301 bool hasNear() const { return !UnresolvedNearPositions.empty(); } in hasNear()
H A DIceAssemblerX8664.h322 bool hasNear() const { return !UnresolvedNearPositions.empty(); } in hasNear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1395 if (!Name.empty()) in printBarrierOption()

Completed in 91 milliseconds

1...<<181182183184185186187188189190>>...192