OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe_surface_format
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_gmem.c
339
enum pipe_format format =
pipe_surface_format
(pfb->cbufs[0]);
361
enum pipe_format format =
pipe_surface_format
(pfb->cbufs[0]);
383
enum pipe_format format =
pipe_surface_format
(pfb->cbufs[0]);
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c
191
util_format_short_name(
pipe_surface_format
(pfb->cbufs[0])),
192
util_format_short_name(
pipe_surface_format
(pfb->zsbuf)));
341
util_format_short_name(
pipe_surface_format
(pfb->cbufs[0])),
342
util_format_short_name(
pipe_surface_format
(pfb->zsbuf)));
freedreno_gmem.c
403
util_format_short_name(
pipe_surface_format
(pfb->cbufs[0])),
404
util_format_short_name(
pipe_surface_format
(pfb->zsbuf)));
413
util_format_short_name(
pipe_surface_format
(pfb->cbufs[0])),
414
util_format_short_name(
pipe_surface_format
(pfb->zsbuf)));
freedreno_util.h
120
pipe_surface_format
(struct pipe_surface *psurf)
function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c
224
if (util_format_is_alpha(
pipe_surface_format
(bufs[i])))
366
enum pipe_format fmt =
pipe_surface_format
(bufs[i]);
fd3_emit.c
682
pipe_surface_format
(ctx->batch->framebuffer.zsbuf),
727
pipe_surface_format
(ctx->batch->framebuffer.cbufs[i]);
[
all
...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c
535
if (util_format_is_pure_integer(
pipe_surface_format
(pfb->cbufs[0])))
656
pipe_surface_format
(ctx->batch->framebuffer.zsbuf),
695
enum pipe_format format =
pipe_surface_format
(
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c
434
if (util_format_is_pure_integer(
pipe_surface_format
(pfb->cbufs[0])))
598
enum pipe_format format =
pipe_surface_format
(
Completed in 168 milliseconds