Home
last modified time | relevance | path

Searched refs:vertexAttributeDescriptions (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp349 const VkVertexInputAttributeDescription vertexAttributeDescriptions[2] = in iterate() local
375 vertexAttributeDescriptions // pVertexAttributeDescriptions in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp342 const VkVertexInputAttributeDescription vertexAttributeDescriptions[2] = in iterate() local
368 vertexAttributeDescriptions // pVertexAttributeDescriptions in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp4662 const vector<vk::VkVertexInputAttributeDescription>& vertexAttributeDescriptions,
4715 (deUint32)vertexAttributeDescriptions.size(),
4716 vertexAttributeDescriptions.empty() ? DE_NULL : &vertexAttributeDescriptions[0]
4843 vector<vk::VkVertexInputAttributeDescription> vertexAttributeDescriptions;
4865 vertexAttributeDescriptions.push_back(vertexAttributeDescription);
4868 vertexBindingDescriptions, vertexAttributeDescriptions, vector<vk::VkDescriptorSetLayoutBinding>(), vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0u, DE_NULL, m_resources);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp4662 const vector<vk::VkVertexInputAttributeDescription>& vertexAttributeDescriptions,
4715 (deUint32)vertexAttributeDescriptions.size(),
4716 vertexAttributeDescriptions.empty() ? DE_NULL : &vertexAttributeDescriptions[0]
4843 vector<vk::VkVertexInputAttributeDescription> vertexAttributeDescriptions;
4865 vertexAttributeDescriptions.push_back(vertexAttributeDescription);
4868 vertexBindingDescriptions, vertexAttributeDescriptions, vector<vk::VkDescriptorSetLayoutBinding>(), vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST, 0u, DE_NULL, m_resources);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp4689 vertexAttributeDescriptions ) const VULKAN_HPP_NOEXCEPT;
16055 ArrayProxy<const VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT> const & vertexAttributeDescriptions )
16066 vertexAttributeDescriptions.size(),
16067 reinterpret_cast<const VkVertexInputAttributeDescription2EXT *>( vertexAttributeDescriptions.data() ) );
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_handles.hpp4727 ArrayProxy<const VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT> const & vertexAttributeDescriptions,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp6129 vertexAttributeDescriptions ) const VULKAN_HPP_NOEXCEPT;
[all...]
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_handles.hpp6105 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT> const & vertexAttributeDescriptions,

Completed in 179 milliseconds