Home
last modified time | relevance | path

Searched refs:swr_res (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp787 struct swr_resource *swr_res = swr_resource(res); in swr_update_texture_state() local
788 SWR_SURFACE_STATE *swr = &swr_res->swr; in swr_update_texture_state()
789 size_t *mip_offsets = swr_res->mip_offsets; in swr_update_texture_state()
790 if (swr_res->has_depth && swr_res->has_stencil && in swr_update_texture_state()
792 swr = &swr_res->secondary; in swr_update_texture_state()
793 mip_offsets = swr_res->secondary_mip_offsets; in swr_update_texture_state()
Dswr_shader.cpp107 struct swr_resource *swr_res = swr_resource(view->texture); in swr_generate_sampler_key() local
110 if (swr_res->has_depth && swr_res->has_stencil && in swr_generate_sampler_key()
125 struct swr_resource *swr_res = swr_resource(view->texture); in swr_generate_sampler_key() local
128 if (swr_res->has_depth && swr_res->has_stencil && in swr_generate_sampler_key()