Searched defs:hasTessellation (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp259 bool hasTessellation; member in struct:vkt::SpirVAssembly::InstanceContext
H A DvktSpvAsmGraphicsShaderTestUtil.cpp240 , hasTessellation (false)
267 , hasTessellation (other.hasTessellation)
2256 bool hasTessellation = false; local
2265 hasTessellation = (instance.requiredStages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) ||
2268 if (hasTessellation && !supportsTessellation)
3007 const VkPrimitiveTopology topology = hasTessellation? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST: VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
3131 const VkPipelineTessellationStateCreateInfo* tessellationInfo = hasTessellation ? &tessellationState: DE_NULL;

Completed in 104 milliseconds