Searched refs:pipeFormat (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c193 static uint translate_texture_format(enum pipe_format pipeFormat, argument
200 pipeFormat != PIPE_FORMAT_Z24_UNORM_S8_UINT &&
201 pipeFormat != PIPE_FORMAT_Z24X8_UNORM )
202 debug_printf("i915: unsupported texture swizzle for format %d\n", pipeFormat);
204 switch (pipeFormat) {
275 pipeFormat);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_sampler.c173 translate_texture_format(enum pipe_format pipeFormat, argument
180 pipeFormat != PIPE_FORMAT_Z24_UNORM_S8_UINT &&
181 pipeFormat != PIPE_FORMAT_Z24X8_UNORM)
183 pipeFormat);
185 switch (pipeFormat) {
256 pipeFormat);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.h50 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
H A Dst_cb_drawpixels.c622 enum pipe_format pipeFormat; local in function:make_texture
636 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
639 if (pipeFormat == PIPE_FORMAT_NONE) {
643 pipeFormat = st_choose_format(st, intFormat, format, type,
646 assert(pipeFormat != PIPE_FORMAT_NONE);
649 mformat = st_pipe_format_to_mesa_format(pipeFormat);
657 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.h50 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
H A Dst_cb_drawpixels.c621 enum pipe_format pipeFormat; local in function:make_texture
635 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
638 if (pipeFormat == PIPE_FORMAT_NONE) {
642 pipeFormat = st_choose_format(st, intFormat, format, type,
646 assert(pipeFormat != PIPE_FORMAT_NONE);
649 mformat = st_pipe_format_to_mesa_format(pipeFormat);
657 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW);

Completed in 11 milliseconds