Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c31 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()
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()
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/
DglX_proto_send.py63 [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()
DglX_proto_common.py60 [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.py524 def get_dimensions(self): member in gl_parameter