/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 99 if (!extension.empty()) in layoutExtension()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 578 if (m_params->drawBlocks.empty()) in recordDraws()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 2304 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 D | AtomicExpandPass.cpp | 1577 if (!Libcalls.empty()) in expandAtomicRMWToLibcall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1189 // 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 D | COFFObjectFile.cpp | 75 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 D | esextcGPUShader5TextureGatherOffset.cpp | 561 if (false == m_vertex_buffer_ids.empty()) in deinit()
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 1042 // 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 D | command_parser.cc | 913 if (pipeline_->GetColorAttachments().empty()) in ProcessProbe()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1002 if (!consumers.empty()) { in ValidateSampledImage()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 63 assert(!result.empty() && "The required function should have been found."); in GetInstructionsForFunction()
|
/third_party/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 550 return fUniforms.empty() ? 0 in uniformSize()
|
H A D | SkScan_AAAPath.cpp | 81 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 D | validate_image.cpp | 1002 if (!consumers.empty()) { in ValidateSampledImage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 63 assert(!result.empty() && "The required function should have been found."); in GetInstructionsForFunction()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-mmx.asm | 837 emms ; empty MMX state
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 601 * 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 D | SkFontHost_FreeType_common.cpp | 600 stops.empty()) { in colrv1_configure_skpaint()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.cpp | 650 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 D | Tests.cpp | 586 // # 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 D | RPCUtils.h | 417 // 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 D | ELFObjectFile.h | 469 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 D | IceAssemblerX8632.h | 301 bool hasNear() const { return !UnresolvedNearPositions.empty(); } in hasNear()
|
H A D | IceAssemblerX8664.h | 322 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 D | AArch64InstPrinter.cpp | 1395 if (!Name.empty()) in printBarrierOption()
|