Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:pFormat

2014    enum pipe_format pformat;
2075 return tbl[i].pformat;
2223 enum pipe_format pFormat;
2279 pFormat = st_choose_matching_format(st, bindings, format, type,
2282 if (pFormat != PIPE_FORMAT_NONE)
2283 return st_pipe_format_to_mesa_format(pFormat);
2289 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
2292 if (pFormat != PIPE_FORMAT_NONE)
2293 return st_pipe_format_to_mesa_format(pFormat);
2298 pFormat = st_choose_format(st, internalFormat, format, type,
2301 if (pFormat == PIPE_FORMAT_NONE && !is_renderbuffer) {
2303 pFormat = st_choose_format(st, internalFormat, format, type,
2308 if (pFormat == PIPE_FORMAT_NONE) {
2319 mFormat = st_pipe_format_to_mesa_format(pFormat);
2328 util_format_name(pFormat),
2419 enum pipe_format pformat = st_choose_format(st,
2425 if (pformat)