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.py62 [dim, junk, junk, junk, junk] = param.get_dimensions()
549 [dim, width, height, depth, extent] = param.get_dimensions()
717 [dim, w, h, d, junk] = output.get_dimensions()
789 [dim, w, h, d, junk] = p.get_dimensions()
858 [dim, junk, junk, junk, junk] = param.get_dimensions()
DglX_proto_common.py60 [dim, w, h, d, junk] = param.get_dimensions()
DglX_XML.py241 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
DglX_proto_size.py550 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
Dgl_XML.py521 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()