HomeSort by relevance Sort by last modified time
    Searched defs:pipelineLayoutCreateInfo (Results 1 - 20 of 20) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyDestroyTests.cpp 82 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
93 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL));
vktPipelineMatchedAttachmentsTests.cpp 97 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
108 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo, DE_NULL));
vktPipelineCacheTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDescriptorSetTests.cpp 56 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
67 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktApiPipelineTests.cpp 268 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
279 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 49 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
50 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDrawNegativeViewportHeightTests.cpp 210 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
211 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktDrawDifferingInterpolationTests.cpp 253 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
254 Move<VkPipelineLayout> pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktDrawInvertedDepthRangesTests.cpp 209 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
210 m_pipelineLayout = createPipelineLayout(vk, device, &pipelineLayoutCreateInfo);
vktBasicDrawTests.cpp 336 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
337 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 53 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
54 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDynamicStateRSTests.cpp 126 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
127 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
vktDynamicStateDSTests.cpp 136 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
137 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory_model/
vktMemoryModelMessagePassing.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 180 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo;
181 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/binding_model/
vktBindingDescriptorSetRandomTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 852 const VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo =
862 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo));
    [all...]

Completed in 814 milliseconds