Searched refs:get_dimensions (Results 1 – 7 of 7) 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 68 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_load() 122 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_store() 278 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() 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()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 63 [dim, junk, junk, junk, junk] = param.get_dimensions() 547 [dim, width, height, depth, extent] = param.get_dimensions() 715 [dim, w, h, d, junk] = output.get_dimensions() 787 [dim, w, h, d, junk] = p.get_dimensions() 856 [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 | 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
D | glX_proto_size.py | 549 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
|
D | gl_XML.py | 524 def get_dimensions(self): member in gl_parameter
|