Searched refs:array_element (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h186 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
189 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
192 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
194 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
196 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
198 static VkWriteDescriptorSet write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element,
771 inline VkWriteDescriptorSet Device::write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, argument
778 write.dstArrayElement = array_element;
785 inline VkWriteDescriptorSet Device::write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, argument
792 write.dstArrayElement = array_element;
799 write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, VkDescriptorType type, uint32_t count, const VkBufferView *buffer_views) argument
812 write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, VkDescriptorType type, const std::vector<VkDescriptorImageInfo> &image_info) argument
818 write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, VkDescriptorType type, const std::vector<VkDescriptorBufferInfo> &buffer_info) argument
824 write_descriptor_set(const DescriptorSet &set, uint32_t binding, uint32_t array_element, VkDescriptorType type, const std::vector<VkBufferView> &buffer_views) argument
[all...]
/external/vulkan-validation-layers/
H A Dvk_helper.py1742 array_element = 'pInStruct->%s[i]' % (m_name)
1744 array_element = '%s(&pInStruct->%s[i])' % (self._getSafeStructName(self.struct_dict[s][m]['type']), m_name)
1753 construct_txt += ' %s[i] = %s;\n' % (m_name, array_element)

Completed in 226 milliseconds