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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 554 DESCRIPTOR_POOL_STATE *GetPoolState() const { return pool_state_; }
566 DESCRIPTOR_POOL_STATE *pool_state_;
    [all...]
core_validation_types.h 149 struct DESCRIPTOR_POOL_STATE : BASE_NODE {
159 DESCRIPTOR_POOL_STATE(const VkDescriptorPool pool, const VkDescriptorPoolCreateInfo *pCreateInfo)
    [all...]
core_validation.h 178 unordered_map<VkDescriptorPool, DESCRIPTOR_POOL_STATE*> descriptorPoolMap;
249 DESCRIPTOR_POOL_STATE* GetDescriptorPoolState(const VkDescriptorPool);
    [all...]
core_validation.cpp     [all...]
descriptor_sets.cpp     [all...]

Completed in 135 milliseconds