HomeSort by relevance Sort by last modified time
    Searched defs:usePointMode (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationPrimitiveDiscardTests.cpp 58 bool usePointMode;
70 caseDef.usePointMode &&
310 const deUint32 numVariants = caseDef.usePointMode ? 2 : 1;
313 const bool needPointSizeWrite = caseDef.usePointMode && variant == 1;
326 << (caseDef.usePointMode ? ", point_mode" : "") << ") in;\n"
471 const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode;
642 + (caseDef.usePointMode ? "_point_mode" : "")
vktTessellationInvarianceTests.cpp 109 inline PointModeUsage getPointModeUsage (const bool usePointMode)
111 return usePointMode ? POINT_MODE_USAGE_USE : POINT_MODE_USAGE_DONT_USE;
154 inline std::string getProgramName (const std::string& baseName, const Winding winding, const bool usePointMode)
157 str << baseName << "_" << getWindingShaderName(winding) << (usePointMode ? "_point_mode" : "");
161 inline std::string getProgramName (const std::string& baseName, const bool usePointMode)
164 str << baseName << (usePointMode ? "_point_mode" : "");
168 inline std::string getProgramDescription (const Winding winding, const bool usePointMode)
171 str << "winding mode " << getWindingShaderName(winding) << ", " << (usePointMode ? "" : "don't ") << "use point mode";
471 bool usePointMode;
500 int multiplePatchReferencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches
    [all...]

Completed in 53 milliseconds