st_cb_texture.c | 219 unsigned bindings; local 222 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_DEPTH_STENCIL; 224 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; 226 if (screen->is_format_supported(screen, format, target, 0, bindings)) 227 return bindings; 232 if (screen->is_format_supported(screen, format, target, 0, bindings)) 233 return bindings; 328 GLuint bindings; local 380 bindings = default_bindings(st, fmt); 394 bindings); 467 GLuint bindings = default_bindings(st, format); local 1258 GLuint bindings = default_bindings(st, firstImageFormat); local 1315 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local [all...] |