| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.cpp | 871 // 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 D | sparct4-mont.pl | 372 sll %o5, 3, %o5 ! offset within first cache line
|
| /third_party/libabigail/src/ |
| H A D | abg-suppression.cc | 890 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 D | build.rs | 142 match line.first() { in process_semver_file()
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | sparct4-mont.pl | 372 sll %o5, 3, %o5 ! offset within first cache line
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineColorWriteEnableTests.cpp | 874 // 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 D | vktOpaqueTypeIndexingTests.cpp | 933 // 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 D | vktSparseResourcesImageSparseResidency.cpp | 71 const auto channelIdx = channel.first; in getFormatValueString()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 127 return it->first; in getQueueFamilyIndex()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrCopyTests.cpp | 543 const deUint32 srcPlaneNdx (planes.first); in genCopies()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryMappingTests.cpp | 1394 const MemoryType type = memoryTypeMaxSizePair.first; 1597 // Reserve MemoryObject from sys mem first
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Display.cpp | 1134 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 D | validationGL1.cpp | 2126 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 D | validationGL1_autogen.h | 1044 const GLint *first,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_2_0_autogen.h | 186 GLint first,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1452 DIE &SPDie = *CI->first; in constructContainingTypeDIEs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 724 /// 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 D | ExecutionEngine.cpp | 303 // 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 D | MCAsmStreamer.cpp | 1439 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 D | validation_state.cpp | 1170 const auto next_inst = pair.first; in EntryPointReferences()
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | transformation_add_function_test.cpp | 33 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 D | val_capability_test.cpp | 42 // 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 D | ProgramExecutableVk.cpp | 353 const std::string &name = it.first; in save() 470 // Look up in the cache first in allocUniformAndXfbDescriptorSet()
|
| H A D | vk_cache_utils.h | 1532 // Find the first element and return it. 1597 *descPtrOut = &item->first;
|
| /third_party/skia/samplecode/ |
| H A D | SampleVariableWidthStroker.cpp | 708 // 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,
|