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.h145 void (*get_dims)(const struct tgsi_image *image, member
175 void (*get_dims)(const struct tgsi_buffer *buffer, member
212 void (*get_dims)(struct tgsi_sampler *sampler, member
Dtgsi_exec.c2635 mach->Sampler->get_dims(mach->Sampler, unit, src.i[0], result); in exec_txq()
4302 mach->Image->get_dims(mach->Image, &params, result); in exec_resq_img()
4334 mach->Buffer->get_dims(mach->Buffer, &params, &result); in exec_resq_buf()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dshape_test.py590 _constant(shaper.get_dims(x)))
594 _constant(shaper.get_dims(x)))
597 _constant(shaper.get_dims(x)))
604 self._assertNdArrayEqual([[0], [1], [2, 3]], _eval(shaper.get_dims(y)))
615 ([0], [1], [2, 3]), sess.run(shaper.get_dims(y), feed_dict=feed_dict))
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dshape.py298 def get_dims(self, x, name="get_dims"): member in _DistributionShape
/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.c3690 samp->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_sampler()