Home
last modified time | relevance | path

Searched refs:get_dims (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h136 void (*get_dims)(const struct tgsi_image *image, member
166 void (*get_dims)(const struct tgsi_buffer *buffer, member
203 void (*get_dims)(struct tgsi_sampler *sampler, member
Dtgsi_exec.c2659 mach->Sampler->get_dims(mach->Sampler, unit, src.i[0], result); in exec_txq()
4411 mach->Image->get_dims(mach->Image, &params, result); in exec_resq_img()
4443 mach->Buffer->get_dims(mach->Buffer, &params, &result); in exec_resq_buf()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dshape_test.py591 _constant(shaper.get_dims(x)))
595 _constant(shaper.get_dims(x)))
598 _constant(shaper.get_dims(x)))
605 self._assertNdArrayEqual([[0], [1], [2, 3]], _eval(shaper.get_dims(y)))
616 ([0], [1], [2, 3]), sess.run(shaper.get_dims(y), feed_dict=feed_dict))
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c369 buf->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_buffer()
Dsp_image.c800 img->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_image()
Dsp_tex_sample.c3706 samp->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_sampler()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dshape.py282 def get_dims(self, x, name="get_dims"): member in _DistributionShape