Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:pFormat

1997    enum pipe_format pformat;
2057 return tbl[i].pformat;
2204 enum pipe_format pFormat;
2260 pFormat = st_choose_matching_format(st, bindings, format, type,
2263 if (pFormat != PIPE_FORMAT_NONE)
2264 return st_pipe_format_to_mesa_format(pFormat);
2268 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
2271 if (pFormat != PIPE_FORMAT_NONE)
2272 return st_pipe_format_to_mesa_format(pFormat);
2277 pFormat = st_choose_format(st, internalFormat, format, type,
2280 if (pFormat == PIPE_FORMAT_NONE && !is_renderbuffer) {
2282 pFormat = st_choose_format(st, internalFormat, format, type,
2287 if (pFormat == PIPE_FORMAT_NONE) {
2298 mFormat = st_pipe_format_to_mesa_format(pFormat);
2307 util_format_name(pFormat),
2396 enum pipe_format pformat = st_choose_format(st,
2402 if (pformat)