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

  /external/vulkan-validation-layers/layers/
core_validation_types.h 113 struct DESCRIPTOR_POOL_STATE : BASE_NODE {
123 DESCRIPTOR_POOL_STATE(const VkDescriptorPool pool, const VkDescriptorPoolCreateInfo *pCreateInfo)
142 ~DESCRIPTOR_POOL_STATE() {
634 DESCRIPTOR_POOL_STATE *getDescriptorPoolState(const layer_data *, const VkDescriptorPool);
descriptor_sets.h 277 std::unordered_map<VkDescriptorPool, DESCRIPTOR_POOL_STATE *> *,
378 DESCRIPTOR_POOL_STATE *pool_state_;
core_validation.cpp 147 unordered_map<VkDescriptorPool, DESCRIPTOR_POOL_STATE *> descriptorPoolMap;
    [all...]
descriptor_sets.cpp     [all...]

Completed in 70 milliseconds