Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp92 …llationEvaluationShader (const TessPrimitiveType primitiveType, const std::string& colorOutputName) in generateTessellationEvaluationShader() argument
100 << "layout(location = 0) out highp vec4 " << colorOutputName << ";\n" in generateTessellationEvaluationShader()
110 …<< " " << colorOutputName << " = cweights.x * v_patch_color[0] + cweights.y * v_patch_color[1] … in generateTessellationEvaluationShader()
117 …<< " " << colorOutputName << " = mix(mix(v_patch_color[0], v_patch_color[1], cweights.y), mix(v… in generateTessellationEvaluationShader()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp379 …const char* const colorOutputName = ((geometryActive) ? ("v_evaluated_color") : ("v_fragment_color… in getTessellationEvaluationSource() local
389 "out highp vec4 " << colorOutputName << ";\n" in getTessellationEvaluationSource()
399 …" " << colorOutputName << " = cweights.x * v_patch_color[0] + cweights.y * v_patch_color[1] + cwei… in getTessellationEvaluationSource()
406 …" " << colorOutputName << " = mix(mix(v_patch_color[0], v_patch_color[1], cweights.y), mix(v_patch… in getTessellationEvaluationSource()