Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c419 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_gmem_render_tiles()
420 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_gmem_render_tiles()
430 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_gmem_render_tiles()
431 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_gmem_render_tiles()
Dfreedreno_draw.c254 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_draw_vbo()
255 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_draw_vbo()
412 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), in fd_clear()
413 util_format_short_name(pipe_surface_format(pfb->zsbuf))); in fd_clear()
Dfreedreno_util.h124 pipe_surface_format(struct pipe_surface *psurf) in pipe_surface_format() function
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c345 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_init()
367 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_prep()
389 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); in fd2_emit_tile_renderprep()
Dfd2_emit.c304 pipe_surface_format(ctx->batch->framebuffer.cbufs[0]); in fd2_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c224 if (util_format_is_alpha(pipe_surface_format(bufs[i]))) in fd3_program_emit()
366 enum pipe_format fmt = pipe_surface_format(bufs[i]); in fd3_program_emit()
Dfd3_emit.c682 pipe_surface_format(ctx->batch->framebuffer.zsbuf), in fd3_emit_state()
727 pipe_surface_format(ctx->batch->framebuffer.cbufs[i]); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c532 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd4_emit_state()
653 pipe_surface_format(ctx->batch->framebuffer.zsbuf), in fd4_emit_state()
692 enum pipe_format format = pipe_surface_format( in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c518 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd5_emit_state()
711 enum pipe_format format = pipe_surface_format(pfb->cbufs[i]); in fd5_emit_state()