Searched refs:get_dimensions (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_buffer.c | 31 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()
|
D | sp_image.c | 147 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/ |
D | glX_proto_send.py | 62 [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()
|
D | glX_proto_common.py | 60 [dim, w, h, d, junk] = param.get_dimensions()
|
D | glX_XML.py | 241 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
D | glX_proto_size.py | 550 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
|
D | gl_XML.py | 521 def get_dimensions(self): member in gl_parameter
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touch_device.py | 185 def get_dimensions(self): member in TouchDevice 193 dev_width, dev_height = self.get_dimensions()
|