Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp315 const bool needPointSizeWrite = caseDef.usePointMode && variant == 1; in initPrograms() local
320 if (needPointSizeWrite) in initPrograms()
342 if (needPointSizeWrite) in initPrograms()
348 …programCollection.glslSources.add(needPointSizeWrite ? "tese_psw" : "tese") << glu::TessellationEv… in initPrograms()
475 …const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), con… in test() local
483 …AGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(needPointSizeWrite ? "tese_psw"… in test()