Searched refs:pipeFormat (Results 1 – 3 of 3) sorted by relevance
189 static uint translate_texture_format(enum pipe_format pipeFormat, in translate_texture_format() argument196 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()
47 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
488 enum pipe_format pipeFormat; in make_texture() local498 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()