/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 384 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 D | vktPipelineInputAttributeOffsetTests.cpp | 380 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 D | vktPostmortemUseAfterFreeTests.cpp | 82 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 D | vktRobustnessUtil.cpp | 404 &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 D | vktSparseResourcesBufferMemoryAliasing.cpp | 288 &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 D | vktSparseResourcesBufferSparseResidency.cpp | 264 &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 D | vktSynchronizationUtil.hpp | 82 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 D | MacroExpander.cpp | 196 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 D | Renderbuffer.cpp | 108 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 D | RenderStateCache.cpp | 177 *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 D | DwarfDebug.h | 145 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 D | ResourcePriorityQueue.cpp | 253 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 D | ShrinkWrap.cpp | 505 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 D | glcSubgroupsBuiltinVarTests.cpp | 768 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 D | glcSubgroupsTestsUtils.hpp | 75 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 D | pipeline.cc | 50 // 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 D | val_annotation_test.cpp | 732 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 D | PointSpritesTest.cpp | 71 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 D | DXT1CompressedTextureTest.cpp | 225 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 D | MultisampleTest.cpp | 25 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 D | SampleFatBits.cpp | 170 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 D | SkZip.h | 81 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 D | SkICC.cpp | 324 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 D | GrVkGpu.h | 55 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 D | MacroExpander.cpp | 202 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
|