Searched refs:src_pos (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h61 struct nv04_resource *src, unsigned src_pos, unsigned size);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c127 blorp_blit_apply_transform(nir_builder *b, nir_ssa_def *src_pos, argument
137 return nir_fadd(b, nir_fmul(b, src_pos, mul), offset);
1191 nir_ssa_def *src_pos, *dst_pos, *color; local in function:brw_blorp_build_nir_shader
1282 src_pos = blorp_blit_apply_transform(&b, nir_i2f32(&b, dst_pos), &v);
1288 src_pos = nir_vec3(&b, nir_channel(&b, src_pos, 0),
1289 nir_channel(&b, src_pos, 1),
1297 src_pos = nir_channels(&b, src_pos, 0x3);
1308 if (src_pos
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h63 struct nv04_resource *src, unsigned src_pos, unsigned size);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c121 blorp_blit_apply_transform(nir_builder *b, nir_ssa_def *src_pos, argument
131 return nir_fadd(b, nir_fmul(b, src_pos, mul), offset);
1174 nir_ssa_def *src_pos, *dst_pos, *color; local in function:brw_blorp_build_nir_shader
1279 src_pos = blorp_blit_apply_transform(&b, nir_i2f32(&b, dst_pos), &v);
1285 src_pos = nir_vec3(&b, nir_channel(&b, src_pos, 0),
1286 nir_channel(&b, src_pos, 1),
1294 src_pos = nir_channels(&b, src_pos, 0x3);
1305 if (src_pos
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c522 drawable->u.copy_bits.src_pos.x = src_x1;
523 drawable->u.copy_bits.src_pos.y = src_y1;

Completed in 29 milliseconds