Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp68 deUint32 numPatchControlPoints = 0; member
DvktDrawUtil.cpp417 …wCallData.topology != VK_PRIMITIVE_TOPOLOGY_PATCH_LIST || pipelineState.numPatchControlPoints > 0); in registerDrawObject()
562 …pipelineState.numPatchControlPoints, // const deUint32 patchControl… in registerDrawObject()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1399 pipelineState.numPatchControlPoints = NUM_PATCH_CONTROL_POINTS; in testClipDistance()