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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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 *);
  /external/vulkan-validation-layers/layers/
core_validation_types.h 48 struct GLOBAL_CB_NODE;
64 std::unordered_set<GLOBAL_CB_NODE *> cb_bindings;
665 struct GLOBAL_CB_NODE : public BASE_NODE {
716 std::unordered_set<GLOBAL_CB_NODE *> linkedCommandBuffers;
    [all...]

Completed in 60 milliseconds