Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp154 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType() function
1433 const bool isUniformBuffer = isUniformDescriptorType(descriptorType); in createSourceBuffer()
2407 const bool isUniformBuffer = isUniformDescriptorType(m_descriptorType); in createColorDataBuffer()
2718 const bool isUniformBuffer = isUniformDescriptorType(m_descriptorType); in testResourceAccess()
3423 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations()
7735 …const vk::VkBufferUsageFlags usage = (isUniformDescriptorType(descriptorType)) ? (vk::VK_BUFFER_U… in createBuffer()
7775 …const vk::VkAccessFlags inputBit = (isUniformDescriptorType(descriptorType)) ? (vk::VK_ACCESS_UN… in createBarrier()
8965 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations()
9023 …const char* const fetchFunc = (isUniformDescriptorType(m_descriptorType)) ? ("texelFetch") : ("im… in genResourceAccessSource()