Searched refs:primTopology (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 117 VkPrimitiveTopology primTopology; member 826 , m_requiresTesselationStage(parameters.primTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) in TransformFeedbackWindingOrderTestInstance() 832 DE_ASSERT(topologyParametersMap.find(parameters.primTopology) != topologyParametersMap.end()); in TransformFeedbackWindingOrderTestInstance() 833 m_tParameters = topologyParametersMap.at(parameters.primTopology); in TransformFeedbackWindingOrderTestInstance() 976 m_imageExtent2D, 0u, DE_NULL, m_parameters.primTopology)); in iterate() 1268 const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, hasTessellation ? *tescModule : DE_NULL, hasTessellation ? *teseModule : DE_NULL, hasGeomShader ? *geomModule : DE_NULL, DE_NULL, m_imageExtent2D, 0u, &m_parameters.streamId, m_parameters.primTopology, false, true)); in iterate() 1925 const Unique<VkPipeline> pipeline (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, DE_NULL, m_imageExtent2D, 0u, &m_parameters.streamId, m_parameters.primTopology)); 1929 const deUint32 tfBufferSize = (deUint32)topologyData.at(m_parameters.primTopology).getNumPrimitives(numVerticesInBuffer) * (deUint32)topologyData.at(m_parameters.primTopology).primSize * bytesPerVertex; 2057 const auto primitivesInBuffer = topologyData.at(m_parameters.primTopology) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 124 VkPrimitiveTopology primTopology; member 876 , m_requiresTesselationStage(parameters.primTopology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) in TransformFeedbackWindingOrderTestInstance() 882 DE_ASSERT(topologyParametersMap.find(parameters.primTopology) != topologyParametersMap.end()); in TransformFeedbackWindingOrderTestInstance() 883 m_tParameters = topologyParametersMap.at(parameters.primTopology); in TransformFeedbackWindingOrderTestInstance() 1026 m_imageExtent2D, 0u, DE_NULL, m_parameters.primTopology)); in iterate() 1377 const Unique<VkPipeline> pipeline (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, hasTessellation ? *tescModule : DE_NULL, hasTessellation ? *teseModule : DE_NULL, hasGeomShader ? *geomModule : DE_NULL, DE_NULL, m_imageExtent2D, 0u, &m_parameters.streamId, m_parameters.primTopology, false, true)); in iterate() 2285 const Unique<VkPipeline> pipeline (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, DE_NULL, m_imageExtent2D, 0u, &m_parameters.streamId, m_parameters.primTopology)); 2289 const deUint32 tfBufferSize = (deUint32)topologyData.at(m_parameters.primTopology).getNumPrimitives(numVerticesInBuffer) * (deUint32)topologyData.at(m_parameters.primTopology).primSize * bytesPerVertex; 2424 const auto primitivesInBuffer = topologyData.at(m_parameters.primTopology) [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 2962 static const VGPU10_PRIMITIVE_TOPOLOGY primTopology[] = { in emit_vgpu10_property() local 2999 assert(prop->u[0].Data < ARRAY_SIZE(primTopology)); in emit_vgpu10_property() 3000 emit->gs.prim_topology = primTopology[prop->u[0].Data]; in emit_vgpu10_property()
|
Completed in 26 milliseconds