Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLCommandQueueVk.cpp1256 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, globalOffsetRange->offset, in processKernelResources()
1265 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, globalSizeRange->offset, in processKernelResources()
1277 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, regionOffsetRange->offset, in processKernelResources()
1291 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, in processKernelResources()
1300 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, in processKernelResources()
1312 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, numWorkgroupsRange->offset, in processKernelResources()
1366 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, offset, size, in processKernelResources()
1400 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, in processKernelResources()
1419 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, in processKernelResources()
1429 kernelVk.getPipelineLayout(), VK_SHADER_STAGE_COMPUTE_BIT, in processKernelResources()
[all …]
H A DCLKernelVk.h99 return pipelineLayoutCache->getPipelineLayout(mContext, mPipelineLayoutDesc, in initPipelineLayout()
102 const vk::PipelineLayout &getPipelineLayout() const { return *mPipelineLayout; } in getPipelineLayout() function
H A DProgramExecutableVk.cpp1552 context, &pipelines, pipelineCache, compatibleRenderPass, getPipelineLayout(), source, in createGraphicsPipelineImpl()
1563 context, &pipelines, pipelineCache, compatibleRenderPass, getPipelineLayout(), source, in createGraphicsPipelineImpl()
1653 contextVk, pipelineCache, desc, getPipelineLayout(), vertexInputPipeline, shadersPipeline, in linkGraphicsPipelineLibraries()
1663 contextVk, pipelineCache, desc, getPipelineLayout(), specConsts, *pipelineOut); in linkGraphicsPipelineLibraries()
1684 context, &mComputePipelines, pipelineCache, getPipelineLayout(), pipelineOptions, source, in getOrCreateComputePipeline()
1803 ANGLE_TRY(pipelineLayoutCache->getPipelineLayout(context, pipelineLayoutDesc, in createPipelineLayout()
2057 getPipelineLayout(), pipelineBindPoint, descriptorSetIndex, 1, &descSet, in bindDescriptorSets()
2064 getPipelineLayout(), pipelineBindPoint, descriptorSetIndex, 1, &descSet, in bindDescriptorSets()
2070 commandBuffer->bindDescriptorSets(getPipelineLayout(), pipelineBindPoint, in bindDescriptorSets()
H A DCLKernelVk.cpp317 mContext, &mComputePipelineCache, pipelineCache, getPipelineLayout(), in getOrCreateComputePipeline()
H A DProgramExecutableVk.h206 const vk::PipelineLayout &getPipelineLayout() const { return *mPipelineLayout; } in getPipelineLayout() function
H A Dvk_cache_utils.h2731 angle::Result getPipelineLayout(vk::Context *context,
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp246 VkPipelineLayout pipelineLayout = getPipelineLayout(compressedFormat); in get()
284 VkPipelineLayout GpuDecompressionPipelineManager::getPipelineLayout(VkFormat format) { in getPipelineLayout() function in gfxstream::vk::GpuDecompressionPipelineManager
DGpuDecompressionPipeline.h118 VkPipelineLayout getPipelineLayout(VkFormat format);
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp269 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
459 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
652 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
875 …indDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(), 0u, 1u, in iterate()
1085 …indDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(), 0u, 1u, in iterate()
1365 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
1572 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
1781 …vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(),… in iterate()
2037 …ndDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline0.getPipelineLayout(), 0u, 1u, in iterate()
2272 …indDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(), 0u, 1u, in iterate()
[all …]
H A DvktComputeShaderBuiltinVarTests.cpp560 …indDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, pipeline.getPipelineLayout(), 0u, 1u, in iterate()
H A DvktComputeIndirectComputeDispatchTests.cpp514 …DescriptorSets(*cmdBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, computePipeline.getPipelineLayout(), in iterate()
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp204 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, pipeline.getPipelineLayout(), 0u, 1, &*descriptorS… in runCompute()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp130 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, pipeline.getPipelineLayout(), 0u, 1, &*descriptorS…
H A DvktComputeCooperativeMatrixTests.cpp1531 …vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, pipeline.getPipelineLayout(), 0u, 1, &*descriptorS… in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp857 virtual vk::VkPipelineLayout getPipelineLayout(void) const = 0;
1022 const vk::VkPipelineLayout pipelineLayout(getPipelineLayout()); in renderToTarget()
1252 vk::VkPipelineLayout getPipelineLayout(void) const;
1846 vk::VkPipelineLayout BufferRenderInstance::getPipelineLayout(void) const in getPipelineLayout() function in vkt::BindingModel::__anon9c2f79db0111::BufferRenderInstance
1870getPipelineLayout(), 0, (int)sets.size(), &sets.front(), numOffsets, dynamicOffsetPtr, in writeDrawCmdBuffer()
1888getPipelineLayout(), descriptorSetNdx, 1, &sets[setNdx], numOffsets, in writeDrawCmdBuffer()
1903 ….cmdPushDescriptorSetWithTemplateKHR(cmd, **m_updateTemplates[setNdx], getPipelineLayout(), setNdx, in writeDrawCmdBuffer()
2075 inline vk::VkPipelineLayout getPipelineLayout(void) const in getPipelineLayout() function in vkt::BindingModel::__anon9c2f79db0111::ComputePipeline
2913 …const ComputeCommand compute(m_vki, m_device, pipeline.getPipeline(), pipeline.getPipelineLayout(), in testResourceAccess()
2951 pipeline.getPipelineLayout()); in testResourceAccess()
[all …]
/aosp_15_r20/external/swiftshader/src/Device/
H A DContext.hpp287 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout() function
350 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout() function
H A DRenderer.cpp235 …vertexRoutine = vertexProcessor.routine(vertexState, preRasterizationState.getPipelineLayout(), ve… in draw()
243 …pixelRoutine = pixelProcessor.routine(pixelState, fragmentState->getPipelineLayout(), fragmentShad… in draw()
267 draw->preRasterizationPipelineLayout = preRasterizationState.getPipelineLayout(); in draw()
379 draw->fragmentPipelineLayout = fragmentState->getPipelineLayout(); in draw()
H A DVertexProcessor.cpp76 state.pipelineLayoutIdentifier = preRasterizationState.getPipelineLayout()->identifier; in update()
H A DPixelProcessor.cpp89 state.pipelineLayoutIdentifier = fragmentState.getPipelineLayout()->identifier; in update()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.hpp90 VkPipelineLayout getPipelineLayout(void);
H A DvkPipelineConstructionUtil.cpp3289 if (shader.getPipelineLayout() != DE_NULL) in makeShaderCreateInfo()
3291 shaderCreateInfo.setLayoutCount = shader.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()
3292 shaderCreateInfo.pSetLayouts = shader.getPipelineLayout()->getSetLayouts(); in makeShaderCreateInfo()
3293 … shaderCreateInfo.pushConstantRangeCount = shader.getPipelineLayout()->getPushConstantRangeCount(); in makeShaderCreateInfo()
3294 … shaderCreateInfo.pPushConstantRanges = shader.getPipelineLayout()->getPushConstantRanges(); in makeShaderCreateInfo()
3299 shaderCreateInfo.setLayoutCount = other.getPipelineLayout()->getSetLayoutCount(); in makeShaderCreateInfo()
3300 shaderCreateInfo.pSetLayouts = other.getPipelineLayout()->getSetLayouts(); in makeShaderCreateInfo()
3304 … shaderCreateInfo.pushConstantRangeCount = other.getPipelineLayout()->getPushConstantRangeCount(); in makeShaderCreateInfo()
3305 … shaderCreateInfo.pPushConstantRanges = other.getPipelineLayout()->getPushConstantRanges(); in makeShaderCreateInfo()
H A DvkComputePipelineConstructionUtil.cpp265 VkPipelineLayout ComputePipelineWrapper::getPipelineLayout(void) in getPipelineLayout() function in vk::ComputePipelineWrapper
H A DvkPipelineConstructionUtil.hpp358 const PipelineLayoutWrapper *getPipelineLayout(void) const in getPipelineLayout() function in vk::ShaderWrapper
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp693 Move<VkPipelineLayout> getPipelineLayout(const DeviceInterface &vk, const VkDevice &device, uint32_… in getPipelineLayout() function
1051 getPipelineLayout(vk, device, DE_LENGTH_OF_ARRAY(setLayoutHandlesAC), setLayoutHandlesAC)); in pipelineLayoutLifetimeTest()
1053 getPipelineLayout(vk, device, DE_LENGTH_OF_ARRAY(setLayoutHandlesBC), setLayoutHandlesBC)); in pipelineLayoutLifetimeTest()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp1025 …virtual Move<VkPipelineLayout> getPipelineLayout(const vk::DeviceInterface &deviceInterface, VkDev… in getPipelineLayout() function in vkt::RayTracing::__anon87081bdf0111::TestBase
1595 …Move<VkPipelineLayout> getPipelineLayout(const vk::DeviceInterface &deviceInterface, VkDevice devi… in getPipelineLayout() function in vkt::RayTracing::__anon87081bdf0111::ASStressTest
7864 m_testPtr->getPipelineLayout(deviceInterface, deviceVk, descriptorSetLayoutPtr.get()); in runTest()

12