Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c173 translate_texture_format(enum pipe_format pipeFormat, in translate_texture_format() argument
180 pipeFormat != PIPE_FORMAT_Z24_UNORM_S8_UINT && in translate_texture_format()
181 pipeFormat != PIPE_FORMAT_Z24X8_UNORM) in translate_texture_format()
183 pipeFormat); in translate_texture_format()
185 switch (pipeFormat) { in translate_texture_format()
256 pipeFormat); in translate_texture_format()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.h51 st_pipe_format_to_mesa_format(enum pipe_format pipeFormat);
H A Dst_cb_drawpixels.c617 enum pipe_format pipeFormat; in make_texture() local
631 pipeFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in make_texture()
634 if (pipeFormat == PIPE_FORMAT_NONE) { in make_texture()
638 pipeFormat = st_choose_format(st, intFormat, format, type, in make_texture()
642 assert(pipeFormat != PIPE_FORMAT_NONE); in make_texture()
645 mformat = st_pipe_format_to_mesa_format(pipeFormat); in make_texture()
653 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW); in make_texture()

Completed in 5 milliseconds