Home
last modified time | relevance | path

Searched refs:get (Results 4626 - 4650 of 9961) sorted by relevance

1...<<181182183184185186187188189190>>...399

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp384 Move<VkShaderModule> shaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in iterate()
394 Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout.get()); in iterate()
440 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
447 submitCommandsAndWait(vk, device, queue, *cmdBuffer, false, 1u, 1u, &bindSemaphore.get(), stageBits); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp380 const auto vertModule = ShaderWrapper(ctx.vkd, ctx.device, binaries.get("vert")); in iterate()
381 const auto fragModule = ShaderWrapper(ctx.vkd, ctx.device, binaries.get("frag")); in iterate()
427 .setupVertexInputState(pipelineVertexInputState.get()) in iterate()
441 ctx.vkd.cmdBindVertexBuffers(cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::postmortem::__anon28291::Buffer
83 const vk::VkBuffer& operator* (void) const { return get(); } in operator *()
326 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
342 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp404 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
429 m_vertexShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("vertex"), 0); in GraphicsEnvironment()
430 m_fragmentShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("fragment"), 0); in GraphicsEnvironment()
566 m_computeShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("compute"), 0); in ComputeEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp288 &bufferMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
314 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("comp"), DE_NULL)); in iterate()
336 deviceInterface.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
394 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &bufferMemoryBindSemaphore.get(), in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp264 &bufferMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
308 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("comp"), DE_NULL)); in iterate()
331 deviceInterface.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
380 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &bufferMemoryBindSemaphore.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::synchronization::Buffer
83 const vk::VkBuffer& operator* (void) const { return get(); } in operator *()
115 const vk::VkImage& get (void) const { return *m_image; } in get() function in vkt::synchronization::Image
116 const vk::VkImage& operator* (void) const { return get(); } in operator *()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp196 if (mReserveToken.get()) in getToken()
211 *token = mContextStack.back()->get(); in getToken()
230 ASSERT(!mReserveToken.get()); in ungetToken()
518 const Token &MacroExpander::MacroContext::get() in get() function in angle::pp::MacroExpander::MacroContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRenderbuffer.cpp108 mImplObserverBinding.bind(mImplementation.get()); in Renderbuffer()
163 const TextureCaps &formatCaps = context->getTextureCaps().get(internalformat); in setStorageMultisample()
240 return mImplementation.get(); in getImplementation()
386 return mImplementation.get(); in getAttachmentImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp177 *outRasterizerState = keyIter->second.get(); in getRasterizerState()
217 *outRasterizerState = dx11RasterizerState.get(); in getRasterizerState()
271 *outSamplerState = keyIter->second.get(); in getSamplerState()
317 *outSamplerState = dx11SamplerState.get(); in getSamplerState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h145 assert(!ValueLoc.get() && "Already initialized?"); in initializeMMI()
174 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression()
183 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc()
216 assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp253 if (!ResourcesModel->canReserveResources(&TII->get( in isResourceAvailable()
293 ResourcesModel->reserveResources(&TII->get( in reserveResources()
436 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost()
538 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DShrinkWrap.cpp505 updateSaveRestorePoints(MBB, RS.get()); in runOnMachineFunction()
514 if (!useOrDefCSROrFI(MI, RS.get())) in runOnMachineFunction()
518 updateSaveRestorePoints(MBB, RS.get()); in runOnMachineFunction()
572 updateSaveRestorePoints(*NewBB, RS.get()); in runOnMachineFunction()
604 // sanitizers to be able to get a correct stack frame. in isShrinkWrapEnabled()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBuiltinVarTests.cpp768 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(graphicGroup.get(), in createSubgroupsBuiltinVarTests()
775 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), in createSubgroupsBuiltinVarTests()
783 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(framebufferGroup.get(), in createSubgroupsBuiltinVarTests()
795 SubgroupFactory<CaseDefinition>::addFunctionCaseWithPrograms(computeGroup.get(), de::toLower(var), "", in createSubgroupsBuiltinVarTests()
H A DglcSubgroupsTestsUtils.hpp75 const Program& get (const std::string& name) const;
134 m_programs[name] = prog.get(); in add()
143 m_programs[name] = program.get(); in add()
154 const Program& ProgramCollection<Program>::get (const std::string& name) const in get() function in glc::ProgramCollection
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc50 // Command must be reset before we destroy descriptors or we get a validation in ~Pipeline()
234 return push_constant_->RecordPushConstantVkCommand(command_.get(), in RecordPushConstant()
270 *desc = descriptor.get(); in GetDescriptorSlot()
346 desc = descriptors.back().get(); in AddBufferDescriptor()
484 // Sort descriptors by binding number to get correct order of dynamic in BindVkDescriptorSets()
560 transfer_resource.get(), buffer); in ReadbackDescriptorsToHostDataQueue()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_annotation_test.cpp732 const auto deco = std::get<0>(GetParam()); in TEST_P()
733 const auto sc = std::get<1>(GetParam()); in TEST_P()
772 const auto deco = std::get<0>(GetParam()); in TEST_P()
773 const auto sc = std::get<1>(GetParam()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPointSpritesTest.cpp71 glBindBuffer(GL_ARRAY_BUFFER, vertexObject.get()); in testPointCoordAndPointSizeCompliance()
238 glBindBuffer(GL_ARRAY_BUFFER, vertexObject.get());
299 glBindBuffer(GL_ARRAY_BUFFER, vertexObject.get());
502 glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer.get());
H A DDXT1CompressedTextureTest.cpp225 glBindTexture(GL_TEXTURE_2D, texture.get()); in TEST_P()
253 glBindTexture(GL_TEXTURE_2D, texture.get()); in TEST_P()
418 glBindTexture(GL_TEXTURE_2D_ARRAY, texture.get()); in TEST_P()
445 glBindTexture(GL_TEXTURE_2D_ARRAY, texture.get()); in TEST_P()
H A DMultisampleTest.cpp25 ss << std::get<0>(info.param); in PrintToStringParamName()
26 if (std::get<1>(info.param)) in PrintToStringParamName()
38 const angle::PlatformParameters platform = ::testing::get<0>(GetParam());
40 if (::testing::get<1>(GetParam()))
309 // D3D11 is off by 63 for red (191 instead of 128), where other back-ends get 128 in TEST_P()
/third_party/skia/samplecode/
H A DSampleFatBits.cpp170 erase(fMaxSurface.get()); in copyMinToMax()
266 erase(fMinSurface.get()); in drawLine()
301 erase(fMinSurface.get()); in drawRect()
347 erase(fMinSurface.get()); in drawTriangle()
/third_party/skia/src/core/
H A DSkZip.h81 template<size_t I> constexpr auto get() const { in get() function in SkZip
82 return SkMakeSpan(std::get<I>(fPointers), fSize); in get()
115 return ReturnTuple((std::get<Is>(fPointers))[i]...); in indexDetail()
126 return std::tuple<Ts*...>{&(std::get<Is>(fPointers))[i]...}; in pointersAtDetail()
H A DSkICC.cpp324 uint8_t* ptr = (uint8_t*) profile.get(); in SkWriteICCProfile()
370 SkASSERT(kICCProfileSize == ptr - (uint8_t*) profile.get()); in SkWriteICCProfile()
378 uint8_t* pProfile = (uint8_t*) profile.get(); in SkWriteICCProfileWithCicp()
437 SkASSERT(kICCProfileSizeWithCicp == pProfile - (uint8_t*) profile.get()); in SkWriteICCProfileWithCicp()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h55 const GrVkInterface* vkInterface() const { return fInterface.get(); } in vkInterface()
63 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
64 GrVkMemoryAllocator* memoryAllocatorCacheImage() const { return fMemoryAllocatorCacheImage.get(); } in memoryAllocatorCacheImage()
214 GrVkMemoryReclaimer* memoryReclaimer() const { return fMemoryReclaimer.get(); } in memoryReclaimer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp202 if (mReserveToken.get()) in getToken()
217 *token = mContextStack.back()->get(); in getToken()
236 assert(!mReserveToken.get()); in ungetToken()
526 const Token &MacroExpander::MacroContext::get() in get() function in pp::MacroExpander::MacroContext

Completed in 24 milliseconds

1...<<181182183184185186187188189190>>...399