Searched refs:view_blocksize (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c341 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:prepare_shader_sampling
349 width0 = view->u.buf.size / view_blocksize;
509 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:prepare_shader_images
517 width = view->u.buf.size / view_blocksize;
H A Dlp_setup.c765 unsigned view_blocksize = util_format_get_blocksize(image->format); local in function:lp_setup_set_fs_images
766 jit_image->width = image->u.buf.size / view_blocksize;
1063 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:lp_setup_set_fragment_sampler_views
1070 jit_tex->width = view->u.buf.size / view_blocksize;
H A Dlp_state_cs.c1013 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:lp_csctx_set_sampler_views
1020 jit_tex->width = view->u.buf.size / view_blocksize;
1182 unsigned view_blocksize = util_format_get_blocksize(image->format); local in function:lp_csctx_set_cs_images
1183 jit_image->width = image->u.buf.size / view_blocksize;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c236 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:prepare_shader_sampling
244 width0 = view->u.buf.size / view_blocksize;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c297 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:prepare_shader_sampling
305 width0 = view->u.buf.size / view_blocksize;
H A Dlp_setup.c893 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:lp_setup_set_fragment_sampler_views
900 jit_tex->width = view->u.buf.size / view_blocksize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c250 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:prepare_shader_sampling
258 width0 = view->u.buf.size / view_blocksize;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp805 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:swr_update_texture_state
807 jit_tex->width = view->u.buf.size / view_blocksize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp919 unsigned view_blocksize = util_format_get_blocksize(view->format); local in function:swr_update_texture_state
921 jit_tex->width = view->u.buf.size / view_blocksize;

Completed in 16 milliseconds