HomeSort by: relevance | last modified time | path
    Searched refs:temp_src (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
r500_fragprog.c 165 struct rc_src_register temp_src; local
166 temp_src = writer->Inst->U.I.SrcReg[0];
169 writer->Inst->U.I.SrcReg[1] = temp_src;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
r500_fragprog.c 164 struct rc_src_register temp_src; local
165 temp_src = writer->Inst->U.I.SrcReg[0];
168 writer->Inst->U.I.SrcReg[1] = temp_src;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1469 PicturePtr temp_src = source, temp_mask = mask; local
1542 temp_src =
1547 if (!temp_src) {
1548 temp_src = source;
1551 temp_src_pixmap = (PixmapPtr) (temp_src->pDrawable);
1607 if (temp_src && temp_src->pDrawable) {
1608 x_temp_src += temp_src->pDrawable->x;
1609 y_temp_src += temp_src->pDrawable->y;
1640 ok = glamor_composite_with_shader(op, temp_src, temp_mask, dest
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mipmap.c 2080 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2119 temp_src = malloc(temp_src_img_stride * srcImage->Depth);
2125 if (!temp_src || !temp_src_slices || !temp_dst_slices) {
2144 temp_src, srcImage);
2190 temp_src_slices[i] = temp_src + temp_src_img_stride * i;
2214 GLubyte *temp = temp_src;
2215 temp_src = temp_dst;
2223 free(temp_src);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mipmap.c 2075 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2114 temp_src = malloc(temp_src_img_stride * srcImage->Depth);
2120 if (!temp_src || !temp_src_slices || !temp_dst_slices) {
2139 temp_src, srcImage);
2185 temp_src_slices[i] = temp_src + temp_src_img_stride * i;
2209 GLubyte *temp = temp_src;
2210 temp_src = temp_dst;
2218 free(temp_src);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 5963 struct tgsi_full_src_register temp_src; local
5966 temp_src = make_src_temp_reg(emit->tcs.inner.temp_index);
5968 temp_src = make_immediate_reg_float(emit, 1.0f);
5972 scalar_src(&temp_src, TGSI_SWIZZLE_X + i);
5980 temp_src = make_src_temp_reg(emit->tcs.outer.temp_index);
5982 temp_src = make_immediate_reg_float(emit, 1.0f);
5986 scalar_src(&temp_src, TGSI_SWIZZLE_X + i);
5994 struct tgsi_full_src_register temp_src; local
5997 temp_src = make_src_temp_reg(emit->tcs.inner.temp_index);
5999 temp_src = make_immediate_reg_float(emit, 1.0f)
6024 struct tgsi_full_src_register temp_src = local
    [all...]

Completed in 17 milliseconds