Searched refs:vertexInputAttribute (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInputAttributeOffsetTests.cpp | 398 const auto vertexInputAttribute = makeVertexInputAttributeDescription(0u, 0u, m_params.attributeFormat(), m_params.attributeOffset()); in iterate() local 409 pipelineVertexInputState->pVertexAttributeDescriptions = &vertexInputAttribute; in iterate() 451 dynamicAttribute.location = vertexInputAttribute.location; in iterate() 452 dynamicAttribute.binding = vertexInputAttribute.binding; in iterate() 453 dynamicAttribute.format = vertexInputAttribute.format; in iterate() 454 dynamicAttribute.offset = vertexInputAttribute.offset; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2688 const VkVertexInputAttributeDescription vertexInputAttribute = in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2729 *renderPass, VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2927 const VkVertexInputAttributeDescription vertexInputAttribute = in makeGeometryFrameBufferTestRequiredSubgroupSize() local 2963 *renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeGeometryFrameBufferTestRequiredSubgroupSize() 3495 const VkVertexInputAttributeDescription vertexInputAttribute = in makeVertexFrameBufferTestRequiredSubgroupSize() local 3532 &vertexInputBinding, &vertexInputAttribute, true, format, in makeVertexFrameBufferTestRequiredSubgroupSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2676 const VkVertexInputAttributeDescription vertexInputAttribute = in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2717 *renderPass, VK_PRIMITIVE_TOPOLOGY_PATCH_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2915 const VkVertexInputAttributeDescription vertexInputAttribute = in makeGeometryFrameBufferTestRequiredSubgroupSize() local 2951 *renderPass, VK_PRIMITIVE_TOPOLOGY_POINT_LIST, &vertexInputBinding, &vertexInputAttribute, true, format, in makeGeometryFrameBufferTestRequiredSubgroupSize() 3483 const VkVertexInputAttributeDescription vertexInputAttribute = in makeVertexFrameBufferTestRequiredSubgroupSize() local 3520 &vertexInputBinding, &vertexInputAttribute, true, format, in makeVertexFrameBufferTestRequiredSubgroupSize()
|
Completed in 16 milliseconds