Searched refs:isUniformDescriptorType (Results 1 – 1 of 1) sorted by relevance
154 bool isUniformDescriptorType (vk::VkDescriptorType type) in isUniformDescriptorType() function1433 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()