| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | test_glsl_to_tgsi_lifetime.cpp | 1251 { 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 D | st_tests_common.h | 37 struct SWZ {}; struct 53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
|
| H A D | st_tests_common.cpp | 66 SWZ with_swizzle):
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | test_glsl_to_tgsi_lifetime.cpp | 1251 { 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 D | st_tests_common.h | 37 struct SWZ {}; struct 53 const std::vector<std::pair<int, const char *>>&_to, SWZ with_swizzle);
|
| H A D | st_tests_common.cpp | 66 SWZ with_swizzle):
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/ |
| H A D | ss_context.c | 94 #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 D | ss_context.c | 94 #define SWZ ((SWvertex *)0) macro 95 #define SWOffset(MEMBER) (((char *)&(SWZ->MEMBER)) - ((char *)SWZ))
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | program_parse.tab.h | 75 SWZ = 276, /* SWZ */ enumerator in enum:yytokentype
|
| H A D | lex.yy.c | 1822 { return_opcode( 1, SWZ, SWZ, 3); }
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.h | 69 SWZ = 276, enumerator in enum:yytokentype
|
| H A D | program_parse.tab.c | 252 SWZ = 276, enumerator in enum:yytokentype 753 "KIL", "SWZ", "TXD_OP", "INTEGER", "REAL", "AMBIENT", "ATTENUATION",
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.4.rst | 57 - fixed broken fragment program KIL and SWZ instructions
|
| H A D | 10.3.1.rst | 61 - mesa: fix prog_optimize.c assertions triggered by SWZ opcode
|
| H A D | 21.2.0.rst | 1508 - ir3/lower_parallelcopy: Use SWZ
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 229 SWZ{sat} { return_opcode( 1, SWZ, SWZ, 3); }
|
| H A D | program_parse.y | 167 %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 D | program_lexer.l | 229 SWZ{sat} { return_opcode( 1, SWZ, SWZ, 3); }
|
| H A D | program_parse.y | 175 %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 D | r200_vertprog.c | 98 OPN(SWZ, 1),
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 98 OPN(SWZ, 1),
|