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

1 2

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 29 createInfo.maxSets = count;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 270 uint32_t maxSets; // Max descriptor sets allowed in this pool
279 : pool(pool), maxSets(pCreateInfo->maxSets), availableSets(pCreateInfo->maxSets), createInfo(*pCreateInfo),
285 // Now set max counts for each descriptor type based on count of that type times maxSets
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 132 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const
140 maxSets,
vkBuilderUtil.hpp 97 Move<VkDescriptorPool> build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const;
vkStructTypes.inl 870 deUint32 maxSets;
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h 115 uint32_t maxSets; // Max descriptor sets allowed in this pool
124 : pool(pool), maxSets(pCreateInfo->maxSets), availableSets(pCreateInfo->maxSets), createInfo(*pCreateInfo),
130 // Now set max counts for each descriptor type based on count of that type times maxSets
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
vkrenderframework.cpp 482 pool.maxSets = 1;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 270 deUint32 maxSets);
vktDrawCreateInfoUtil.cpp 608 maxSets = _maxSets;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_descriptor_set.c 333 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) +
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.c 406 unsigned max_sets = pCreateInfo->maxSets * 2;
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 527 desc_pool_info.maxSets = static_cast<uint32_t>(frame_data_.size());
  /frameworks/rs/rsov/driver/
rsovScript.cpp 424 .maxSets = 1,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
vk_struct_wrappers.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 129 milliseconds

1 2