HomeSort by relevance Sort by last modified time
    Searched refs:VkDescriptorPoolSize (Results 1 - 25 of 32) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 18 SkAutoTDeleteArray<VkDescriptorPoolSize> poolSizes(new VkDescriptorPoolSize[numPools]);
22 VkDescriptorPoolSize& poolSize = poolSizes.get()[currentPool++];
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 120 const VkDescriptorPoolSize typeCount =
134 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]);
vkBuilderUtil.hpp 103 std::vector<VkDescriptorPoolSize> m_counts;
vkTypeUtil.inl 236 inline VkDescriptorPoolSize makeDescriptorPoolSize (VkDescriptorType type, deUint32 descriptorCount)
238 VkDescriptorPoolSize res;
vkStructTypes.inl 859 struct VkDescriptorPoolSize
872 const VkDescriptorPoolSize* pPoolSizes;
    [all...]
vkStrUtil.inl 268 std::ostream& operator<< (std::ostream& s, const VkDescriptorPoolSize& value);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize
268 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts;
vktDrawCreateInfoUtil.cpp 600 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 257 class DescriptorPoolSize : public vk::VkDescriptorPoolSize
270 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
277 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts;
vktDynamicStateCreateInfoUtil.cpp 600 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize
268 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts;
vktQueryPoolCreateInfoUtil.cpp 603 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
618 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count };
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
vkrenderframework.h 386 vector<VkDescriptorPoolSize> m_type_counts;
vkrenderframework.cpp 429 VkDescriptorPoolSize tc = {};
443 VkDescriptorPoolSize tc = {};
457 VkDescriptorPoolSize tc = {};
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h 636 size_t poolSizeCountSize = createInfo.poolSizeCount * sizeof(VkDescriptorPoolSize);
637 createInfo.pPoolSizes = new VkDescriptorPoolSize[poolSizeCountSize];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 353 const VkDescriptorPoolSize descriptorTypes[1] =
    [all...]
vktApiObjectManagementTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 526 VkDescriptorPoolSize desc_pool_size = {};
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]

Completed in 208 milliseconds

1 2