Searched refs:hasTessellation (Results 1 – 5 of 5) sorted by relevance
90 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() local304 …hasTessellation ? &tessStateCreateInfo : DE_NULL, // const VkPipelineTessellationStat… in makeGraphicsPipeline()
267 , hasTessellation (false) in InstanceContext()295 , hasTessellation (other.hasTessellation) in InstanceContext()3019 bool hasTessellation = false; in runAndVerifyDefaultPipeline() local3033 hasTessellation = (instance.requiredStages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) || in runAndVerifyDefaultPipeline()3041 if (hasTessellation && !supportsTessellation) in runAndVerifyDefaultPipeline()3979 …const VkPrimitiveTopology topology = hasTessellation? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST: VK_PRIMITI… in runAndVerifyDefaultPipeline()4117 …const VkPipelineTessellationStateCreateInfo* tessellationInfo = hasTessellation ? &tessellationSta… in runAndVerifyDefaultPipeline()
266 bool hasTessellation; member
3835 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in iterate() local3870 if (hasTessellation) in iterate()3889 gl.drawArrays((hasTessellation) ? (GL_PATCHES) : (GL_TRIANGLES), 0, m_gridSize * m_gridSize * 6); in iterate()3905 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genVertexSource() local3913 if (!hasTessellation && m_depthType == DEPTH_USER_DEFINED) in genVertexSource()3916 if (!hasTessellation) in genVertexSource()3924 if (hasTessellation) in genVertexSource()3943 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genFragmentSource() local3944 const char* const colorMixName = (hasTessellation) ? ("tess_eval_colorMix") : ("vtx_colorMix"); in genFragmentSource()
222 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() local474 …hasTessellation ? &tessStateCreateInfo : DE_NULL, // const VkPipelineTessellationStat… in makeGraphicsPipeline()