Searched defs:pipelineLayout (Results 26 - 50 of 52) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp340 const VkPipelineLayout pipelineLayout,
359 pipelineLayout, // VkPipelineLayout layout;
368 const VkPipelineLayout pipelineLayout,
556 pipelineLayout, // VkPipelineLayout layout;
338 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule) argument
366 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const VkExtent2D renderSize, const deUint32 colorAttachmentCount, const bool dynamicSize) argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp167 VkPipelineLayout pipelineLayout);
219 Move<VkPipeline> SimpleGraphicsPipelineBuilder::buildPipeline (tcu::UVec2 renderSize, VkRenderPass renderPass, VkPipelineCache cache, VkPipelineLayout pipelineLayout) argument
412 pipelineLayout, // VkPipelineLayout layout;
H A DvktPipelineRenderToImageTests.cpp230 const VkPipelineLayout pipelineLayout,
427 pipelineLayout, // VkPipelineLayout layout;
923 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout (vk, device));
1020 vk, device, basePipeline, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, imageSize.swizzle(0, 1), VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP,
1250 const VkPipelineLayout pipelineLayout,
1283 vk, device, basePipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, mipSize.swizzle(0, 1), VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP,
1395 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayout (vk, device));
1497 drawToMipLevel (context, caseDef, mipLevel, mipSize, levelSlices, *colorImage, *depthStencilImage, *vertexBuffer, *pipelineLayout,
227 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipeline, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2& renderSize, const VkPrimitiveTopology topology, const deUint32 subpass, const bool useDepth, const bool useStencil) argument
1242 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule) argument
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp715 VkPipelineLayout pipelineLayout,
901 pipelineLayout,
979 VkPipelineLayout pipelineLayout,
1168 pipelineLayout,
1182 VkPipelineLayout pipelineLayout,
1193 pipelines[ndx] = createSplitPipeline(vkd, device, renderPass, (deUint32)(ndx + 1), pipelineLayout, binaryCollection, width, height, sampleCount).disown();
712 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::ProgramCollection<vk::ProgramBinary>& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) argument
975 createSplitPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, deUint32 subpassIndex, VkPipelineLayout pipelineLayout, const vk::ProgramCollection<vk::ProgramBinary>& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) argument
1179 createSplitPipelines(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::ProgramCollection<vk::ProgramBinary>& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) argument
H A DvktRenderPassTests.cpp1672 VkPipelineLayout pipelineLayout,
1896 pipelineLayout, // layout
1667 createSubpassPipeline(const DeviceInterface& vk, VkDevice device, VkRenderPass renderPass, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkPipelineLayout pipelineLayout, const SubpassRenderInfo& renderInfo) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2355 virtual void updatePushConstants (vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout);
2463 void BuiltinInputVariationsCaseInstance::updatePushConstants (vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout) argument
2468 vk.cmdPushConstants(commandBuffer, pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, sizeof(Vec4), &m_constantColor);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp326 const VkPipelineLayout pipelineLayout,
485 pipelineLayout, // VkPipelineLayout layout;
521 virtual void rendererDraw (const VkPipelineLayout pipelineLayout, const VkCommandBuffer cmdBuffer) const = 0;
945 void rendererDraw (const VkPipelineLayout pipelineLayout, const VkCommandBuffer cmdBuffer) const argument
951 vk.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);
1331 void rendererDraw (const VkPipelineLayout pipelineLayout, const VkCommandBuffer cmdBuffer) const argument
1333 DE_UNREF(pipelineLayout);
1375 void rendererDraw (const VkPipelineLayout pipelineLayout, const VkCommandBuffer cmdBuffer) const argument
1377 DE_UNREF(pipelineLayout);
1443 void rendererDraw (const VkPipelineLayout pipelineLayout, cons argument
324 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const IVec2 renderSize, const VkPrimitiveTopology topology, const deUint32 stageCount, const VkPipelineShaderStageCreateInfo* pStages) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp161 const VkPipelineLayout pipelineLayout,
181 pipelineLayout, // VkPipelineLayout layout;
569 const VkPipelineLayout pipelineLayout,
744 pipelineLayout, // VkPipelineLayout layout;
159 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const VkSpecializationInfo* specInfo) argument
567 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass) argument
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1103 Move<VkPipelineLayout> pipelineLayout; local
1367 pipelineLayout = createPipelineLayout(vkd, vkDevice, &pipelineLayoutCreateInfo);
1386 *pipelineLayout, // VkPipelineLayout layout;
1459 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1, &descriptorSet[0].get(), 0u, DE_NULL);
1460 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 1u, 1, &descriptorSet[1].get(), 0u, DE_NULL);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1051 vk::VkPipelineLayout pipelineLayout,
1212 pipelineLayout, // layout
1046 createPipeline(Context& context, const vector<Value>& inputValues, const ValueBufferLayout& inputLayout, const PipelineProgram& program, vk::VkRenderPass renderPass, vk::VkPipelineLayout pipelineLayout, tcu::UVec2 renderSize) argument
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp262 vk::VkPipelineLayout pipelineLayout,
269 vkd.cmdPushConstants(commandBuffer, pipelineLayout, vk::VK_SHADER_STAGE_FRAGMENT_BIT, 0u, 4u, &frameNdxValue);
277 vk::VkPipelineLayout pipelineLayout,
326 cmdRenderFrame(vkd, *commandBuffer, pipelineLayout, pipeline, frameNdx, quadCount);
260 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount) argument
274 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) argument
H A DvktWsiIncrementalPresentTests.cpp316 vk::VkPipelineLayout pipelineLayout,
353 vkd.cmdPushConstants(commandBuffer, pipelineLayout, vk::VK_SHADER_STAGE_FRAGMENT_BIT, 0u, 4u, &mask);
362 vk::VkPipelineLayout pipelineLayout,
439 cmdRenderFrame(vkd, *commandBuffer, pipelineLayout, pipeline, frameNdx, imageWidth, imageHeight);
314 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) argument
359 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, vk::VkImage image, bool isFirst, size_t imageNextFrame, size_t currentFrame, deUint32 imageWidth, deUint32 imageHeight) argument
H A DvktWsiSharedPresentableImageTests.cpp274 vk::VkPipelineLayout pipelineLayout,
281 vkd.cmdPushConstants(commandBuffer, pipelineLayout, vk::VK_SHADER_STAGE_FRAGMENT_BIT, 0u, 4u, &frameNdxValue);
289 vk::VkPipelineLayout pipelineLayout,
338 cmdRenderFrame(vkd, *commandBuffer, pipelineLayout, pipeline, frameNdx, quadCount);
272 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount) argument
286 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) argument
H A DvktWsiSwapchainTests.cpp766 const VkPipelineLayout pipelineLayout,
900 const VkPipelineLayout pipelineLayout,
1092 pipelineLayout,
897 createPipeline(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, const UVec2& renderSize) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2656 CaseDescription<PipelineLayout> pipelineLayout; member in struct:vkt::CaseDescriptions
2701 addCases (group, cases.pipelineLayout);
H A DvktApiCopiesAndBlittingTests.cpp2639 Move<VkPipelineLayout> pipelineLayout; local
2828 pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
3070 *pipelineLayout, // VkPipelineLayout layout;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp759 Move<VkPipelineLayout> pipelineLayout; local
1011 pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
1181 *pipelineLayout, // VkPipelineLayout layout;
1231 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, DE_LENGTH_OF_ARRAY(descriptorSets), descriptorSets, 0u, DE_NULL);
1917 Move<VkPipelineLayout> pipelineLayout; local
1981 pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
2010 *pipelineLayout, // VkPipelineLayout layout;
2065 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, numDescriptorSets, descriptorSets, 0u, DE_NULL);
2157 Move<VkPipelineLayout> pipelineLayout; local
2378 pipelineLayout
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp1544 vk::Move<VkPipeline> createPipeline (vk::VkShaderModule vtxShaderModule, vk::VkShaderModule fragShaderModule, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass) const;
1697 vk::Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(m_context, *descriptorSetLayout));
1701 vk::Unique<VkPipeline> pipeline (createPipeline(*vtxShaderModule, *fragShaderModule, *pipelineLayout, *renderPass));
1760 vk.cmdBindDescriptorSets(*cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &*descriptorSet, 0u, DE_NULL);
2055 vk::Move<VkPipeline> UniformBlockCaseInstance::createPipeline (vk::VkShaderModule vtxShaderModule, vk::VkShaderModule fragShaderModule, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass) const argument
2222 pipelineLayout, // VkPipelineLayout layout;
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1506 vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, argument
1512 disp->DestroyPipelineLayout(device, pipelineLayout, pAllocator);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp552 VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) argument
554 device_dispatch_table(device)->DestroyPipelineLayout(device, pipelineLayout, pAllocator);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp970 vk::Move<vk::VkPipeline> createPipeline (vk::VkPipelineLayout pipelineLayout);
988 vk::Move<vk::VkPipeline> SingleCmdRenderInstance::createPipeline (vk::VkPipelineLayout pipelineLayout) argument
1126 pipelineLayout, // layout
1180 const vk::VkPipelineLayout pipelineLayout (getPipelineLayout());
1181 const vk::Unique<vk::VkPipeline> pipeline (createPipeline(pipelineLayout));
1300 vk::VkPipelineLayout pipelineLayout = DE_NULL);
1334 vk::VkPipelineLayout pipelineLayout = 0);
1545 vk::VkPipelineLayout pipelineLayout)
1572 writeDescriptorSetWithTemplate(vki, device, descriptorSetLayout, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB, *descriptorSet, updateTemplate, updateRegistry, true, pipelineLayout);
1647 vk::VkPipelineLayout pipelineLayout)
1531 createDescriptorSet(const vk::DeviceInterface& vki, DescriptorUpdateMethod updateMethod, vk::VkDevice device, vk::VkDescriptorSetLayout descriptorSetLayout, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkBuffer bufferA, deUint32 offsetA, vk::VkBuffer bufferB, deUint32 offsetB, vk::DescriptorSetUpdateBuilder& updateBuilder, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, vk::VkPipelineLayout pipelineLayout) argument
1633 writeDescriptorSetWithTemplate(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkBuffer bufferA, const deUint32 offsetA, vk::VkBuffer bufferB, const deUint32 offsetB, vk::VkDescriptorSet descriptorSet, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
2030 ComputeCommand(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkPipeline pipeline, vk::VkPipelineLayout pipelineLayout, const tcu::UVec3& numWorkGroups, int numDescriptorSets, const vk::VkDescriptorSet* descriptorSets, int numDynamicOffsets, const deUint32* dynamicOffsets, int numPreBarriers, const vk::VkBufferMemoryBarrier* preBarriers, int numPostBarriers, const vk::VkBufferMemoryBarrier* postBarriers) argument
2437 writeDescriptorSetWithTemplate(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer resBuf, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
3970 createDescriptorSet(const vk::DeviceInterface& vki, DescriptorUpdateMethod updateMethod, vk::VkDevice device, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool pool, vk::VkImageView viewA, vk::VkImageView viewB, vk::DescriptorSetUpdateBuilder& updateBuilder, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, vk::VkPipelineLayout pipelineLayout) argument
4068 writeDescriptorSetWithTemplate(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool pool, vk::VkImageView viewA, vk::VkImageView viewB, vk::VkDescriptorSet descriptorSet, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
4418 writeDescriptorSetWithTemplate(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
5189 createDescriptorSet(const vk::DeviceInterface& vki, DescriptorUpdateMethod updateMethod, vk::VkDevice device, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool pool, bool isImmutable, const ImageSampleInstanceImages& images, vk::DescriptorSetUpdateBuilder& updateBuilder, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, vk::VkPipelineLayout pipelineLayout) argument
5363 writeSamplerDescriptorSetWithTemplate(const vk::DeviceInterface& vki, vk::VkDevice device, ShaderInputInterface shaderInterface, bool isImmutable, const ImageSampleInstanceImages& images, vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
5445 writeImageSamplerDescriptorSetWithTemplate(const vk::DeviceInterface& vki, vk::VkDevice device, ShaderInputInterface shaderInterface, bool isImmutable, const ImageSampleInstanceImages& images, vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
5800 writeDescriptorSet(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, vk::VkPipelineLayout pipelineLayout) argument
5885 writeSamplerDescriptorSetWithTemplate(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
5995 writeImageSamplerDescriptorSetWithTemplate(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
6984 createDescriptorSet(const vk::DeviceInterface& vki, DescriptorUpdateMethod updateMethod, vk::VkDevice device, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool pool, vk::VkBufferView viewA, vk::VkBufferView viewB, vk::DescriptorSetUpdateBuilder& updateBuilder, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, vk::VkPipelineLayout pipelineLayout) argument
7082 writeDescriptorSetWithTemplate(const vk::DeviceInterface& vki, vk::VkDevice device, vk::VkDescriptorType descriptorType, ShaderInputInterface shaderInterface, vk::VkDescriptorSetLayout layout, vk::VkDescriptorPool pool, vk::VkBufferView viewA, vk::VkBufferView viewB, vk::VkDescriptorSet descriptorSet, vk::Move<vk::VkDescriptorUpdateTemplateKHR>& updateTemplate, RawUpdateRegistry& updateRegistry, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
7418 writeDescriptorSetWithTemplate(vk::VkDescriptorSet descriptorSet, vk::VkDescriptorSetLayout layout, bool withPush, vk::VkPipelineLayout pipelineLayout) argument
[all...]
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp1394 VKAPI_ATTR void VKAPI_CALL DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, argument
1401 ValidateObject(device, pipelineLayout, VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT, true, VALIDATION_ERROR_00886);
1408 DestroyObject(device, pipelineLayout, VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT, pAllocator);
1410 get_dispatch_table(ot_device_table_map, device)->DestroyPipelineLayout(device, pipelineLayout, pAllocator);
H A Dparameter_validation.cpp3315 VKAPI_ATTR void VKAPI_CALL DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, argument
3321 skip_call |= parameter_validation_vkDestroyPipelineLayout(my_data->report_data, pipelineLayout, pAllocator);
3324 get_dispatch_table(pc_device_table_map, device)->DestroyPipelineLayout(device, pipelineLayout, pAllocator);
H A Dcore_validation.cpp2174 // For given pipelineLayout verify that the set_layout_node at slot.first
2176 static VkDescriptorSetLayoutBinding const * get_descriptor_binding(PIPELINE_LAYOUT_NODE const *pipelineLayout, descriptor_slot_t slot) { argument
2178 if (!pipelineLayout)
2181 if (slot.first >= pipelineLayout->set_layouts.size())
2184 return pipelineLayout->set_layouts[slot.first]->GetDescriptorSetLayoutBindingPtrFromBinding(slot.second);
2411 // pipelineLayout[layoutIndex]
2762 auto pipelineLayout = pipeline->pipeline_layout; local
2765 pass &= validate_push_constant_usage(report_data, &pipelineLayout.push_constant_ranges, module, accessible_ids, pStage->stage);
2773 /* verify given pipelineLayout has requested setLayout with requested binding */
2774 const auto &binding = get_descriptor_binding(&pipelineLayout, us
6011 DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) argument
[all...]
/external/mesa3d/include/vulkan/
H A Dvulkan.h2331 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
2779 VkPipelineLayout pipelineLayout,
4311 VkPipelineLayout pipelineLayout; member in struct:VkObjectTableDescriptorSetEntryNVX
4330 VkPipelineLayout pipelineLayout; member in struct:VkObjectTablePushConstantEntryNVX

Completed in 1614 milliseconds

123