HomeSort by relevance Sort by last modified time
    Searched defs:pipelineLayoutCreateInfo (Results 1 - 12 of 12) 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);
vktDrawNegativeViewportHeightTests.cpp 212 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
213 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktBasicDrawTests.cpp 334 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
335 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...]
vktQueryPoolStatisticsTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 518 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
529 m_pipelineLayout = createPipelineLayout(vkd, vkDevice, &pipelineLayoutCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 764 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
774 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo));
    [all...]

Completed in 1016 milliseconds