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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp 66 const int outPatchSize,
129 << "Note: input patch size is " << inPatchSize << ", output patch size is " << outPatchSize
213 int outPatchSize;
241 << "layout(vertices = " << caseDef.outPatchSize << ") out;\n"
248 << " in_te_attr[gl_InvocationID] = in_tc_attr[gl_InvocationID*" << caseDef.inPatchSize << "/" << caseDef.outPatchSize << "];\n"
276 << " highp float y = gl_TessCoord.y - in_te_attr[int(round(gl_TessCoord.x*float(" << caseDef.outPatchSize << "-1)))];\n"
319 return runTest(context, numPrimitives, caseDef.inPatchSize, caseDef.outPatchSize,
628 const int outPatchSize = 3;
630 return runTest(context, numPrimitives, inPatchSize, outPatchSize,
773 const int outPatchSize = NUM_VERTICES
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 66 milliseconds