Searched refs:temp_src (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog.c | 164 struct rc_src_register temp_src; local in function:r500_transform_IF 165 temp_src = writer->Inst->U.I.SrcReg[0]; 168 writer->Inst->U.I.SrcReg[1] = temp_src;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog.c | 165 struct rc_src_register temp_src; local in function:r500_transform_IF 166 temp_src = writer->Inst->U.I.SrcReg[0]; 169 writer->Inst->U.I.SrcReg[1] = temp_src;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_render.c | 1407 PicturePtr temp_src = source, temp_mask = mask; local in function:glamor_composite_clipped_region 1480 temp_src = 1485 if (!temp_src) { 1486 temp_src = source; 1489 temp_src_pixmap = (PixmapPtr) (temp_src->pDrawable); 1545 if (temp_src && temp_src->pDrawable) { 1546 x_temp_src += temp_src->pDrawable->x; 1547 y_temp_src += temp_src->pDrawable->y; 1578 ok = glamor_composite_with_shader(op, temp_src, temp_mas [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mipmap.c | 2075 GLubyte *temp_src = NULL, *temp_dst = NULL; local in function:generate_mipmap_compressed 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/mesa/main/ |
| H A D | mipmap.c | 2080 GLubyte *temp_src = NULL, *temp_dst = NULL; local in function:generate_mipmap_compressed 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/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 5963 struct tgsi_full_src_register temp_src; local in function:store_tesslevels 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 in function:store_tesslevels 5997 temp_src = make_src_temp_reg(emit->tcs.inner.temp_index); 5999 temp_src 6024 struct tgsi_full_src_register temp_src = local in function:store_tesslevels [all...] |
Completed in 22 milliseconds