HomeSort by relevance Sort by last modified time
    Searched refs:attributeDescription (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 364 const VertexInputInstance::VertexInputAttributeDescription attributeDescription =
390 attributeDescriptions.push_back(attributeDescription);
815 const VkVertexInputAttributeDescription& attributeDescription = attributeDescriptions[attributeNdx].vkDescription;
817 if (!isSupportedVertexFormat(context, attributeDescription.format))
818 throw tcu::NotSupportedError(std::string("Unsupported format for vertex input: ") + getFormatName(attributeDescription.format));
820 vkAttributeDescriptions.push_back(attributeDescription);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 571 const VkVertexInputAttributeDescription attributeDescription =
579 m_vertexattributeDescription.push_back(attributeDescription);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 608 const VkVertexInputAttributeDescription attributeDescription =
616 m_vertexAttributeDescriptions.push_back(attributeDescription);
    [all...]

Completed in 716 milliseconds