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 530 VertexInputAttributeDescription attributeDescription =
545 attributeDescription.vertexInputIndex = descNdx;
546 attributeDescription.vkDescription.location = m_locations[attributeNdx] + getConsumedLocations(attributeInfo) * descNdx;
555 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding];
556 attributeDescriptions.push_back(attributeDescription);
564 attributeDescription.vkDescription.offset = attributeOffsets[attributeBinding];
565 attributeDescriptions.push_back(attributeDescription);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 769 const VkVertexInputAttributeDescription attributeDescription =
777 m_vertexAttributeDescription.push_back(attributeDescription);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 753 const VkVertexInputAttributeDescription attributeDescription =
761 m_vertexAttributeDescriptions.push_back(attributeDescription);
    [all...]

Completed in 45 milliseconds