Home
last modified time | relevance | path

Searched refs:outputPatchSize (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_driver.h140 uint8_t outputPatchSize; member
Dnv50_ir_from_sm4.cpp973 info.prop.tp.outputPatchSize = in inspectDeclaration()
2139 if (info.prop.tp.outputPatchSize < phaseInstCnt[0][subPhase]) in handleInstruction()
2148 if (info.prop.tp.outputPatchSize < phaseInstCnt[1][subPhase]) in handleInstruction()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c359 tcp->hdr[2] = info->prop.tp.outputPatchSize << 24; in nvc0_tcp_gen_header()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2859 …, const char* name, const char* description, int inputPatchSize, int outputPatchSize, const char* … in PatchVertexCountCase() argument
2862 , m_outputPatchSize (outputPatchSize) in PatchVertexCountCase()