Home
last modified time | relevance | path

Searched refs:vertexInputBinding (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp397 const auto vertexInputBinding = makeVertexInputBindingDescription(0u, m_params.bindingStride(), VK_VERTEX_INPUT_RATE_VERTEX); in iterate() local
407 pipelineVertexInputState->pVertexBindingDescriptions = &vertexInputBinding; in iterate()
445 dynamicBinding.binding = vertexInputBinding.binding; in iterate()
446 dynamicBinding.inputRate = vertexInputBinding.inputRate; in iterate()
447 dynamicBinding.stride = vertexInputBinding.stride; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2682 const VkVertexInputBindingDescription vertexInputBinding = in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2729 *renderPass, VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2921 const VkVertexInputBindingDescription vertexInputBinding = in makeGeometryFrameBufferTestRequiredSubgroupSize() local
2963 *renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeGeometryFrameBufferTestRequiredSubgroupSize()
3489 const VkVertexInputBindingDescription vertexInputBinding = in makeVertexFrameBufferTestRequiredSubgroupSize() local
3532 &vertexInputBinding, &vertexInputAttribute, true, format, in makeVertexFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2670 const VkVertexInputBindingDescription vertexInputBinding = in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2717 *renderPass, VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2909 const VkVertexInputBindingDescription vertexInputBinding = in makeGeometryFrameBufferTestRequiredSubgroupSize() local
2951 *renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeGeometryFrameBufferTestRequiredSubgroupSize()
3477 const VkVertexInputBindingDescription vertexInputBinding = in makeVertexFrameBufferTestRequiredSubgroupSize() local
3520 &vertexInputBinding, &vertexInputAttribute, true, format, in makeVertexFrameBufferTestRequiredSubgroupSize()

Completed in 18 milliseconds