Home
last modified time | relevance | path

Searched refs:pipeFormat (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c189 static uint translate_texture_format(enum pipe_format pipeFormat, in translate_texture_format() argument
196 pipeFormat != PIPE_FORMAT_Z24_UNORM_S8_UINT && in translate_texture_format()
197 pipeFormat != PIPE_FORMAT_Z24X8_UNORM ) in translate_texture_format()
198 debug_printf("i915: unsupported texture swizzle for format %d\n", pipeFormat); in translate_texture_format()
200 switch (pipeFormat) { in translate_texture_format()
271 pipeFormat); in translate_texture_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h47 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
Dst_cb_drawpixels.c488 enum pipe_format pipeFormat; in make_texture() local
498 pipeFormat = st_mesa_format_to_pipe_format(mformat); in make_texture()
499 assert(pipeFormat); in make_texture()
506 pt = alloc_texture(st, width, height, pipeFormat); in make_texture()