Searched refs:colorOutputName (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 94 …llationEvaluationShader (const TessPrimitiveType primitiveType, const std::string& colorOutputName) in generateTessellationEvaluationShader() argument 102 << "layout(location = 0) out highp vec4 " << colorOutputName << ";\n" in generateTessellationEvaluationShader() 112 …<< " " << colorOutputName << " = cweights.x * v_patch_color[0] + cweights.y * v_patch_color[1] … in generateTessellationEvaluationShader() 119 …<< " " << colorOutputName << " = mix(mix(v_patch_color[0], v_patch_color[1], cweights.y), mix(v… in generateTessellationEvaluationShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 94 …llationEvaluationShader (const TessPrimitiveType primitiveType, const std::string& colorOutputName) in generateTessellationEvaluationShader() argument 102 << "layout(location = 0) out highp vec4 " << colorOutputName << ";\n" in generateTessellationEvaluationShader() 112 …<< " " << colorOutputName << " = cweights.x * v_patch_color[0] + cweights.y * v_patch_color[1] … in generateTessellationEvaluationShader() 119 …<< " " << 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/ |
D | es31fTessellationGeometryInteractionTests.cpp | 379 …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()
|