Searched defs:result_dst (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_nir.cpp485 dst_reg result_dst = get_nir_dest(instr->dest); local
487 vec4_instruction(VS_OPCODE_GET_BUFFER_SIZE, result_dst);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp917 dst_reg result_dst = dst_reg(result_src); local
923 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
925 emit(ir, OPCODE_SWZ, result_dst, src);
975 dst_reg result_dst; local
1030 result_dst = dst_reg(result_src);
1035 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1045 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0));
1052 emit(ir, OPCODE_ABS, result_dst, op[0]);
1055 emit(ir, OPCODE_SSG, result_dst, op[0]);
1058 emit_scalar(ir, OPCODE_RCP, result_dst, o
1966 dst_reg result_dst, coord_dst; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1425 st_dst_reg result_dst; local
1439 result_dst = st_dst_reg(this->result);
1440 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1441 emit_asm(ir, TGSI_OPCODE_MAD, result_dst, a, b, c);
1560 st_dst_reg result_dst; local
1575 result_dst = st_dst_reg(result_src);
1580 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1584 if (result_dst.type != GLSL_TYPE_FLOAT)
1585 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]);
1593 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, o
3950 st_dst_reg result_dst, coord_dst, cube_sc_dst; local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12862 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const = 0;
13128 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13139 pack<ResT>::set(result_dst, result);
13159 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13162 ResT* p_result = (ResT*)result_dst;
13194 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13196 ResT* p_result = (ResT*)result_dst;
13197 OutT* p_out = (OutT*)((glw::GLubyte*)result_dst + getResultOffset(1));
13306 virtual void call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13321 pack<ResT>::set(result_dst, resul
13344 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13437 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
13476 call(glw::GLvoid* result_dst, const glw::GLvoid* argument_src) const argument
15154 glw::GLdouble* result_dst = (glw::GLdouble*)&m_expected_results_data[result_offset]; local
[all...]

Completed in 222 milliseconds