Searched refs:noutput (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.c | 60 for (nparams = 0, i = 0 ; i < shader->shader.noutput; i++) { in si_pipe_shader_vs() 133 for (i = 0; i < shader->shader.noutput; i++) { in si_pipe_shader_ps() 144 for (i = 0; i < shader->shader.noutput; i++) { in si_pipe_shader_ps() 340 for (j = 0; j < vs->noutput; j++) { in si_update_spi_map() 348 if (j == vs->noutput) { in si_update_spi_map()
|
D | radeonsi_shader.h | 63 unsigned noutput; member
|
D | radeonsi_shader.c | 492 i = shader->noutput++; in si_llvm_emit_epilogue()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.h | 44 unsigned noutput; member
|
D | r600_shader.c | 822 i = ctx->shader->noutput++; in tgsi_declaration() 1172 unsigned output_done, noutput; in r600_shader_from_tgsi() local 1420 noutput = shader->noutput; in r600_shader_from_tgsi() 1426 memset(&shader->output[noutput], 0, 2*sizeof(struct r600_shader_io)); in r600_shader_from_tgsi() 1427 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST; in r600_shader_from_tgsi() 1428 shader->output[noutput].gpr = ctx.temp_reg; in r600_shader_from_tgsi() 1429 noutput++; in r600_shader_from_tgsi() 1430 shader->output[noutput].name = TGSI_SEMANTIC_CLIPDIST; in r600_shader_from_tgsi() 1431 shader->output[noutput].gpr = ctx.temp_reg+1; in r600_shader_from_tgsi() 1432 noutput++; in r600_shader_from_tgsi() [all …]
|
D | r600_state.c | 2508 for (i = 0; i < rshader->noutput; i++) { in r600_pipe_shader_ps() 2520 for (i = 0; i < rshader->noutput; i++) { in r600_pipe_shader_ps() 2591 for (i = 0; i < rshader->noutput; i++) { in r600_pipe_shader_vs()
|
D | evergreen_state.c | 3024 for (i = 0; i < rshader->noutput; i++) { in evergreen_pipe_shader_ps() 3037 for (i = 0; i < rshader->noutput; i++) { in evergreen_pipe_shader_ps() 3127 for (i = 0; i < rshader->noutput; i++) { in evergreen_pipe_shader_vs()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1219 int noutput; in GetTransferFunc() local 1224 pFuncs[0]->Call(&input, 1, output, noutput); in GetTransferFunc() 1234 pFuncs[i]->Call(&input, 1, output, noutput); in GetTransferFunc()
|