Home
last modified time | relevance | path

Searched defs:setLayouts (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp209 std::vector<vk::DescriptorSetLayout> setLayouts; in createGraphicsPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp405 …lineLayout (ProtectedContext& context, deUint32 layoutCount, vk::VkDescriptorSetLayout* setLayouts) in createPipelineLayout()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp652 …face& vk, const VkDevice& device, deUint32 setLayoutCount, const VkDescriptorSetLayout* setLayouts) in getPipelineLayout()
DvktApiCopiesAndBlittingTests.cpp4847 const std::array<VkDescriptorSetLayout, numSets> setLayouts = in checkIntermediateCopy() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp438 const vector<VkDescriptorSetLayout>& setLayouts, in createPipelineLayout()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp660 …lineLayoutCreateInfo::PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& setL… in PipelineLayoutCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1159 const VkDescriptorSetLayout setLayouts[] = in execute() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2659 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts() function in rx::vk::AttachmentOpsArray