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

  /external/skia/src/gpu/vk/
GrVkResourceProvider.h 46 // Finds or creates a compatible GrVkDescriptorPool for the requested DescriptorTypeCount.
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
616 m_poolSizeCounts.push_back(descriptorTypeCount);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
616 m_poolSizeCounts.push_back(descriptorTypeCount);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 618 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
619 m_poolSizeCounts.push_back(descriptorTypeCount);
    [all...]

Completed in 5029 milliseconds