Searched refs:pcolor (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_clear.c67 const union pipe_color_union *pcolor,
78 color.float32[0] = pcolor->f[0];
79 color.float32[1] = pcolor->f[1];
80 color.float32[2] = pcolor->f[2];
81 color.float32[3] = pcolor->f[3];
125 clear_color_no_rp(struct zink_context *ctx, struct zink_resource *res, const union pipe_color_union *pcolor, unsigned level, unsigned layer, unsigned layerCount) argument
137 color.float32[0] = pcolor->f[0];
138 color.float32[1] = pcolor->f[1];
139 color.float32[2] = pcolor->f[2];
140 color.float32[3] = pcolor
64 clear_in_rp(struct pipe_context * pctx,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * pcolor,double depth,unsigned stencil) argument
192 zink_clear(struct pipe_context * pctx,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * pcolor,double depth,unsigned stencil) argument
[all...]
H A Dzink_clear.h60 const union pipe_color_union *pcolor,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c761 convert_color(enum pipe_format format, union pipe_color_union *pcolor) argument
763 union pipe_color_union color = *pcolor;

Completed in 5 milliseconds