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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 381 struct GLOBAL_CB_NODE : public BASE_NODE {
444 ~GLOBAL_CB_NODE();
core_validation.cpp 78 GLOBAL_CB_NODE::~GLOBAL_CB_NODE() {
144 unordered_map<VkCommandBuffer, GLOBAL_CB_NODE *> commandBufferMap;
285 static GLOBAL_CB_NODE *getCBNode(layer_data const *, const VkCommandBuffer);
415 GLOBAL_CB_NODE *pCBNode = getCBNode(dev_data, cb);
425 static void clear_cmd_buf_and_mem_references(layer_data *dev_data, GLOBAL_CB_NODE *pCBNode) {
439 // Overloaded call to above function when GLOBAL_CB_NODE has not already been looked-up
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation_types.h 65 struct GLOBAL_CB_NODE;
75 std::unordered_set<GLOBAL_CB_NODE *> cb_bindings;
556 struct GLOBAL_CB_NODE : public BASE_NODE {
643 void invalidateCommandBuffers(std::unordered_set<GLOBAL_CB_NODE *>, VK_OBJECT);
646 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *, SAMPLER_STATE *);
647 void AddCommandBufferBindingImage(const layer_data *, GLOBAL_CB_NODE *, IMAGE_STATE *);
648 void AddCommandBufferBindingImageView(const layer_data *, GLOBAL_CB_NODE *, IMAGE_VIEW_STATE *);
649 void AddCommandBufferBindingBuffer(const layer_data *, GLOBAL_CB_NODE *, BUFFER_NODE *);
650 void AddCommandBufferBindingBufferView(const layer_data *, GLOBAL_CB_NODE *, BUFFER_VIEW_STATE *);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 78 GLOBAL_CB_NODE::~GLOBAL_CB_NODE() {
144 unordered_map<VkCommandBuffer, GLOBAL_CB_NODE *> commandBufferMap;
285 static GLOBAL_CB_NODE *getCBNode(layer_data const *, const VkCommandBuffer);
415 GLOBAL_CB_NODE *pCBNode = getCBNode(dev_data, cb);
425 static void clear_cmd_buf_and_mem_references(layer_data *dev_data, GLOBAL_CB_NODE *pCBNode) {
439 // Overloaded call to above function when GLOBAL_CB_NODE has not already been looked-up
    [all...]

Completed in 78 milliseconds