Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h382 int AppendSamplerTexture(VkSamplerObj *sampler, VkTextureObj *texture);
Dvklayertests_command.cpp1055 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()
1111 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()
1166 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()
Dvkrenderframework.cpp882 int VkDescriptorSetObj::AppendSamplerTexture(VkSamplerObj *sampler, VkTextureObj *texture) { in AppendSamplerTexture() function in VkDescriptorSetObj