/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1759 usedLocations.insert(reservedLocation); 1862 usedLocations.insert(reservedLocation); 1968 usedIndices.insert(reservedIndex);
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 173 words.insert(words.end(), comp_in_words.begin(), comp_in_words.end()); in GetWordsFromNumericScalarOrVectorConstant() 1882 // Find the first position where the list of insert and extract indicies 1927 // Rewrite the extract to use the composite input to the insert. 2114 values_inserted.insert( 2829 if (seen_operands.insert(inst->GetSingleWordOperand(i)).second) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 95 first.insert(first.end(), second.begin(), second.end()); in append() 357 takenLocationIndices.insert(locationNdx); in fillSampleLocationsPacked() 414 colors.insert(image.getPixel(x, y)); in countUniqueColors()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 1377 parallelcopies.insert(parallelcopies.end(), pc.begin(), pc.end()); in get_reg_impl() 1851 parallelcopies.insert(parallelcopies.end(), pc.begin(), pc.end()); in get_reg_create_vector() 2179 /* the variable has been renamed differently in the predecessors: we need to insert a phi */ in handle_live_in() 2194 block->instructions.insert(block->instructions.begin(), std::move(phi)); in handle_live_in() 2215 /* insert additional renames at block end, but don't overwrite */ in handle_loop_phis() 2417 live.insert(op.tempId()); in get_affinities()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 508 GetIgnoredParameterizedTestSuites()->insert(test_suite); in MarkAsIgnored() 540 "To suppress this error for this test suite, insert the following line " in InsertSyntheticTestCase() 601 "To suppress this error for this test suite, insert the following line " in CheckForInstantiations() 5773 test_suites_.insert(test_suites_.begin() + last_death_test_suite_, 6695 unrecognized.insert(flag.flag_name); 6699 positional.insert(arg);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 459 visited.insert(bb); in findFirstUsesBB() 579 // insert the barriers in insertTextureBarriers() 1264 bld.insert(tex = cloneForward(func, i)); in handleManualTXD() 1871 bld.insert(tex); in loadMsAdjInfo32() 2707 bld.insert(su2d); in processSurfaceCoordsGM107()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1320 basicTypes.insert(b.mainType()); in ArrayBinding() 1321 bindingTypes.insert(toDescriptorTypeFlags(b.usedTypes())); in ArrayBinding() 1446 usedTypes.insert(descriptorType); 2643 usedDescriptorTypes.insert(begin(descTypes), end(descTypes));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2451 linesParams.insert(pair<string, string>("TOPOLOGY", "lines")); in addGeometryShadersFromTemplate() 2454 pointsParams.insert(pair<string, string>("TOPOLOGY", "points")); in addGeometryShadersFromTemplate() 2465 linesParams.insert(pair<string, string>("TOPOLOGY", "InputLines")); in addGeometryShadersFromTemplate() 2468 pointsParams.insert(pair<string, string>("TOPOLOGY", "InputPoints")); in addGeometryShadersFromTemplate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1316 basicTypes.insert(b.mainType()); in ArrayBinding() 1317 bindingTypes.insert(toDescriptorTypeFlags(b.usedTypes())); in ArrayBinding() 1442 usedTypes.insert(descriptorType); 2639 usedDescriptorTypes.insert(begin(descTypes), end(descTypes));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 932 mShareGroupVk->getContexts()->insert(this); in initialize() 1469 // Internal bug b/169243237 is tracking this and once the insert* call shows the in handleDirtyEventLogImpl() 1470 // pLabelName similar to begin* call, we can switch these to insert* calls instead. in handleDirtyEventLogImpl() 4639 mCurrentTransformFeedbackBuffers.insert(buffer); in populateTransformFeedbackBufferSet() 5254 driverUniforms.descriptorSetCache.insert(bufferSerial.getValue(), driverUniforms.descriptorSet); 5487 alreadyProcessed.insert(image);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 211 // TODO: 32-bit insert to a 64-bit SGPR may incur a non-free copy due to SGPR in getBreakDownCost() 782 // To insert the loop we need to split the block. Move everything before this in executeInWaterfallLoop() 783 // point to a new block, and insert a new empty block before this instruction. in executeInWaterfallLoop() 789 MF->insert(MBBI, LoopBB); in executeInWaterfallLoop() 790 MF->insert(MBBI, RestoreExecBB); in executeInWaterfallLoop() 791 MF->insert(MBBI, RemainderBB); in executeInWaterfallLoop() 1024 // Set the insert point after the original instruction, so any new in executeInWaterfallLoop() 1043 SGPROperandRegs.insert(Reg); in collectWaterfallOperands() 1096 // When regbankselect repairs registers, it will insert a repair instruction
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 599 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind() 1535 if (dst.insert(this).second) in doGetUsedFuncs() 5020 seenInputs.insert(tuple); in generateInputs() 5041 seenInputs.insert(tuple); in generateInputs()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2439 linesParams.insert(pair<string, string>("TOPOLOGY", "lines")); in addGeometryShadersFromTemplate() 2442 pointsParams.insert(pair<string, string>("TOPOLOGY", "points")); in addGeometryShadersFromTemplate() 2453 linesParams.insert(pair<string, string>("TOPOLOGY", "InputLines")); in addGeometryShadersFromTemplate() 2456 pointsParams.insert(pair<string, string>("TOPOLOGY", "InputPoints")); in addGeometryShadersFromTemplate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2293 if (!seen.insert(value).second) in collectDuplicates() 2294 duplicates.insert(value); in collectDuplicates() 6743 // allowedExtensions.insert("VK_GOOGLE_extension1"); in testNoUnknownExtensions() 6744 allowedDeviceExtensions.insert("VK_ANDROID_external_memory_android_hardware_buffer"); in testNoUnknownExtensions() 6745 allowedDeviceExtensions.insert("VK_GOOGLE_display_timing"); in testNoUnknownExtensions() 6746 allowedDeviceExtensions.insert("VK_GOOGLE_decorate_string"); in testNoUnknownExtensions() 6747 allowedDeviceExtensions.insert("VK_GOOGLE_hlsl_functionality1"); in testNoUnknownExtensions() 6748 allowedDeviceExtensions.insert("VK_GOOGLE_user_type"); in testNoUnknownExtensions() 6749 allowedInstanceExtensions.insert("VK_GOOGLE_surfaceless_query"); in testNoUnknownExtensions()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 788 ids.insert(0, parent_id) 799 ids.insert(0, query.value(2)) 800 ids.insert(0, query.value(1)) 983 ids.insert(0, parent_id) 991 ids.insert(0, query.value(2)) 992 ids.insert(0, query.value(1))
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 789 ids.insert(0, parent_id) 800 ids.insert(0, query.value(2)) 801 ids.insert(0, query.value(1)) 984 ids.insert(0, parent_id) 992 ids.insert(0, query.value(2)) 993 ids.insert(0, query.value(1))
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 469 // - assign/insert/erase 3780 g_cs->subcasesPassed.insert(g_cs->subcasesStack); 4047 getRegisteredTests().insert(tc); 6340 p->reporters_currently_used.insert(p->reporters_currently_used.begin(), curr.second(*g_cs)); 6443 testSuitesPassingFilt.insert(tc.m_test_suite); 6559 getReporters().insert(reporterMap::value_type(reporterMap::key_type(priority, name), c)); 6561 getListeners().insert(reporterMap::value_type(reporterMap::key_type(priority, name), c));
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 1078 .insert(std::make_pair(Global<Module>(isolate, module), in FetchModuleTree() 1086 .insert(std::make_pair(std::make_pair(file_name, module_type), in FetchModuleTree() 1090 .insert(std::make_pair(Global<Module>(isolate, module), file_name)) in FetchModuleTree() 1583 import_data_.insert(data); in AddDynamicImportData() 4951 to->insert(to->end(), std::make_move_iterator(backing_stores_.begin()), in AppendBackingStoresTo() 5240 running_workers_.insert(worker); in AddRunningWorker()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 1484 ephemeron_remembered_set_->insert({table, std::unordered_set<int>()}); 1485 insert_result.first->second.insert(index); 2117 key_to_values.insert(std::make_pair(ephemeron.key, ephemeron.value)); in ProcessEphemeronsLinear() 2144 key_to_values.insert(std::make_pair(ephemeron.key, ephemeron.value)); in ProcessEphemeronsLinear() 3728 heap()->ephemeron_remembered_set_.insert({it->first, it->second}); 3733 set.insert(entry);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 6106 definedAttachments.insert(attachmentIndex); 6108 depthStencilAttachments.insert(attachmentIndex); 6117 definedAttachments.insert(attachmentIndex); 6119 colorAttachments.insert(attachmentIndex); 6145 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); 6148 definedAttachments.insert(*depthStencilAttachment);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 584 // insert MFLO in performDivRemCombine() 593 // insert MFHI in performDivRemCombine() 1299 llvm_unreachable("Unexpected instr type to insert"); in EmitInstrWithCustomInserter() 1757 // insert new blocks after the current block in emitAtomicBinaryPartword() 1761 MF->insert(It, exitMBB); in emitAtomicBinaryPartword() 1941 // insert new blocks after the current block in emitAtomicCmpSwapPartword() 1945 MF->insert(It, exitMBB); in emitAtomicCmpSwapPartword() 2342 // ins X, E, 31, 1 ; insert extracted bit at bit31 of X in lowerFCOPYSIGN32() 2381 // ins X, E, width(X) - 1, 1 ; insert extracted bit at bit width(X)-1 of X in lowerFCOPYSIGN64() 3557 // size. Extract the value and insert an in UnpackFromArgumentSlot() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1490 triangles.insert(triangle); 4185 outerEdgeVertices.insert(tfResult.varying[vtxNdx]); 4477 mirroredEdgeVertices.insert(vtx); 4479 nonMirroredEdgeVertices.insert(vtx); 4728 currentEdgeVertices.insert(outerEdgeIndex == 0 ? vtx 4735 currentEdgeVertices.insert(Vec3(outerEdgeIndex == 0 ? vtx.y()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 6069 definedAttachments.insert(attachmentIndex); 6071 depthStencilAttachments.insert(attachmentIndex); 6080 definedAttachments.insert(attachmentIndex); 6082 colorAttachments.insert(attachmentIndex); 6108 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); 6111 definedAttachments.insert(*depthStencilAttachment);
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 677 m_textures.insert(texObj); in bindTexture() 766 m_framebuffers.insert(fbo); in bindFramebuffer() 841 m_renderbuffers.insert(rbo); in bindRenderbuffer() 2516 m_buffers.insert(bufObj); 3604 m_vertexArrays.insert(vertexArrayObject); 4579 m_programs.insert(new rc::ShaderProgramObjectContainer(name, program));
|
/third_party/vulkan-loader/tests/ |
H A D | loader_regression_tests.cpp | 524 exts.insert(exts.begin(), driver.physical_devices.front().extensions.begin(), driver.physical_devices.front().extensions.end()); in TEST() 557 exts.insert(exts.begin(), driver.physical_devices.front().extensions.begin(), driver.physical_devices.front().extensions.end()); in TEST() 640 driver.physical_devices.front().extensions.insert(driver.physical_devices.front().extensions.end(), exts.begin(), exts.end()); in TEST() 1094 driver.physical_devices.insert(driver.physical_devices.begin() + 2, "physical_device_C"); in TEST() 2110 driver.physical_device_groups.insert(driver.physical_device_groups.begin() + 2, driver.physical_devices[6]); in TEST() 2479 driver.physical_device_groups.insert(driver.physical_device_groups.begin() + 2, driver.physical_devices[6]); in TEST()
|