Home
last modified time | relevance | path

Searched refs:getPipelineLayout (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/Device/
DVertexProcessor.cpp73 state.pipelineLayoutIdentifier = pipelineState.getPipelineLayout()->identifier; in update()
DPixelProcessor.cpp95 state.pipelineLayoutIdentifier = pipelineState.getPipelineLayout()->identifier; in update()
DContext.hpp140 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout() function
DRenderer.cpp217 …vertexRoutine = vertexProcessor.routine(vertexState, pipelineState.getPipelineLayout(), vertexShad… in draw()
219 …pixelRoutine = pixelProcessor.routine(pixelState, pipelineState.getPipelineLayout(), fragmentShade… in draw()
269 draw->pipelineLayout = pipelineState.getPipelineLayout(); in draw()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp812 virtual vk::VkPipelineLayout getPipelineLayout (void) const = 0;
990 const vk::VkPipelineLayout pipelineLayout (getPipelineLayout()); in renderToTarget()
1235 vk::VkPipelineLayout getPipelineLayout (void) const;
1831 vk::VkPipelineLayout BufferRenderInstance::getPipelineLayout (void) const in getPipelineLayout() function in vkt::BindingModel::__anon1e93d52c0111::BufferRenderInstance
1853 …m_vki.cmdBindDescriptorSets(cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), 0, (int… in writeDrawCmdBuffer()
1867 …m_vki.cmdBindDescriptorSets(cmd, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, getPipelineLayout(), descrip… in writeDrawCmdBuffer()
1880 …m_vki.cmdPushDescriptorSetWithTemplateKHR(cmd, **m_updateTemplates[setNdx], getPipelineLayout(), s… in writeDrawCmdBuffer()
2050 inline vk::VkPipelineLayout getPipelineLayout (void) const { return *m_pipelineLayout; }; in getPipelineLayout() function in vkt::BindingModel::__anon1e93d52c0111::ComputePipeline
2834 pipeline.getPipelineLayout(), in testResourceAccess()
2871 …x0], **buffers[ndx1], viewOffsets[ndx1], m_result.getBuffer(), true, pipeline.getPipelineLayout()); in testResourceAccess()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp862 contextVk, &contextVk->getRenderPassCache(), *pipelineCache, getPipelineLayout(), desc, in getGraphicsPipeline()
881 return shaderProgram->getComputePipeline(contextVk, getPipelineLayout(), pipelineOut); in getComputePipeline()
1080 ANGLE_TRY(contextVk->getPipelineLayoutCache().getPipelineLayout( in createPipelineLayout()
1889 getPipelineLayout(), pipelineBindPoint, descriptorSetIndex, 1, &descSet, in updateDescriptorSets()
1896 getPipelineLayout(), pipelineBindPoint, descriptorSetIndex, 1, &descSet, in updateDescriptorSets()
1902 commandBuffer->bindDescriptorSets(getPipelineLayout(), pipelineBindPoint, in updateDescriptorSets()
DProgramExecutableVk.h155 const vk::PipelineLayout &getPipelineLayout() const { return mPipelineLayout.get(); } in getPipelineLayout() function
Dvk_cache_utils.h1618 angle::Result getPipelineLayout(vk::Context *context,
DUtilsVk.cpp1176 ANGLE_TRY(contextVk->getPipelineLayoutCache().getPipelineLayout(contextVk, pipelineLayoutDesc, in ensureResourcesInitialized()
Dvk_cache_utils.cpp3672 angle::Result PipelineLayoutCache::getPipelineLayout( in getPipelineLayout() function in rx::PipelineLayoutCache
DContextVk.cpp4869 mExecutable->getPipelineLayout(), bindPoint, DescriptorSetIndex::Internal, 1, in handleDirtyDriverUniformsBindingImpl()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp652 Move<VkPipelineLayout> getPipelineLayout (const DeviceInterface& vk, const VkDevice& device, deUint… in getPipelineLayout() function
1047 …const Unique<VkPipelineLayout> pipelineLayoutAC (getPipelineLayout(vk, device, DE_LENGTH_OF_AR… in pipelineLayoutLifetimeTest()
1048 …const Unique<VkPipelineLayout> pipelineLayoutBC (getPipelineLayout(vk, device, DE_LENGTH_OF_AR… in pipelineLayoutLifetimeTest()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp1092 virtual Move<VkPipelineLayout> getPipelineLayout(const vk::DeviceInterface& deviceInterface, in getPipelineLayout() function in vkt::RayTracing::__anon096600500111::TestBase
1687 Move<VkPipelineLayout> getPipelineLayout( const vk::DeviceInterface& deviceInterface, in getPipelineLayout() function in vkt::RayTracing::__anon096600500111::ASStressTest
7971 const Move<VkPipelineLayout> pipelineLayoutPtr = m_testPtr->getPipelineLayout( deviceInterface, in runTest()