Searched defs:result_src (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1005 src_reg result_src; local
1039 result_src = src_reg(this, ir->type);
1041 result_dst = dst_reg(result_src);
1043 this->result = result_src;
1044 /* Limit writes to the channels that will be used by result_src later.
1157 emit(AND(result_dst, result_src, src_reg(0x1)));
1171 emit(AND(result_dst, result_src, src_reg(0x1)));
1185 emit(AND(result_dst, result_src, src_reg(0x1)));
1251 emit(AND(result_dst, result_src, src_reg(1)));
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp1077 const src_reg result_src = get_temp(ir->type); local
1078 dst_reg result_dst = dst_reg(result_src);
1080 /* Limit writes to the channels that will be used by result_src later.
1087 this->result = result_src;
1095 src_reg result_src; local
1152 result_src = get_temp(ir->type);
1154 result_dst = dst_reg(result_src);
1155 /* Limit writes to the channels that will be used by result_src later.
1173 result_src = op[0];
1278 src_reg sge_src = result_src;
1972 src_reg result_src, coord, lod_info, projector, dx, dy; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1005 src_reg result_src; local
1039 result_src = src_reg(this, ir->type);
1041 result_dst = dst_reg(result_src);
1043 this->result = result_src;
1044 /* Limit writes to the channels that will be used by result_src later.
1157 emit(AND(result_dst, result_src, src_reg(0x1)));
1171 emit(AND(result_dst, result_src, src_reg(0x1)));
1185 emit(AND(result_dst, result_src, src_reg(0x1)));
1251 emit(AND(result_dst, result_src, src_reg(1)));
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1077 const src_reg result_src = get_temp(ir->type); local
1078 dst_reg result_dst = dst_reg(result_src);
1080 /* Limit writes to the channels that will be used by result_src later.
1087 this->result = result_src;
1095 src_reg result_src; local
1152 result_src = get_temp(ir->type);
1154 result_dst = dst_reg(result_src);
1155 /* Limit writes to the channels that will be used by result_src later.
1173 result_src = op[0];
1278 src_reg sge_src = result_src;
1972 src_reg result_src, coord, lod_info, projector, dx, dy; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1337 st_src_reg result_src; local
1392 result_src = get_temp(ir->type);
1394 result_dst = st_dst_reg(result_src);
1395 /* Limit writes to the channels that will be used by result_src later.
1420 result_src = op[0];
1586 st_src_reg sge_src = result_src;
1647 st_src_reg slt_src = result_src;
1677 st_src_reg slt_src = result_src;
1683 emit(ir, TGSI_OPCODE_SNE, result_dst, result_src, st_src_reg_for_int(0));
1718 st_src_reg slt_src = result_src;
2571 st_src_reg result_src, coord, lod_info, projector, dx, dy, offset; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1337 st_src_reg result_src; local
1392 result_src = get_temp(ir->type);
1394 result_dst = st_dst_reg(result_src);
1395 /* Limit writes to the channels that will be used by result_src later.
1420 result_src = op[0];
1586 st_src_reg sge_src = result_src;
1647 st_src_reg slt_src = result_src;
1677 st_src_reg slt_src = result_src;
1683 emit(ir, TGSI_OPCODE_SNE, result_dst, result_src, st_src_reg_for_int(0));
1718 st_src_reg slt_src = result_src;
2571 st_src_reg result_src, coord, lod_info, projector, dx, dy, offset; local
[all...]

Completed in 113 milliseconds