Searched refs:scs (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/fp/ |
| H A D | Makefile.am | 82 scs.txt \
|
| H A D | Makefile.in | 429 scs.txt \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.cpp | 216 color_space scs = fBitmap->ColorSpace(); local in function:SoftwareRenderer::CopyPixelsOut 219 if (scs != dcs && (scs != B_RGBA32 || dcs != B_RGB32)) { 221 __PRETTY_FUNCTION__, color_space_name(scs), color_space_name(dcs));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 93 void si_destroy_saved_cs(struct si_saved_cs *scs) argument 95 si_clear_saved_cs(&scs->gfx); 96 si_resource_reference(&scs->trace_buf, NULL); 97 free(scs); 395 struct si_saved_cs *scs = chunk->cs; local in function:si_log_chunk_type_cs_print 402 uint32_t *map = ctx->ws->buffer_map(scs->trace_buf->buf, 423 if (scs->flushed) { 424 ac_parse_ib(f, scs->gfx.ib + chunk->gfx_begin, 437 util_dump_ns(f, scs->time_flush); 439 si_dump_bo_list(ctx, &scs 453 struct si_saved_cs *scs = ctx->current_saved_cs; local in function:si_log_cs [all...] |
| H A D | si_pipe.h | 1254 void si_destroy_saved_cs(struct si_saved_cs *scs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 92 void si_destroy_saved_cs(struct si_saved_cs *scs) argument 94 si_clear_saved_cs(&scs->gfx); 95 si_resource_reference(&scs->trace_buf, NULL); 96 free(scs); 402 struct si_saved_cs *scs = chunk->cs; local in function:si_log_chunk_type_cs_print 409 uint32_t *map = ctx->ws->buffer_map(ctx->ws, scs->trace_buf->buf, NULL, 425 if (scs->flushed) { 426 ac_parse_ib(f, scs->gfx.ib + chunk->gfx_begin, chunk->gfx_end - chunk->gfx_begin, 436 util_dump_ns(f, scs->time_flush); 438 si_dump_bo_list(ctx, &scs 451 struct si_saved_cs *scs = ctx->current_saved_cs; local in function:si_log_cs [all...] |
| H A D | si_pipe.h | 1410 void si_destroy_saved_cs(struct si_saved_cs *scs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm_surface_state.c | 462 unsigned scs = (swizzle + 4) & 7; local in function:swizzle_to_scs 464 return (need_green_to_blue && scs == HSW_SCS_GREEN) ? HSW_SCS_BLUE : scs;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm_surface_state.c | 459 unsigned scs = (swizzle + 4) & 7; local in function:swizzle_to_scs 461 return (need_green_to_blue && scs == HSW_SCS_GREEN) ? HSW_SCS_BLUE : scs;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 1274 tu6_emit_scissor(struct tu_cs *cs, const VkRect2D *scs, uint32_t scissor_count);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 3003 - iris: pipe to scs -> iris_pipe.h
|
Completed in 31 milliseconds