Searched refs:swr_resource_is_texture (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_resource.h70 swr_resource_is_texture(const struct pipe_resource *resource) function in typeref:typename:INLINE boolean
96 assert(!swr_resource_is_texture(resource));
H A Dswr_screen.cpp851 if (swr_resource_is_texture(&res->base) && total_size > SWR_MAX_TEXTURE_SIZE)
955 if (swr_resource_is_texture(&res->base)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_resource.h71 swr_resource_is_texture(const struct pipe_resource *resource) function in typeref:typename:INLINE bool
97 assert(!swr_resource_is_texture(resource));
H A Dswr_screen.cpp803 if (swr_resource_is_texture(&res->base) && total_size > SWR_MAX_TEXTURE_SIZE)
907 if (swr_resource_is_texture(&res->base)) {

Completed in 11 milliseconds