Home
last modified time | relevance | path

Searched refs:first (Results 3801 - 3825 of 4040) sorted by relevance

1...<<151152153154155156157158159160>>...162

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp871 // Evergreen has to first load address register, then use CF_SET_IDX0/1 in load_index_register()
1546 sblog << " # " << I->first << " => " << *(I->second) << "\n"; in dump_regmap()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl372 sll %o5, 3, %o5 ! offset within first cache line
/third_party/libabigail/src/
H A Dabg-suppression.cc890 i->first) == get_changed_enumerator_names().end()) in suppresses_diff()
2907 /// @param l the first operand of the 'and' operator.
2923 /// @param l the first operand of the 'or' operator.
3956 /// @param l the first operand of the 'and' operator.
3972 /// @param l the first operand of the 'or' operator.
4383 /// @return a pointer to the first instance of @ref file_suppression
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs142 match line.first() { in process_semver_file()
/third_party/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl372 sll %o5, 3, %o5 ! offset within first cache line
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp874 // Bind a static pipeline first if needed. in iterate()
1785 // Dynamically enable writes to the first color attachment in createColorWriteEnableTests()
1791 // Dynamically enable writes to the first two color attachments in createColorWriteEnableTests()
1798 // Dynamically disable writes to the first color attachment in createColorWriteEnableTests()
1804 // Dynamically disable writes to the first two color attachments in createColorWriteEnableTests()
1820 // Statically enable writes to the first color attachment in createColorWriteEnableTests()
1826 // Statically enable writes to the first two color attachments in createColorWriteEnableTests()
1833 // Statically disable writes to the first color attachment in createColorWriteEnableTests()
1839 // Statically disable writes to the first two color attachments in createColorWriteEnableTests()
1882 p.setCweBeforePlBind = setCweMoment.first; in createColorWriteEnable2Tests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp933 // Validate results from first invocation in iterate()
976 // Check results of other invocations against first one in iterate()
992 << " for lookup " << lookupNdx << " doesn't match result from first invocation " in iterate()
1829 <<" Value " << hitCountItr->first << " found " << hitCountItr->second << " times." in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp71 const auto channelIdx = channel.first; in getFormatValueString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp127 return it->first; in getQueueFamilyIndex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp543 const deUint32 srcPlaneNdx (planes.first); in genCopies()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp1394 const MemoryType type = memoryTypeMaxSizePair.first;
1597 // Reserve MemoryObject from sys mem first
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.cpp1134 attribsWithDefaults.insert(attribIter->first, attribIter->second); in chooseConfig()
1318 // This display texture sharing will allow the first context to create the texture share group. in createContext()
1335 // This display semaphore sharing will allow the first context to create the semaphore share in createContext()
1485 // first in restoreLostDevice()
H A DvalidationGL1.cpp2126 const GLint *first, in ValidateMultiDrawArrays()
2123 ValidateMultiDrawArrays(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode modePacked, const GLint *first, const GLsizei *count, GLsizei drawcount) ValidateMultiDrawArrays() argument
H A DvalidationGL1_autogen.h1044 const GLint *first,
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.h186 GLint first,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1452 DIE &SPDie = *CI->first; in constructContainingTypeDIEs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIfConversion.cpp724 /// These two iterators initially point to the first instruction of the two
725 /// blocks, and finally point to the first non-shared instruction.
729 /// finally point to the first shared instruction in the tail.
812 /// @param TIB - True Iterator Begin, points to first non-shared instruction
813 /// @param FIB - False Iterator Begin, points to first non-shared instruction
1101 // are two copies of TBB's instructions. We get to the first if c1, and we in ScanInstructions()
1499 unsigned Reg = Clobber.first; in UpdatePredRedefs()
1565 // Initialize liveins to the first BB. These are potentially redefined by in IfConvertSimple()
1664 // Initialize liveins to the first BB. These are potentially redefined by in IfConvertTriangle()
2250 // first mov in MergeBlocks()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp303 // If we haven't computed the reverse mapping yet, do so first. in getGlobalValueAtAddress()
308 StringRef Name = I->first(); in getGlobalValueAtAddress()
381 // Should be an array of '{ i32, void ()* }' structs. The first value is in runStaticConstructorsDestructors()
446 report_fatal_error("Invalid type for first argument of main() supplied"); in runFunctionAsMain()
1206 // If this is the first time we've seen this global, it is the canonical in emitGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmStreamer.cpp1439 Range.first->print(OS, MAI);
1876 // high order halfword of a 32-bit Thumb2 instruction is emitted first.
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp1170 const auto next_inst = pair.first; in EntryPointReferences()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp33 pair->set_first(compare_and_select_id.first); in MakeAccessClampingInfo()
97 // Look through the instructions in the function's first block. in AllVariablesAndParametersExceptLoopLimiterAreIrrelevant()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_capability_test.cpp42 // Parameter for validation test fixtures. The first std::string is a
65 // the first-line capability exists in that std::vector, success is expected;
68 // We will use testing::Combine() to vary the first line: when we combine
80 return std::get<1>(p).first; in Remainder()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp353 const std::string &name = it.first; in save()
470 // Look up in the cache first in allocUniformAndXfbDescriptorSet()
H A Dvk_cache_utils.h1532 // Find the first element and return it.
1597 *descPtrOut = &item->first;
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp708 // Purely for debugging/testing, save the first approximation and error function:
749 // Inner last pt == first pt when appending in reverse
1352 if (ImGui::MenuItem(metric.first.c_str(), nullptr,

Completed in 75 milliseconds

1...<<151152153154155156157158159160>>...162