Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp539 VertexInputAttributeDescription attributeDescription = in createInstance() local
554 attributeDescription.vertexInputIndex = descNdx; in createInstance()
555attributeDescription.vkDescription.location = m_locations[attributeNdx] + getConsumedLocations(att… in createInstance()
564 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding]; in createInstance()
565 attributeDescriptions.push_back(attributeDescription); in createInstance()
573 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding]; in createInstance()
574 attributeDescriptions.push_back(attributeDescription); in createInstance()
989 …const VkVertexInputAttributeDescription& attributeDescription = attributeDescriptions[attributeNdx… in VertexInputInstance() local
990 if (!isSupportedVertexFormat(context, attributeDescription.format)) in VertexInputInstance()
992 …std::string("Unsupported format for vertex input: ") + getFormatName(attributeDescription.format)); in VertexInputInstance()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp539 VertexInputAttributeDescription attributeDescription = in createInstance() local
554 attributeDescription.vertexInputIndex = descNdx; in createInstance()
555attributeDescription.vkDescription.location = m_locations[attributeNdx] + getConsumedLocations(att… in createInstance()
564 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding]; in createInstance()
565 attributeDescriptions.push_back(attributeDescription); in createInstance()
573 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding]; in createInstance()
574 attributeDescriptions.push_back(attributeDescription); in createInstance()
989 …const VkVertexInputAttributeDescription& attributeDescription = attributeDescriptions[attributeNdx… in VertexInputInstance() local
990 if (!isSupportedVertexFormat(context, attributeDescription.format)) in VertexInputInstance()
992 …std::string("Unsupported format for vertex input: ") + getFormatName(attributeDescription.format)); in VertexInputInstance()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp624 VkVertexInputAttributeDescription attributeDescription; in makeGraphicsPipeline() local
642 attributeDescription.binding = 0; in makeGraphicsPipeline()
643 attributeDescription.location = 0; in makeGraphicsPipeline()
644 attributeDescription.format = VK_FORMAT_R32G32_SFLOAT; in makeGraphicsPipeline()
645 attributeDescription.offset = 0; in makeGraphicsPipeline()
655 …&attributeDescription, // const VkVertexInputAttributeDescription* pVertexAttributeDescri… in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktPrimitivesGeneratedQueryTests.cpp624 VkVertexInputAttributeDescription attributeDescription; in makeGraphicsPipeline() local
642 attributeDescription.binding = 0; in makeGraphicsPipeline()
643 attributeDescription.location = 0; in makeGraphicsPipeline()
644 attributeDescription.format = VK_FORMAT_R32G32_SFLOAT; in makeGraphicsPipeline()
645 attributeDescription.offset = 0; in makeGraphicsPipeline()
655 …&attributeDescription, // const VkVertexInputAttributeDescription* pVertexAttributeDescri… in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp800 const VkVertexInputAttributeDescription attributeDescription = in addAttribute() local
808 m_vertexAttributeDescription.push_back(attributeDescription); in addAttribute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp800 const VkVertexInputAttributeDescription attributeDescription = in addAttribute() local
808 m_vertexAttributeDescription.push_back(attributeDescription); in addAttribute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp766 const VkVertexInputAttributeDescription attributeDescription = in addAttribute() local
774 m_vertexAttributeDescriptions.push_back(attributeDescription); in addAttribute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp766 const VkVertexInputAttributeDescription attributeDescription = in addAttribute() local
774 m_vertexAttributeDescriptions.push_back(attributeDescription); in addAttribute()