Searched refs:get_dimensions (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 61 [dim, junk, junk, junk, junk] = param.get_dimensions() 545 [dim, width, height, depth, extent] = param.get_dimensions() 713 [dim, w, h, d, junk] = output.get_dimensions() 785 [dim, w, h, d, junk] = p.get_dimensions() 854 [dim, junk, junk, junk, junk] = param.get_dimensions()
|
D | glX_proto_common.py | 58 [dim, w, h, d, junk] = param.get_dimensions()
|
D | glX_XML.py | 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
D | glX_proto_size.py | 547 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
|
D | gl_XML.py | 522 def get_dimensions(self): member in gl_parameter
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
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() 316 if (!get_dimensions(iview, spr, params->tgsi_tex_instr, in sp_tgsi_store() 645 if (!get_dimensions(iview, spr, params->tgsi_tex_instr, in sp_tgsi_op()
|