Searched refs:read_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | v1krisc.c | 92 static vu32 risc_readmem(unsigned long io_base, vu32 addr, vu8 read_type); 420 * static vu32 risc_readmem(unsigned long io_base, vu32 addr, vu8 read_type) 425 risc_readmem(unsigned long io_base, vu32 addr, vu8 read_type) argument 430 if (READ_BYTE == read_type) /* read memory */ 433 if (READ_SHORT == read_type)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 45 const glsl_type *read_type(s_expression *); 135 ir_reader::read_type(s_expression *expr) function in class:ir_reader 142 const glsl_type *base_type = read_type(s_base_type); 239 const glsl_type *return_type = read_type(type_expr); 402 const glsl_type *type = read_type(s_type); 726 const glsl_type *type = read_type(s_type); 800 const glsl_type *type = read_type(type_expr); 998 const glsl_type *type = read_type(s_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 45 const glsl_type *read_type(s_expression *); 135 ir_reader::read_type(s_expression *expr) function in class:ir_reader 142 const glsl_type *base_type = read_type(s_base_type); 239 const glsl_type *return_type = read_type(type_expr); 402 const glsl_type *type = read_type(s_type); 726 const glsl_type *type = read_type(s_type); 800 const glsl_type *type = read_type(type_expr); 998 const glsl_type *type = read_type(s_type);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor.c | 482 int read_format, read_type; local in function:glamor_add_format 506 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &read_type); 511 if (format != read_format || type != read_type) { 515 read_format, read_type, depth, format, type);
|
Completed in 6 milliseconds