OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUT_PATCH_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl
28
#define
OUTPUT_PATCH_SIZE
3
81
[outputcontrolpoints(
OUTPUT_PATCH_SIZE
)]
144
const OutputPatch<HS2DS,
OUTPUT_PATCH_SIZE
> patch)
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp
344
OUTPUT_PATCH_SIZE
= 5,
386
<< "layout(vertices = " <<
OUTPUT_PATCH_SIZE
<< ") out;\n"
436
caseDef.caseType == CASETYPE_PATCH_VERTICES_IN_TES ? " bool ok = gl_PatchVerticesIn == " + de::toString(
OUTPUT_PATCH_SIZE
) + ";\n" :
499
return runTest(context, numPrimitives, INPUT_PATCH_SIZE,
OUTPUT_PATCH_SIZE
,
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
[
all
...]
Completed in 117 milliseconds