Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3796 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in iterate() local
3831 if (hasTessellation) in iterate()
3850 gl.drawArrays((hasTessellation) ? (GL_PATCHES) : (GL_TRIANGLES), 0, m_gridSize * m_gridSize * 6); in iterate()
3866 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genVertexSource() local
3874 if (!hasTessellation && m_depthType == DEPTH_USER_DEFINED) in genVertexSource()
3877 if (!hasTessellation) in genVertexSource()
3885 if (hasTessellation) in genVertexSource()
3904 const bool hasTessellation = (m_state == STATE_PER_PRIMITIVE); in genFragmentSource() local
3905 const char* const colorMixName = (hasTessellation) ? ("tess_eval_colorMix") : ("vtx_colorMix"); in genFragmentSource()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3509 bool hasTessellation; member
3515 , hasTessellation (false) in InstanceContext()
3533 , hasTessellation (other.hasTessellation) in InstanceContext()
4964 bool hasTessellation = false; in runAndVerifyDefaultPipeline() local
4969 hasTessellation = (instance.requiredStages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) || in runAndVerifyDefaultPipeline()
4972 if (hasTessellation && !supportsTessellation) in runAndVerifyDefaultPipeline()
5283 …const VkPrimitiveTopology topology = hasTessellation? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST: VK_PRIMITI… in runAndVerifyDefaultPipeline()
5357 …const VkPipelineTessellationStateCreateInfo* tessellationInfo = hasTessellation ? &tessellationSta… in runAndVerifyDefaultPipeline()