Home
last modified time | relevance | path

Searched refs:get_dimensions (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c31 get_dimensions(const struct pipe_shader_buffer *bview, in get_dimensions() function
70 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_load()
128 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_store()
304 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_op()
Dsp_image.c147 get_dimensions(const struct pipe_image_view *iview, in get_dimensions() function
230 if (!get_dimensions(iview, spr, params->tgsi_tex_instr, in sp_tgsi_load()
335 if (!get_dimensions(iview, spr, params->tgsi_tex_instr, in sp_tgsi_store()
678 if (!get_dimensions(iview, spr, params->tgsi_tex_instr, in sp_tgsi_op()
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py61 [dim, junk, junk, junk, junk] = param.get_dimensions()
548 [dim, width, height, depth, extent] = param.get_dimensions()
716 [dim, w, h, d, junk] = output.get_dimensions()
788 [dim, w, h, d, junk] = p.get_dimensions()
857 [dim, junk, junk, junk, junk] = param.get_dimensions()
DglX_proto_common.py59 [dim, w, h, d, junk] = param.get_dimensions()
DglX_XML.py240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
DglX_proto_size.py549 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
Dgl_XML.py520 def get_dimensions(self): member in gl_parameter
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py185 def get_dimensions(self): member in TouchDevice
193 dev_width, dev_height = self.get_dimensions()