Searched refs:swz_op (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1417 st_src_reg *swz_op = NULL; local in function:glsl_to_tgsi_visitor::visit_expression
1420 swz_op = &op[1];
1423 swz_op = &op[0];
1425 if (swz_op) {
1426 uint16_t swizzle_x = GET_SWZ(swz_op->swizzle, 0);
1427 swz_op->swizzle = MAKE_SWIZZLE4(swizzle_x, swizzle_x,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1496 st_src_reg *swz_op = NULL; local in function:glsl_to_tgsi_visitor::visit_expression
1499 swz_op = &op[1];
1502 swz_op = &op[0];
1504 if (swz_op) {
1505 uint16_t swizzle_x = GET_SWZ(swz_op->swizzle, 0);
1506 swz_op->swizzle = MAKE_SWIZZLE4(swizzle_x, swizzle_x,

Completed in 17 milliseconds