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.cpp152 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType() function
1447 const bool isUniformBuffer = isUniformDescriptorType(descriptorType); in createSourceBuffer()
2294 const bool isUniformBuffer = isUniformDescriptorType(m_descriptorType); in createColorDataBuffer()
2546 const bool isUniformBuffer = isUniformDescriptorType(m_descriptorType); in testResourceAccess()
3181 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations()
6696 …const vk::VkBufferUsageFlags usage = (isUniformDescriptorType(descriptorType)) ? (vk::VK_BUFFER_U… in createBuffer()
6736 …const vk::VkAccessFlags inputBit = (isUniformDescriptorType(descriptorType)) ? (vk::VK_ACCESS_UN… in createBarrier()
7664 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations()
7698 …const char* const fetchFunc = (isUniformDescriptorType(m_descriptorType)) ? ("texelFetch") : ("im… in genResourceAccessSource()