Searched refs:result_src (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp916 const src_reg result_src = get_temp(ir->type); local
917 dst_reg result_dst = dst_reg(result_src);
919 /* Limit writes to the channels that will be used by result_src later.
926 this->result = result_src;
974 src_reg result_src; local
1028 result_src = get_temp(ir->type);
1030 result_dst = dst_reg(result_src);
1031 /* Limit writes to the channels that will be used by result_src later.
1049 result_src = op[0];
1164 src_reg sge_src = result_src;
1965 src_reg result_src, coord, lod_info, projector, dx, dy; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1559 st_src_reg result_src; local
1573 result_src = get_temp(ir->type);
1575 result_dst = st_dst_reg(result_src);
1576 /* Limit writes to the channels that will be used by result_src later.
1603 result_src = op[0];
1796 st_src_reg sge_src = result_src;
1863 st_src_reg slt_src = result_src;
1903 st_src_reg slt_src = result_src;
1940 emit_scalar(ir, TGSI_OPCODE_RCP, result_dst, result_src);
1961 result_src
3947 st_src_reg result_src, coord, cube_sc, lod_info, projector, dx, dy; local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp15470 const glw::GLvoid* result_src = feedback_data + result_offset; local
15472 if (false == compare(result_type, expected_result_src, result_src))
15500 const glw::GLvoid* result_src = feedback_data + result_offset; local
15502 logVariableType(result_src, "Result", result_type);

Completed in 334 milliseconds