Home
last modified time | relevance | path

Searched refs:inputBinding (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp428 vertices.inputBinding.binding = 0; in addVertexBuffer()
429 vertices.inputBinding.stride = static_cast<uint32_t>(vertexSize); in addVertexBuffer()
430 vertices.inputBinding.inputRate = vk::VertexInputRate::eVertex; in addVertexBuffer()
435 vertices.inputState.pVertexBindingDescriptions = &vertices.inputBinding; in addVertexBuffer()
DDrawTester.hpp147 vk::VertexInputBindingDescription inputBinding; member
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp881 const vk::VkVertexInputBindingDescription inputBinding = in renderYCbCrToColor() local
895 vertexBindings.push_back(inputBinding); in renderYCbCrToColor()