Home
last modified time | relevance | path

Searched refs:hasTessellation (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp92 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() local
306hasTessellation ? &tessStateCreateInfo : DE_NULL, // const VkPipelineTessellationStat… in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp267 , hasTessellation (false) in InstanceContext()
295 , hasTessellation (other.hasTessellation) in InstanceContext()
3019 bool hasTessellation = false; in runAndVerifyDefaultPipeline() local
3035 hasTessellation = (instance.requiredStages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) || in runAndVerifyDefaultPipeline()
3043 if (hasTessellation && !supportsTessellation) in runAndVerifyDefaultPipeline()
3965 …const VkPrimitiveTopology topology = hasTessellation? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST: VK_PRIMITI… in runAndVerifyDefaultPipeline()
4113 …const VkPipelineTessellationStateCreateInfo* tessellationInfo = hasTessellation ? &tessellationSta… in runAndVerifyDefaultPipeline()
DvktSpvAsmGraphicsShaderTestUtil.hpp266 bool hasTessellation; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3952 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in iterate() local
3989 if (hasTessellation) in iterate()
4008 gl.drawArrays((hasTessellation) ? (GL_PATCHES) : (GL_TRIANGLES), 0, m_gridSize * m_gridSize * 6); in iterate()
4024 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genVertexSource() local
4032 if (!hasTessellation && m_depthType == DEPTH_USER_DEFINED) in genVertexSource()
4035 if (!hasTessellation) in genVertexSource()
4043 if (hasTessellation) in genVertexSource()
4062 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genFragmentSource() local
4063 const char* const colorMixName = (hasTessellation) ? ("tess_eval_colorMix") : ("vtx_colorMix"); in genFragmentSource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp251 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() local
504hasTessellation ? &tessStateCreateInfo : DE_NULL, // const VkPipelineTessellationStat… in makeGraphicsPipeline()