Lines Matching full:topology
3108 // VK_PRIMITIVE_TOPOLOGY_PATCH_LIST primitive topology is only valid for tessellation pipelines.
3109 // Mismatching primitive topology and tessellation fails graphics pipeline creation.
3111 (pPipeline->iaStateCI.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST)) {
3115 "topology for tessellation pipelines");
3117 if (pPipeline->iaStateCI.topology == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) {
3122 "topology is only valid for tessellation pipelines");
3128 "topology used with patchControlPoints value %u."