HomeSort by: relevance | last modified time | path
    Searched defs:TYPE (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
rgtc.c 39 #define TYPE unsigned char
46 #undef TYPE
51 #define TYPE signed char
58 #undef TYPE
  /xsrc/external/mit/MesaLib.old/dist/src/util/
rgtc.c 39 #define TYPE unsigned char
46 #undef TYPE
51 #define TYPE signed char
58 #undef TYPE
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
disasm-a2xx.c 73 print_srcreg(uint32_t num, uint32_t type, uint32_t swiz, uint32_t negate,
80 printf("%c%u", type ? 'R' : 'C', num);
108 print_export_comment(uint32_t num, gl_shader_stage type)
111 switch (type) {
231 gl_shader_stage type)
273 print_export_comment(alu->vector_dest, type);
298 print_export_comment(alu->scalar_dest, type);
312 #define TYPE(id) [id] = {#id}
313 TYPE(FMT_1_REVERSE),
314 TYPE(FMT_32_FLOAT)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aub_read.c 37 #define TYPE(dw) (((dw) >> 29) & 7)
41 #define MAKE_HEADER(type, opcode, subopcode) \
42 ((((unsigned) (type)) << 29) | ((opcode) << 23) | ((subopcode) << 16))
135 int type = p[1] & AUB_TRACE_TYPE_MASK; local
151 switch (type) {
162 parse_error(read, p, "command write to unknown ring %d\n", type);
353 "unknown block type=0x%x, opcode=0x%x, subopcode=0x%x (%08x)\n",
354 TYPE(h), OPCODE(h), SUBOPCODE(h), h);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
disasm-a2xx.c 66 static void print_srcreg(uint32_t num, uint32_t type,
73 printf("%c%u", type ? 'R' : 'C', num);
99 static void print_export_comment(uint32_t num, gl_shader_stage type)
102 switch (type) {
215 int level, int sync, gl_shader_stage type)
257 print_export_comment(alu->vector_dest, type);
282 print_export_comment(alu->scalar_dest, type);
297 #define TYPE(id) [id] = { #id }
298 TYPE(FMT_1_REVERSE),
299 TYPE(FMT_32_FLOAT)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aub_read.c 37 #define TYPE(dw) (((dw) >> 29) & 7)
41 #define MAKE_HEADER(type, opcode, subopcode) \
42 (((type) << 29) | ((opcode) << 23) | ((subopcode) << 16))
137 int type = p[1] & AUB_TRACE_TYPE_MASK; local
153 switch (type) {
164 parse_error(read, p, "command write to unknown ring %d\n", type);
349 "unknown block type=0x%x, opcode=0x%x, subopcode=0x%x (%08x)\n",
350 TYPE(h), OPCODE(h), SUBOPCODE(h), h);
  /xsrc/external/mit/freetype/dist/src/gzip/
infutil.h 15 TYPE, /* get type bits (3, including end bit) */
  /xsrc/external/mit/xkbcomp/dist/
tokens.h 48 #define TYPE 21
xkbparse.c 87 # define YY_CAST(Type, Val) static_cast<Type> (Val)
88 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
90 # define YY_CAST(Type, Val) ((Type) (Val))
91 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
139 TYPE = 21, /* TYPE */
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
cayman_shader.h 89 #define TYPE(x) (x) // SQ_EXPORT_*
115 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
116 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
203 // fetch type
evergreen_shader.h 91 #define TYPE(x) (x) // SQ_EXPORT_*
117 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
118 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
206 // fetch type
r600_shader.h 38 * max of 2 (different) constants (any type) for t.
130 #define TYPE(x) (x) // SQ_EXPORT_*
132 // type export
137 // type mem
173 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
174 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | ((index_gpr) << 23) | \
272 // fetch type
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
cayman_shader.h 89 #define TYPE(x) (x) // SQ_EXPORT_*
115 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
116 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
203 // fetch type
evergreen_shader.h 91 #define TYPE(x) (x) // SQ_EXPORT_*
117 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
118 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | \
206 // fetch type
r600_shader.h 38 * max of 2 (different) constants (any type) for t.
130 #define TYPE(x) (x) // SQ_EXPORT_*
132 // type export
137 // type mem
173 #define CF_ALLOC_IMP_EXP_DWORD0(array_base, type, rw_gpr, rr, index_gpr, es) \
174 cpu_to_le32((((array_base) << 0) | ((type) << 13) | ((rw_gpr) << 15) | ((rr) << 22) | ((index_gpr) << 23) | \
272 // fetch type
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 266 /* flex integer type definitions */
1502 yylval->type = gtype; \
1514 #define TYPE(reserved_glsl, reserved_glsl_es, \
1548 yylval->type = gtype; \
2255 { yylval->type = glsl_type::bool_type; return BASIC_TYPE_TOK; }
2260 { yylval->type = glsl_type::float_type; return BASIC_TYPE_TOK; }
2265 { yylval->type = glsl_type::int_type; return BASIC_TYPE_TOK; }
2270 TYPE(130, 300, 130, 300, glsl_type::uint_type);
2325 { yylval->type = glsl_type::bvec2_type; return BASIC_TYPE_TOK; }
2330 { yylval->type = glsl_type::bvec3_type; return BASIC_TYPE_TOK;
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 266 /* flex integer type definitions */
1481 yylval->type = gtype; \
1493 #define TYPE(reserved_glsl, reserved_glsl_es, \
1525 yylval->type = gtype; \
2170 { yylval->type = glsl_type::bool_type; return BASIC_TYPE_TOK; }
2175 { yylval->type = glsl_type::float_type; return BASIC_TYPE_TOK; }
2180 { yylval->type = glsl_type::int_type; return BASIC_TYPE_TOK; }
2185 TYPE(130, 300, 130, 300, glsl_type::uint_type);
2235 { yylval->type = glsl_type::bvec2_type; return BASIC_TYPE_TOK; }
2240 { yylval->type = glsl_type::bvec3_type; return BASIC_TYPE_TOK;
    [all...]

Completed in 49 milliseconds