Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h126 uint8_t outputPatchSize; member
Dnv50_ir_from_tgsi.cpp1238 info->prop.tp.outputPatchSize = prop->u[0].Data; in scanProperty()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c343 tcp->hdr[2] = info->prop.tp.outputPatchSize << 24; in nvc0_tcp_gen_header()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2897 …, const char* name, const char* description, int inputPatchSize, int outputPatchSize, const char* … in PatchVertexCountCase() argument
2900 , m_outputPatchSize (outputPatchSize) in PatchVertexCountCase()