HomeSort by relevance Sort by last modified time
    Searched full:pipelinelayoutcreateinfo (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 47 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
48 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDrawCreateInfoUtil.hpp 284 class PipelineLayoutCreateInfo : public vk::VkPipelineLayoutCreateInfo
287 PipelineLayoutCreateInfo (deUint32 descriptorSetCount,
292 PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& setLayouts = std::vector<vk::VkDescriptorSetLayout>(),
vktDrawNegativeViewportHeightTests.cpp 211 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
212 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktDrawCreateInfoUtil.cpp 633 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (deUint32 _descriptorSetCount,
660 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& setLayouts,
    [all...]
vktDrawInstancedTests.cpp 307 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo(0, DE_NULL, 1, &pushConstantRange);
308 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktBasicDrawTests.cpp 322 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
323 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 51 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
52 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDynamicStateRSTests.cpp 124 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
125 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDynamicStateDSTests.cpp 133 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
134 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 178 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
179 m_pipelineLayout = vk::createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 518 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
529 m_pipelineLayout = createPipelineLayout(vkd, vkDevice, &pipelineLayoutCreateInfo);
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp     [all...]

Completed in 1950 milliseconds