Searched refs:CASE (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DFormat.cpp280 #define CASE(fmt) case fmt: return #fmt macro
286 CASE(DXGI_FORMAT_UNKNOWN);
287 CASE(DXGI_FORMAT_R32G32B32A32_TYPELESS);
288 CASE(DXGI_FORMAT_R32G32B32A32_FLOAT);
289 CASE(DXGI_FORMAT_R32G32B32A32_UINT);
290 CASE(DXGI_FORMAT_R32G32B32A32_SINT);
291 CASE(DXGI_FORMAT_R32G32B32_TYPELESS);
292 CASE(DXGI_FORMAT_R32G32B32_FLOAT);
293 CASE(DXGI_FORMAT_R32G32B32_UINT);
294 CASE(DXGI_FORMAT_R32G32B32_SIN
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_util.c84 #define CASE(r, g, b, a) case (r | g << 8 | b << 16 | a << 24) macro
89 CASE(16, 0, 0, 0): return FMT_16_FLOAT;
90 CASE(16, 16, 0, 0): return FMT_16_16_FLOAT;
91 CASE(16, 16, 16, 0): return FMT_16_16_16_16_FLOAT; /* Note: only for vertex */
92 CASE(16, 16, 16, 16): return FMT_16_16_16_16_FLOAT;
93 CASE(32, 0, 0, 0): return FMT_32_FLOAT;
94 CASE(32, 32, 0, 0): return FMT_32_32_FLOAT;
95 CASE(32, 32, 32, 0): return FMT_32_32_32_FLOAT;
96 CASE(32, 32, 32, 32): return FMT_32_32_32_32_FLOAT;
100 CASE(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c318 #define CASE(_name, _srcs) \ macro
329 CASE(not, 1),
330 CASE(and, 2),
331 CASE(or, 2),
332 CASE(xor, 2),
333 CASE(ne, 2),
334 CASE(gt, 2),
335 CASE(ge, 2),
336 CASE(eq, 2),
337 CASE(mi
384 #define CASE macro
446 #define CASE macro
507 #define CASE macro
562 #define CASE macro
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c353 #define CASE(_name, _srcs) \ macro
364 CASE(not, 1),
365 CASE(and, 2),
366 CASE(or, 2),
367 CASE(xor, 2),
368 CASE(ne, 2),
369 CASE(gt, 2),
370 CASE(ge, 2),
371 CASE(eq, 2),
372 CASE(mi
419 #define CASE macro
481 #define CASE macro
542 #define CASE macro
597 #define CASE macro
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-constant-fold.c28 #define CASE(instr, expected) do { \ macro
68 CASE(bi_swz_v2i16_to(b, reg, bi_imm_u32(0xCAFEBABE)), 0xCAFEBABE);
69 CASE(bi_swz_v2i16_to(b, reg, bi_swz_16(bi_imm_u32(0xCAFEBABE), false, false)),
71 CASE(bi_swz_v2i16_to(b, reg, bi_swz_16(bi_imm_u32(0xCAFEBABE), true, false)),
73 CASE(bi_swz_v2i16_to(b, reg, bi_swz_16(bi_imm_u32(0xCAFEBABE), true, true)),
77 CASE(bi_mkvec_v2i16_to(b, reg, bi_imm_u16(0xCAFE), bi_imm_u16(0xBABE)), 0xBABECAFE);
78 CASE(bi_mkvec_v2i16_to(b, reg, bi_swz_16(bi_imm_u32(0xCAFEBABE), true, true),
80 CASE(bi_mkvec_v2i16_to(b, reg, bi_swz_16(bi_imm_u32(0xCAFEBABE), true, true),
89 CASE(bi_mkvec_v4i8_to(b, reg, a, a, a, a), 0xBEBEBEBE);
90 CASE(bi_mkvec_v4i8_t
[all...]
H A Dtest-optimizer.c28 #define CASE(instr, expected) do { \ macro
54 #define NEGCASE(instr) CASE(instr, instr)
69 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, bi_abs(x)), y, BI_ROUND_NONE),
72 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, bi_neg(x)), y, BI_ROUND_NONE),
75 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, negabsx), y, BI_ROUND_NONE),
78 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, x), y, BI_ROUND_NONE),
83 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, negabsx), y, BI_ROUND_RTP),
86 CASE(bi_fmin_f32_to(b, reg, bi_fabsneg_f32(b, negabsx), bi_neg(y)),
91 CASE(bi_fadd_v2f16_to(b, reg, bi_fabsneg_v2f16(b, negabsx), y, BI_ROUND_RTP),
94 CASE(bi_fmin_v2f16_t
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbglyph.c116 #define CASE(a,b,c,d) ((a << 3) | (b << 2) | (c << 1) | d) macro
127 #define CASE(a,b,c,d) (a | (b << 1) | (c << 2) | (d << 3)) macro
164 case CASE(0,0,0,0):
166 case CASE(1,0,0,0):
170 case CASE(0,1,0,0):
174 case CASE(1,1,0,0):
178 case CASE(0,0,1,0):
182 case CASE(1,0,1,0):
189 case CASE(0,1,1,0):
194 case CASE(
[all...]
/xsrc/external/mit/xterm/dist/
H A DcachedGCs.c83 #define CASE(name) case gc##name: result = #name; break macro
89 CASE(Norm);
90 CASE(Bold);
91 CASE(NormReverse);
92 CASE(BoldReverse);
93 CASE(Border);
94 CASE(Filler);
96 CASE(Line);
97 CASE(Dots);
100 CASE(CNor
185 #define CASE macro
[all...]
H A Dmisc.c3648 #define CASE(name) case OSC_##name: result = name; break macro
3650 CASE(TEXT_FG);
3651 CASE(TEXT_BG);
3652 CASE(TEXT_CURSOR);
3653 CASE(MOUSE_FG);
3654 CASE(MOUSE_BG);
3656 CASE(TEK_FG);
3657 CASE(TEK_BG);
3660 CASE(HIGHLIGHT_BG);
3661 CASE(HIGHLIGHT_F
3958 #define CASE macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Ddisasm.c363 #define CASE(_name, _srcs) \ macro
370 CASE(add, 2),
371 CASE(floor, 1),
372 CASE(sign, 1),
373 CASE(ge, 2),
374 CASE(lt, 2),
375 CASE(min, 2),
376 CASE(max, 2),
379 #undef CASE
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c568 #define CASE(n) \ macro
570 CASE(f2b)
571 CASE(b2f)
572 CASE(b2i)
573 CASE(i2b)
574 CASE(i2i)
575 CASE(f2i)
576 CASE(i2f)
577 #undef CASE
H A Dnir.c2038 #define CASE(op) \ macro
2043 CASE(load)
2044 CASE(store)
2045 CASE(atomic_add)
2046 CASE(atomic_min)
2047 CASE(atomic_max)
2048 CASE(atomic_and)
2049 CASE(atomic_or)
2050 CASE(atomic_xor)
2051 CASE(atomic_exchang
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Ddisasm.c376 #define CASE(_name, _srcs) \ macro
383 CASE(add, 2),
384 CASE(floor, 1),
385 CASE(sign, 1),
386 CASE(ge, 2),
387 CASE(lt, 2),
388 CASE(min, 2),
389 CASE(max, 2),
392 #undef CASE
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.c2580 #define CASE(op) \ macro
2585 CASE(load)
2586 CASE(sparse_load)
2587 CASE(store)
2588 CASE(atomic_add)
2589 CASE(atomic_imin)
2590 CASE(atomic_umin)
2591 CASE(atomic_imax)
2592 CASE(atomic_umax)
2593 CASE(atomic_an
[all...]
H A Dnir_search.c617 #define CASE(n) \ macro
619 CASE(f2b)
620 CASE(b2f)
621 CASE(b2i)
622 CASE(i2b)
623 CASE(i2i)
624 CASE(f2i)
625 CASE(i2f)
626 #undef CASE
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h64 CASE = 271, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h150 OP01(CASE)
H A Dtgsi_info_opcodes.h143 OPCODE(0, 1, NONE, CASE)
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h71 CASE = 272, /* CASE */ enumerator in enum:yytokentype
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbglyph.c120 #define CASE(a,b,c,d) (a | (b << 1) | (c << 2) | (d << 3)) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbglyph.c120 #define CASE(a,b,c,d) (a | (b << 1) | (c << 2) | (d << 3)) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h168 OP01(CASE)
H A Dtgsi_info_opcodes.h143 OPCODE(0, 1, NONE, CASE)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1552 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ macro
1591 CASE(TYPE_U16, u16, 0, UINT16_MAX, 0, UINT16_MAX, 0, UINT16_MAX);
1592 CASE(TYPE_S16, s16, INT16_MIN, INT16_MAX, INT16_MIN, INT16_MAX, 0, INT16_MAX);
1593 CASE(TYPE_U32, u32, 0, UINT32_MAX, 0, INT32_MAX, 0, UINT32_MAX);
1594 CASE(TYPE_S32, s32, INT32_MIN, INT32_MAX, INT32_MIN, INT32_MAX, 0, INT32_MAX);
1640 #undef CASE
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ macro
1644 CASE(TYPE_U16, u16, 0, UINT16_MAX, 0, UINT16_MAX, 0, UINT16_MAX);
1645 CASE(TYPE_S16, s16, INT16_MIN, INT16_MAX, INT16_MIN, INT16_MAX, 0, INT16_MAX);
1646 CASE(TYPE_U32, u32, 0, UINT32_MAX, 0, INT32_MAX, 0, UINT32_MAX);
1647 CASE(TYPE_S32, s32, INT32_MIN, INT32_MAX, INT32_MIN, INT32_MAX, 0, INT32_MAX);
1693 #undef CASE

Completed in 55 milliseconds

12