Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.hlsl28 #define OUTPUT_PATCH_SIZE 3
81 [outputcontrolpoints(OUTPUT_PATCH_SIZE)]
144 const OutputPatch<HS2DS, OUTPUT_PATCH_SIZE> patch)
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp3048 static const int OUTPUT_PATCH_SIZE; member in deqp::gles31::Functional::__anon4a9088cf0211::PerPatchDataCase
3057 const int PerPatchDataCase::OUTPUT_PATCH_SIZE = 5; member in deqp::gles31::Functional::__anon4a9088cf0211::PerPatchDataCase
3117 DE_ASSERT(OUTPUT_PATCH_SIZE < INPUT_PATCH_SIZE); in init()
3120 const string outSizeStr = de::toString(OUTPUT_PATCH_SIZE); in init()
3228 …patch size is " << INPUT_PATCH_SIZE << ", output patch size is " << OUTPUT_PATCH_SIZE << TestLog::… in iterate()