Searched defs:noutput (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.h44 unsigned noutput; member in struct:r600_shader
H A Dr600_shader.c822 i = ctx->shader->noutput++;
1172 unsigned output_done, noutput; local
1420 noutput = shader->noutput;
1426 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io));
1427 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1428 shader->output[noutput].gpr = ctx.temp_reg;
1429 noutput++;
1430 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1431 shader->output[noutput]
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h44 unsigned noutput; member in struct:r600_shader
H A Dr600_shader.c822 i = ctx->shader->noutput++;
1172 unsigned output_done, noutput; local
1420 noutput = shader->noutput;
1426 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io));
1427 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1428 shader->output[noutput].gpr = ctx.temp_reg;
1429 noutput++;
1430 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST;
1431 shader->output[noutput]
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h63 unsigned noutput; member in struct:si_shader
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h63 unsigned noutput; member in struct:si_shader
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1275 int noutput; local
1280 pFuncs[0]->Call(&input, 1, output, noutput);
1292 pFuncs[i]->Call(&input, 1, output, noutput);

Completed in 1772 milliseconds