Searched refs:SWZ (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp1251 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "x"), {}, SWZ()},
1252 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()},
1253 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "y"), {}, SWZ()},
1255 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()},
1257 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()},
1267 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "x"), {}, SWZ()},
1268 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()},
1269 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "y"), {}, SWZ()},
1271 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()},
1273 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()},
[all...]
H A Dst_tests_common.h37 struct SWZ {}; struct
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
H A Dst_tests_common.cpp66 SWZ with_swizzle):
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp1251 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "x"), {}, SWZ()},
1252 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()},
1253 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "y"), {}, SWZ()},
1255 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()},
1257 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()},
1267 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "x"), {}, SWZ()},
1268 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()},
1269 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "y"), {}, SWZ()},
1271 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()},
1273 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()},
[all...]
H A Dst_tests_common.h37 struct SWZ {}; struct
53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
H A Dst_tests_common.cpp66 SWZ with_swizzle):
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_context.c94 #define SWZ ((SWvertex *)0) macro
95 #define SWOffset(MEMBER) (((char *)&(SWZ->MEMBER)) - ((char *)SWZ))
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_context.c94 #define SWZ ((SWvertex *)0) macro
95 #define SWOffset(MEMBER) (((char *)&(SWZ->MEMBER)) - ((char *)SWZ))
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h75 SWZ = 276, /* SWZ */ enumerator in enum:yytokentype
H A Dlex.yy.c1822 { return_opcode( 1, SWZ, SWZ, 3); }
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h69 SWZ = 276, enumerator in enum:yytokentype
H A Dprogram_parse.tab.c252 SWZ = 276, enumerator in enum:yytokentype
753 "KIL", "SWZ", "TXD_OP", "INTEGER", "REAL", "AMBIENT", "ATTENUATION",
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst57 - fixed broken fragment program KIL and SWZ instructions
H A D10.3.1.rst61 - mesa: fix prog_optimize.c assertions triggered by SWZ opcode
H A D21.2.0.rst1508 - ir3/lower_parallelcopy: Use SWZ
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l229 SWZ{sat} { return_opcode( 1, SWZ, SWZ, 3); }
H A Dprogram_parse.y167 %token <temp_inst> ARL KIL SWZ TXD_OP
538 SWZ_instruction: SWZ maskedDstReg ',' srcReg ',' extendedSwizzle
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l229 SWZ{sat} { return_opcode( 1, SWZ, SWZ, 3); }
H A Dprogram_parse.y175 %token <temp_inst> ARL KIL SWZ TXD_OP
547 SWZ_instruction: SWZ maskedDstReg ',' srcReg ',' extendedSwizzle
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c98 OPN(SWZ, 1),
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c98 OPN(SWZ, 1),

Completed in 38 milliseconds