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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp109 struct swr_resource *swr_res = swr_resource(view->texture); local in function:swr_generate_sampler_key
112 if (swr_res->has_depth && swr_res->has_stencil &&
127 struct swr_resource *swr_res = swr_resource(view->texture); local in function:swr_generate_sampler_key
130 if (swr_res->has_depth && swr_res->has_stencil &&
H A Dswr_state.cpp782 struct swr_resource *swr_res = swr_resource(res); local in function:swr_update_texture_state
783 SWR_SURFACE_STATE *swr = &swr_res->swr;
784 size_t *mip_offsets = swr_res->mip_offsets;
785 if (swr_res->has_depth && swr_res->has_stencil &&
787 swr = &swr_res->secondary;
788 mip_offsets = swr_res->secondary_mip_offsets;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp894 struct swr_resource *swr_res = swr_resource(res); local in function:swr_update_texture_state
895 SWR_SURFACE_STATE *swr = &swr_res->swr;
896 size_t *mip_offsets = swr_res->mip_offsets;
897 if (swr_res->has_depth && swr_res->has_stencil &&
899 swr = &swr_res->secondary;
900 mip_offsets = swr_res->secondary_mip_offsets;
H A Dswr_shader.cpp157 struct swr_resource *swr_res = swr_resource(view->texture); local in function:swr_generate_sampler_key
160 if (swr_res->has_depth && swr_res->has_stencil &&
175 struct swr_resource *swr_res = swr_resource(view->texture); local in function:swr_generate_sampler_key
178 if (swr_res->has_depth && swr_res->has_stencil &&

Completed in 13 milliseconds