Home
last modified time | relevance | path

Searched refs:get (Results 9151 - 9175 of 12127) sorted by relevance

1...<<361362363364365366367368369370>>...486

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp337 // Shader inputs get transformed to p[] in geometry shaders, and those in insnCanLoad()
409 offset += i->src(s).get()->reg.data.offset; in insnCanLoadOffset()
417 return offset >= 0 && offset <= (int32_t)(127 * i->src(s).get()->reg.size); in insnCanLoadOffset()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c70 unsigned offset, uint32_t get) in nvc0_hw_query_get()
82 PUSH_DATA (push, get); in nvc0_hw_query_get()
180 * equivalent to doing the query -- we would get hq->sequence as the in nvc0_hw_begin_query()
200 /* XXX: This get actually writes the number of overflowed streams */ in nvc0_hw_begin_query()
269 /* XXX: This get actually writes the number of overflowed streams */ in nvc0_hw_end_query()
69 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, unsigned offset, uint32_t get) nvc0_hw_query_get() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java277 assertThat(v.visited.get(n).digitMask()).isEqualTo(1 << n); in testVisitor()
506 .get(); in testThreadSafety()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java243 checkNotNull(shortcodes.get(region), "no shortcodes in region %s", region); in forShortcodesIn()
367 return shortcodes.get(region); in shortcode()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java229 assertThat(table.getAssignedRanges(regionMap.get(PhoneRegion.of("US")))).containsExactly("[13]xxxxx"); in testColumnGroupMapping()
230 assertThat(table.getAssignedRanges(regionMap.get(PhoneRegion.of("CA")))).containsExactly("[23]xxxxx"); in testColumnGroupMapping()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs602 let mut rarest = match bytes.get(0) { in add()
891 if let Some(&byte) = bytes.get(0) { in add()
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py89 TRACEBACK = os.environ.get('SHOW_TRACEBACK', '').strip()
329 verbosity = ns.get('verbosity', VERBOSITY)
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py125 old_var = _config_vars.get('Py_ENABLE_SHARED')
136 # make sure we get some library dirs under solaris
475 if os.environ.get('MACOSX_DEPLOYMENT_TARGET'):
495 # get the deployment target that the interpreter was built with
/third_party/python/Lib/idlelib/
H A Dconfig.py65 return self.get(section, option, raw=raw)
90 if self.get(section, option) == value:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp429 size_t len = m_context.getBinaryCollection().get(shader.shader_name).getSize(); in iterate()
435 deMemcpy(data.data(), m_context.getBinaryCollection().get(shader.shader_name).getBinary(), len); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp271 imageViews.push_back(it->get()->get()); in initObjects()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp304 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
434 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp282 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
417 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp253 , windowSize (getFullScreenSize(wsiType, *display.get(), tcu::UVec2(256U, 256U))) in NativeObjectsFS()
377 Win32WindowInterface* windowInterface = dynamic_cast<Win32WindowInterface*>(native.window.get()); in fullScreenExclusiveTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp428 size_t len = m_context.getBinaryCollection().get(shader.shader_name).getSize(); in iterate()
434 deMemcpy(data.data(), m_context.getBinaryCollection().get(shader.shader_name).getBinary(), len); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp462 const Unique<VkShaderModule> shaderModule(createShaderModule(m_vki, m_device, m_context.getBinaryCollection().get(program_name.str()), 0u)); in iterate()
494 m_vki.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp564 static_cast<const overlay::RunningGraph *>(widget.get()); in fillEnabledWidgetCoordinates()
603 appendFunc(widget.get(), imageExtents, in fillWidgetData()
H A DShader.cpp388 ASSERT(mBoundCompiler.get()); in compile()
407 ASSERT(mCompilingState.get()); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp700 // get buffer on which to draw window in drawBuffer()
749 // but we still get some. in flushGL()
817 EGLAttrib width = attribs.get(EGL_WIDTH, 0); in createPbufferSurface()
818 EGLAttrib height = attribs.get(EGL_HEIGHT, 0); in createPbufferSurface()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.cpp60 // assign it again. But we still need to call recursively to get the storage's in GetBlockLayoutInfo()
437 if (mReferencedShaderStorageBlocks.count(interfaceBlock->uniqueId().get()) == 0) in collectShaderStorageBlocks()
444 mReferencedShaderStorageBlocks[interfaceBlock->uniqueId().get()] = in collectShaderStorageBlocks()
/third_party/skia/third_party/externals/angle2/src/common/
H A DSynchronizedValue.h260 T get() const in get() function in angle::SynchronizedValue
266 explicit operator T() const { return get(); } in operator T()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h321 void get(GLenum name, T *value);
324 void get(GLenum name, std::array<T, n> *values);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp411 // Walk the augmentation string to get all the augmentation data.
469 CIEs[StartOffset] = Cie.get();
539 return It->get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DSafepointIRVerifier.cpp108 assert(cast_or_null<BasicBlock>(U->get()) && in isDeadEdge()
189 BasicBlock *BB = cast_or_null<BasicBlock>(DeadEdge.get()); in addDeadEdge()
333 // Strip through all the bitcasts and geps to get base pointer. Also check for in getBaseType()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp792 descriptorSetLayoutsUnWrapped.push_back(descriptorSetLayout.get()); in makePipelineLayout()
910 cmdBuffer = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in CommandPoolWithBuffer()

Completed in 29 milliseconds

1...<<361362363364365366367368369370>>...486