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

  /external/vulkan-validation-layers/layers/
core_validation_types.h 201 struct SAMPLER_STATE : public BASE_NODE {
205 SAMPLER_STATE(const VkSampler *ps, const VkSamplerCreateInfo *pci) : sampler(*ps), createInfo(*pci){};
639 SAMPLER_STATE *getSamplerState(const layer_data *, VkSampler);
646 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *, SAMPLER_STATE *);
core_validation.cpp 140 unordered_map<VkSampler, unique_ptr<SAMPLER_STATE>> samplerMap;
287 SAMPLER_STATE *getSamplerState(const layer_data *dev_data, VkSampler sampler) {
597 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE *cb_node, SAMPLER_STATE *sampler_state) {
598 sampler_state->cb_bindings.insert(cb_node);
600 {reinterpret_cast<uint64_t &>(sampler_state->sampler), VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT});
6044 SAMPLER_STATE *sampler_state = nullptr; local
    [all...]

Completed in 44 milliseconds