HomeSort by: relevance | last modified time | path
    Searched refs:read_type (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-rendition/dist/src/
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)
430 if (READ_BYTE == read_type) /* read memory */
433 if (READ_SHORT == read_type)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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/
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/
glamor.c 463 int read_format, read_type; local
495 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &read_type);
501 if (!texture_only && (format != read_format || type != read_type)) {
505 read_format, read_type, depth, format, type);

Completed in 8 milliseconds