HomeSort by relevance Sort by last modified time
    Searched refs:pipe_blend_color (Results 1 - 25 of 38) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 60 void trace_dump_blend_color(const struct pipe_blend_color *state);
tr_dump_state.c 401 void trace_dump_blend_color(const struct pipe_blend_color *state)
411 trace_dump_struct_begin("pipe_blend_color");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 40 struct pipe_blend_color;
116 const struct pipe_blend_color *blend_color );
lp_context.h 71 struct pipe_blend_color blend_color;
lp_setup_context.h 137 struct pipe_blend_color current;
lp_state_blend.c 86 const struct pipe_blend_color *blend_color)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 74 struct pipe_blend_color blend_color;
75 struct pipe_blend_color blend_color_clamped;
sp_state_blend.c 70 const struct pipe_blend_color *blend_color)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump.h 135 const struct pipe_blend_color *state);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 40 struct pipe_blend_color;
190 const struct pipe_blend_color * );
p_state.h 279 struct pipe_blend_color struct
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 160 const struct pipe_blend_color *bc);
cso_context.c 117 struct pipe_blend_color blend_color;
675 const struct pipe_blend_color *bc)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 99 struct pipe_blend_color blend_colour;
nv30_state.c 280 const struct pipe_blend_color *bcol)
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 239 struct pipe_blend_color blend_color;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 38 const struct pipe_blend_color *state)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 143 struct pipe_blend_color blend_colour;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 147 struct pipe_blend_color blend_colour;
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 222 struct pipe_blend_color blend_color;
svga_pipe_blend.c 220 const struct pipe_blend_color *blend_color )
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 281 struct pipe_blend_color bc;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 255 struct pipe_blend_color bc = {{0}};
r300_context.h 85 struct pipe_blend_color state;
r300_state.c 462 const struct pipe_blend_color* color)
468 struct pipe_blend_color c;
    [all...]

Completed in 105 milliseconds

1 2