Searched defs:pipeFormat (Results 1 - 2 of 2) sorted by relevance

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

Completed in 189 milliseconds