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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h145 void (*get_dims)(const struct tgsi_image *image, member in struct:tgsi_image
175 void (*get_dims)(const struct tgsi_buffer *buffer, member in struct:tgsi_buffer
212 void (*get_dims)(struct tgsi_sampler *sampler, member in struct:tgsi_sampler
H A Dtgsi_exec.c2685 mach->Sampler->get_dims(mach->Sampler, unit, src.i[0], result);
4443 mach->Image->get_dims(mach->Image, &params, result);
4475 mach->Buffer->get_dims(mach->Buffer, &params, &result);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h145 void (*get_dims)(const struct tgsi_image *image, member in struct:tgsi_image
194 void (*get_dims)(struct tgsi_sampler *sampler, member in struct:tgsi_sampler
H A Dtgsi_exec.c2482 mach->Sampler->get_dims(mach->Sampler, unit, src.i[0], result);
4172 mach->Image->get_dims(mach->Image, &params, result);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c376 buf->base.get_dims = sp_tgsi_get_dims;
H A Dsp_image.c800 img->base.get_dims = sp_tgsi_get_dims;
H A Dsp_tex_sample.c3826 samp->base.get_dims = sp_tgsi_get_dims;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c767 img->base.get_dims = sp_tgsi_get_dims;
H A Dsp_tex_sample.c3858 samp->base.get_dims = sp_tgsi_get_dims;

Completed in 63 milliseconds