Home
last modified time | relevance | path

Searched refs:AddCommandBufferBindingSampler (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1567 if (sampler_state) dev_data->AddCommandBufferBindingSampler(cb_node, sampler_state); in UpdateDrawState()
1607 if (sampler_state) dev_data->AddCommandBufferBindingSampler(cb_node, sampler_state); in UpdateDrawState()
Dcore_validation.h486 void AddCommandBufferBindingSampler(GLOBAL_CB_NODE*, SAMPLER_STATE*);
Dcore_validation.cpp317 void CoreChecks::AddCommandBufferBindingSampler(GLOBAL_CB_NODE *cb_node, SAMPLER_STATE *sampler_sta… in AddCommandBufferBindingSampler() function in CoreChecks