HomeSort by relevance Sort by last modified time
    Searched refs:result_dst (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 1078 dst_reg result_dst = dst_reg(result_src); local
1084 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1086 emit(ir, OPCODE_SWZ, result_dst, src);
1096 dst_reg result_dst; local
1154 result_dst = dst_reg(result_src);
1159 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0));
1176 emit(ir, OPCODE_ABS, result_dst, op[0]);
1179 emit(ir, OPCODE_SSG, result_dst, op[0]);
1182 emit_scalar(ir, OPCODE_RCP, result_dst, op[0])
1973 dst_reg result_dst, coord_dst; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1078 dst_reg result_dst = dst_reg(result_src); local
1084 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1086 emit(ir, OPCODE_SWZ, result_dst, src);
1096 dst_reg result_dst; local
1154 result_dst = dst_reg(result_src);
1159 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0));
1176 emit(ir, OPCODE_ABS, result_dst, op[0]);
1179 emit(ir, OPCODE_SSG, result_dst, op[0]);
1182 emit_scalar(ir, OPCODE_RCP, result_dst, op[0])
1973 dst_reg result_dst, coord_dst; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1006 dst_reg result_dst; local
1041 result_dst = dst_reg(result_src);
1048 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1055 emit(XOR(result_dst, op[0], src_reg(1)));
1068 emit(MOV(result_dst, src_reg(0.0f)));
1071 inst = emit(MOV(result_dst, src_reg(1.0f)));
1075 inst = emit(MOV(result_dst, src_reg(-1.0f)));
1081 emit_math(SHADER_OPCODE_RCP, result_dst, op[0]);
1085 emit_math(SHADER_OPCODE_EXP2, result_dst, op[0]);
1088 emit_math(SHADER_OPCODE_LOG2, result_dst, op[0])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1006 dst_reg result_dst; local
1041 result_dst = dst_reg(result_src);
1048 result_dst.writemask = (1 << ir->type->vector_elements) - 1;
1055 emit(XOR(result_dst, op[0], src_reg(1)));
1068 emit(MOV(result_dst, src_reg(0.0f)));
1071 inst = emit(MOV(result_dst, src_reg(1.0f)));
1075 inst = emit(MOV(result_dst, src_reg(-1.0f)));
1081 emit_math(SHADER_OPCODE_RCP, result_dst, op[0]);
1085 emit_math(SHADER_OPCODE_EXP2, result_dst, op[0]);
1088 emit_math(SHADER_OPCODE_LOG2, result_dst, op[0])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1206 st_dst_reg result_dst; local
1303 st_dst_reg result_dst = st_dst_reg(this->result); local
1338 st_dst_reg result_dst; local
2572 st_dst_reg result_dst, coord_dst; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1206 st_dst_reg result_dst; local
1303 st_dst_reg result_dst = st_dst_reg(this->result); local
1338 st_dst_reg result_dst; local
2572 st_dst_reg result_dst, coord_dst; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 265 Result* result_dst = GetSharedMemoryAs<Result*>( local
266 c.result_shm_id, c.result_shm_offset, sizeof(*result_dst));
267 if (!result_dst) {
275 *result_dst = DoCheckFramebufferStatus(target);
994 Result* result_dst = GetSharedMemoryAs<Result*>( local
1424 Result* result_dst = GetSharedMemoryAs<Result*>( local
1440 Result* result_dst = GetSharedMemoryAs<Result*>( local
1460 Result* result_dst = GetSharedMemoryAs<Result*>( local
1476 Result* result_dst = GetSharedMemoryAs<Result*>( local
1493 Result* result_dst = GetSharedMemoryAs<Result*>( local
1509 Result* result_dst = GetSharedMemoryAs<Result*>( local
1525 Result* result_dst = GetSharedMemoryAs<Result*>( local
2913 Result* result_dst = GetSharedMemoryAs<Result*>( local
2953 Result* result_dst = GetSharedMemoryAs<Result*>( local
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl_unittest.cc 54 void LoadCallback(scoped_ptr<GCMStore::LoadResult>* result_dst,
89 scoped_ptr<GCMStore::LoadResult>* result_dst,
92 *result_dst = result.Pass();

Completed in 397 milliseconds