Searched refs:svga_format (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_format.h66 SVGA3dSurfaceFormat *svga_format,
71 SVGA3dSurfaceFormat *svga_format,
H A Dsvga_pipe_vertex.c38 #include "svga_format.h"
131 SVGA3dSurfaceFormat svga_format; local in function:define_input_element_object
135 &svga_format, &vf_flags);
141 elements[i].format = svga_format;
214 SVGA3dSurfaceFormat svga_format; local in function:translate_vertex_decls
217 svga_translate_vertex_format_vgpu10(f, &svga_format, &vf_flags);
H A DMakefile.sources13 svga_format.c \
14 svga_format.h \
H A Dsvga_format.c34 #include "svga_format.h"
390 SVGA3dSurfaceFormat *svga_format,
397 *svga_format = format_conversion_table[format].vertex_format;
410 SVGA3dSurfaceFormat *svga_format,
417 *svga_format = format_conversion_table[format].view_format;
2286 SVGA3dSurfaceFormat svga_format; local in function:svga_is_format_supported
2297 svga_format = svga_translate_format(ss, format, bindings);
2298 if (svga_format == SVGA3D_FORMAT_INVALID) {
2313 switch (svga_format) {
2343 svga_get_format_cap(ss, svga_format,
389 svga_translate_vertex_format_vgpu10(enum pipe_format format,SVGA3dSurfaceFormat * svga_format,unsigned * vf_flags) argument
409 svga_translate_texture_buffer_view_format(enum pipe_format format,SVGA3dSurfaceFormat * svga_format,unsigned * tf_flags) argument
2387 SVGA3dSurfaceFormat svga_format; local in function:svga_is_dx_format_supported
2412 SVGA3dSurfaceFormat svga_format; local in function:svga_is_dx_format_supported
[all...]
H A Dsvga_shader.c31 #include "svga_format.h"
275 SVGA3dSurfaceFormat svga_format; local in function:svga_init_shader_key_common
281 &svga_format, &tf_flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_format.h66 SVGA3dSurfaceFormat *svga_format,
71 SVGA3dSurfaceFormat *svga_format,
H A Dsvga_pipe_vertex.c38 #include "svga_format.h"
134 SVGA3dSurfaceFormat svga_format; local in function:define_input_element_object
138 &svga_format, &vf_flags);
144 elements[i].format = svga_format;
211 SVGA3dSurfaceFormat svga_format; local in function:translate_vertex_decls
214 svga_translate_vertex_format_vgpu10(f, &svga_format, &vf_flags);
H A Dsvga_format.c34 #include "svga_format.h"
233 SVGA3dSurfaceFormat *svga_format,
238 *svga_format = entry->vertex_format;
251 SVGA3dSurfaceFormat *svga_format,
256 *svga_format = entry->view_format;
2123 SVGA3dSurfaceFormat svga_format; local in function:svga_is_format_supported
2134 svga_format = svga_translate_format(ss, format, bindings);
2135 if (svga_format == SVGA3D_FORMAT_INVALID) {
2150 switch (svga_format) {
2180 svga_get_format_cap(ss, svga_format,
232 svga_translate_vertex_format_vgpu10(enum pipe_format format,SVGA3dSurfaceFormat * svga_format,unsigned * vf_flags) argument
250 svga_translate_texture_buffer_view_format(enum pipe_format format,SVGA3dSurfaceFormat * svga_format,unsigned * tf_flags) argument
2224 SVGA3dSurfaceFormat svga_format; local in function:svga_is_dx_format_supported
2249 SVGA3dSurfaceFormat svga_format; local in function:svga_is_dx_format_supported
[all...]
H A Dsvga_shader.c31 #include "svga_format.h"
304 SVGA3dSurfaceFormat svga_format; local in function:svga_init_shader_key_common
310 &svga_format, &tf_flags);

Completed in 10 milliseconds