Searched refs:format_comp (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_asm.c | 2606 unsigned *num_format, unsigned *format_comp, unsigned *endian) in r600_vertex_data_type() argument 2613 *format_comp = 0; in r600_vertex_data_type() 2732 *format_comp = 1; in r600_vertex_data_type() 2759 unsigned format, num_format, format_comp, endian; in r600_vertex_elements_build_fetch_shader() local 2808 &format, &num_format, &format_comp, &endian); in r600_vertex_elements_build_fetch_shader() 2836 vtx.format_comp_all = format_comp; in r600_vertex_elements_build_fetch_shader()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 2606 unsigned *num_format, unsigned *format_comp, unsigned *endian) in r600_vertex_data_type() argument 2613 *format_comp = 0; in r600_vertex_data_type() 2732 *format_comp = 1; in r600_vertex_data_type() 2759 unsigned format, num_format, format_comp, endian; in r600_vertex_elements_build_fetch_shader() local 2808 &format, &num_format, &format_comp, &endian); in r600_vertex_elements_build_fetch_shader() 2836 vtx.format_comp_all = format_comp; in r600_vertex_elements_build_fetch_shader()
|