Searched refs:get_dims (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.h | 145 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
|
D | tgsi_exec.c | 2635 mach->Sampler->get_dims(mach->Sampler, unit, src.i[0], result); in exec_txq() 4302 mach->Image->get_dims(mach->Image, ¶ms, result); in exec_resq_img() 4334 mach->Buffer->get_dims(mach->Buffer, ¶ms, &result); in exec_resq_buf()
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | shape_test.py | 590 _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/ |
D | shape.py | 298 def get_dims(self, x, name="get_dims"): member in _DistributionShape
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_buffer.c | 369 buf->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_buffer()
|
D | sp_image.c | 800 img->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_image()
|
D | sp_tex_sample.c | 3690 samp->base.get_dims = sp_tgsi_get_dims; in sp_create_tgsi_sampler()
|