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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 523 struct tgsi_dst_register *tmp_dst,
528 tmp_dst->File = TGSI_FILE_TEMPORARY;
529 tmp_dst->WriteMask = TGSI_WRITEMASK_XYZW;
530 tmp_dst->Indirect = 0;
531 tmp_dst->Dimension = 0;
538 tmp_dst->Index = ctx->num_regs[TGSI_FILE_TEMPORARY] + n;
540 src_from_dst(tmp_src, tmp_dst);
690 struct tgsi_dst_register tmp_dst; local
694 get_internal_temp(ctx, &tmp_dst, &tmp_src);
698 add_dst_reg(ctx, alu, &tmp_dst);
741 struct tgsi_dst_register tmp_dst; local
836 struct tgsi_dst_register tmp_dst; local
921 struct tgsi_dst_register tmp_dst; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 425 copybit_image_t tmp_dst; local
427 tmp_dst.w = tmp_w;
428 tmp_dst.h = tmp_h;
429 tmp_dst.format = tmpHnd->format;
430 tmp_dst.handle = tmpHnd;
431 tmp_dst.horiz_padding = src.horiz_padding;
432 tmp_dst.vert_padding = src.vert_padding;
435 tmp_rect.r = tmp_dst.w;
436 tmp_rect.b = tmp_dst.h;
444 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 3438 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
3554 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
3586 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
3635 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
3790 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
3896 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4144 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4257 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4295 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4332 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4405 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4438 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4471 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4498 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4545 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4578 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4611 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4844 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
4901 struct tgsi_full_dst_register tmp_dst; member in struct:tex_swizzle_info
5215 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
6058 struct tgsi_full_dst_register tmp_dst = local
6086 struct tgsi_full_dst_register tmp_dst = local
6178 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
6352 struct tgsi_full_dst_register tmp_dst = make_dst_temp_reg(tmp); local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 521 copybit_image_t tmp_dst; local
523 tmp_dst.w = tmp_w;
524 tmp_dst.h = tmp_h;
525 tmp_dst.format = tmpHnd->format;
526 tmp_dst.handle = tmpHnd;
527 tmp_dst.horiz_padding = src.horiz_padding;
528 tmp_dst.vert_padding = src.vert_padding;
531 tmp_rect.r = tmp_dst.w;
532 tmp_rect.b = tmp_dst.h;
541 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect
    [all...]
  /external/webp/src/enc/
quant_enc.c 925 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC; \/\/ scratch buffer local
1002 uint8_t* tmp_dst = it->yuv_p_ + I4TMP; \/\/ scratch buffer. local
1076 uint8_t* tmp_dst = it->yuv_out2_ + U_OFF_ENC; \/\/ scratch buffer local
1209 uint8_t* const tmp_dst = it->yuv_out2_ + Y_OFF_ENC + VP8Scan[it->i4_]; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 897 copybit_image_t tmp_dst; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 950 copybit_image_t tmp_dst; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 404 dst_reg tmp_dst(this, glsl_type::uvec2_type);
405 src_reg tmp_src(tmp_dst);
415 emit(MOV(tmp_dst, brw_imm_ud(0x12345678u)));
427 tmp_dst.writemask = WRITEMASK_XY;
428 emit(F32TO16(tmp_dst, src0));
469 dst_reg tmp_dst(this, glsl_type::uvec2_type);
470 src_reg tmp_src(tmp_dst);
472 tmp_dst.writemask = WRITEMASK_X;
473 emit(AND(tmp_dst, src0, brw_imm_ud(0xffffu)));
475 tmp_dst.writemask = WRITEMASK_Y
    [all...]
brw_fs_nir.cpp     [all...]
brw_vec4_nir.cpp 1204 dst_reg tmp_dst = dst_reg(src_reg(this, glsl_type::dvec4_type)); local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2068 dst_reg tmp_dst = dst_reg(tmp_src); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3935 st_dst_reg tmp_dst = st_dst_reg(tmp); local
4117 st_dst_reg tmp_dst = st_dst_reg(tmp_src); local
    [all...]

Completed in 841 milliseconds