/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nv50.cpp | 337 // 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 D | nvc0_query_hw.c | 70 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 D | RangeTreeTest.java | 277 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 D | TestNumberingScheme.java | 243 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 D | RangeTableTest.java | 229 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 D | prefilter.rs | 602 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 D | scriptutil.py | 89 TRACEBACK = os.environ.get('SHOW_TRACEBACK', '').strip() 329 verbosity = ns.get('verbosity', VERBOSITY)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_ext.py | 125 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 D | config.py | 65 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 D | vktAmberTestCase.cpp | 429 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 D | vktApiGranularityTests.cpp | 271 imageViews.push_back(it->get()->get()); in initObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 304 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 D | vktSparseResourcesImageSparseBinding.cpp | 282 &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 D | vktWsiFullScreenExclusiveTests.cpp | 253 , 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 D | vktAmberTestCase.cpp | 428 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 D | vktComputeShaderBuiltinVarTests.cpp | 462 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 D | OverlayWidgets.cpp | 564 static_cast<const overlay::RunningGraph *>(widget.get()); in fillEnabledWidgetCoordinates() 603 appendFunc(widget.get(), imageExtents, in fillWidgetData()
|
H A D | Shader.cpp | 388 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 D | DisplayGbm.cpp | 700 // 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 D | ShaderStorageBlockOutputHLSL.cpp | 60 // 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 D | SynchronizedValue.h | 260 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 D | StateManagerGL.h | 321 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 D | DWARFDebugFrame.cpp | 411 // 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 D | SafepointIRVerifier.cpp | 108 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 D | vkObjUtil.cpp | 792 descriptorSetLayoutsUnWrapped.push_back(descriptorSetLayout.get()); in makePipelineLayout() 910 cmdBuffer = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in CommandPoolWithBuffer()
|