Searched refs:outputPatchSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h140 uint8_t outputPatchSize; member in struct:nv50_ir_prog_info::__anon13833::__anon13835
H A Dnv50_ir_from_sm4.cpp973 info.prop.tp.outputPatchSize =
2139 if (info.prop.tp.outputPatchSize < phaseInstCnt[0][subPhase])
2148 if (info.prop.tp.outputPatchSize < phaseInstCnt[1][subPhase])
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h140 uint8_t outputPatchSize; member in struct:nv50_ir_prog_info::__anon27244::__anon27246
H A Dnv50_ir_from_sm4.cpp973 info.prop.tp.outputPatchSize =
2139 if (info.prop.tp.outputPatchSize < phaseInstCnt[0][subPhase])
2148 if (info.prop.tp.outputPatchSize < phaseInstCnt[1][subPhase])
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c359 tcp->hdr[2] = info->prop.tp.outputPatchSize << 24;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c359 tcp->hdr[2] = info->prop.tp.outputPatchSize << 24;
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp2847 PatchVertexCountCase (Context& context, const char* name, const char* description, int inputPatchSize, int outputPatchSize, const char* referenceImagePath)
2850 , m_outputPatchSize (outputPatchSize)

Completed in 167 milliseconds