Home
last modified time | relevance | path

Searched defs:setLayouts (Results 1 – 12 of 12) 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.cpp468 …lineLayout (ProtectedContext& context, deUint32 layoutCount, vk::VkDescriptorSetLayout* setLayouts) in createPipelineLayout()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp436 const vector<VkDescriptorSetLayout>& setLayouts, in createPipelineLayout()
DvktPipelineShaderModuleIdentifierTests.cpp1871 std::vector<VkDescriptorSetLayout> setLayouts; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp630 vector<VkDescriptorSetLayout> setLayouts; in robustness1TestFn() local
/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/api/
DvktApiPipelineTests.cpp710 …face& vk, const VkDevice& device, deUint32 setLayoutCount, const VkDescriptorSetLayout* setLayouts) in getPipelineLayout()
DvktApiCopiesAndBlittingTests.cpp6482 const std::array<VkDescriptorSetLayout, numSets> setLayouts = in checkIntermediateCopy() local
8003 const std::array<VkDescriptorSetLayout, numSets> setLayouts = in checkCopyResults() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp729 …const std::vector<VkDescriptorSetLayout> setLayouts = { inputSetLayout.get(), outputSetLayout.get(… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1171 const VkDescriptorSetLayout setLayouts[] = in execute() local
2999 std::vector<VkDescriptorSetLayout> setLayouts; in execute() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp3314 const std::vector<VkDescriptorSetLayout> setLayouts = {dstLayout.get(), extraLayout.get()}; in iterate() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp4437 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts() function in rx::vk::AttachmentOpsArray