Home
last modified time | relevance | path

Searched refs:svga_texture_device_format_has_alpha (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c144 svga_texture_device_format_has_alpha(texture)) { in svga_validate_pipe_sampler_view()
148 !svga_texture_device_format_has_alpha(texture)) { in svga_validate_pipe_sampler_view()
Dsvga_resource_texture.h321 svga_texture_device_format_has_alpha(struct pipe_resource *texture);
Dsvga_shader.c330 svga_texture_device_format_has_alpha(view->texture)) ? in svga_init_shader_key_common()
Dsvga_resource_texture.c1474 svga_texture_device_format_has_alpha(struct pipe_resource *texture) in svga_texture_device_format_has_alpha() function