Home
last modified time | relevance | path

Searched refs:pipe_surface_format (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c318 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_draw_vbo()
319 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_draw_vbo()
429 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_clear()
430 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_clear()
Dfreedreno_gmem.c725 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_gmem_render_tiles()
726 util_format_short_name(pipe_surface_format(pfb->zsbuf)), in fd_gmem_render_tiles()
737 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_gmem_render_tiles()
738 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_gmem_render_tiles()
Dfreedreno_util.h147 pipe_surface_format(struct pipe_surface *psurf) in pipe_surface_format() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c186 if (util_format_is_alpha(pipe_surface_format(bufs[i]))) in fd3_program_emit()
334 enum pipe_format fmt = pipe_surface_format(bufs[i]); in fd3_program_emit()
Dfd3_emit.c716 pipe_surface_format(ctx->batch->framebuffer.zsbuf), in fd3_emit_state()
761 pipe_surface_format(ctx->batch->framebuffer.cbufs[i]); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c482 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_init()
662 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_prep()
686 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_renderprep()
Dfd2_draw.c420 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_clear_fast()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c549 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd4_emit_state()
674 pipe_surface_format(ctx->batch->framebuffer.zsbuf), in fd4_emit_state()
713 enum pipe_format format = pipe_surface_format( in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c554 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd5_emit_state()
749 enum pipe_format format = pipe_surface_format(pfb->cbufs[i]); in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c824 util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0])), in fd6_emit_state()