Searched refs:y_stride (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h599 LLVMValueRef y_stride,
H A Dlp_bld_sample_aos.c767 LLVMValueRef x_stride, y_stride, z_stride; local in function:lp_build_sample_image_linear
861 y_stride = row_stride_vec;
898 height_vec, y_stride, offsets[1],
H A Dlp_bld_sample.c2029 * x, y, z, y_stride, z_stride are vectors, and they refer to pixels.
2039 LLVMValueRef y_stride,
2056 if (y && y_stride) {
2060 y, y_stride,
2034 lp_build_sample_offset(struct lp_build_context * bld,const struct util_format_description * format_desc,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef * out_offset,LLVMValueRef * out_i,LLVMValueRef * out_j) argument
H A Dlp_bld_sample_soa.c83 LLVMValueRef y_stride,
142 x, y, z, y_stride, z_stride,
76 lp_build_sample_texel_soa(struct lp_build_sample_context * bld,LLVMValueRef width,LLVMValueRef height,LLVMValueRef depth,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef texel_out[4]) argument
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.c597 CARD32 y_stride = ctx->yStride; local in function:viaMpegSetSurfaceStride
598 CARD32 uv_stride = y_stride >> 1;
603 (y_stride >> 3) | ((uv_stride >> 3) << 16));
H A DviaLowLevelPro.c1035 CARD32 y_stride = ctx->yStride; local in function:viaMpegSetSurfaceStride
1036 CARD32 uv_stride = y_stride >> 1;
1041 OUT_RING_QW_AGP(cb, 0xc50, (y_stride >> 3) | ((uv_stride >> 3) << 16));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c759 LLVMValueRef x_stride, y_stride, z_stride; local in function:lp_build_sample_image_linear
852 y_stride = row_stride_vec;
889 height_vec, y_stride, offsets[1],
H A Dlp_bld_sample.h681 LLVMValueRef y_stride,
H A Dlp_bld_sample.c2103 * x, y, z, y_stride, z_stride are vectors, and they refer to pixels.
2113 LLVMValueRef y_stride,
2130 if (y && y_stride) {
2134 y, y_stride,
2108 lp_build_sample_offset(struct lp_build_context * bld,const struct util_format_description * format_desc,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef * out_offset,LLVMValueRef * out_i,LLVMValueRef * out_j) argument
H A Dlp_bld_sample_soa.c85 LLVMValueRef y_stride,
144 x, y, z, y_stride, z_stride,
78 lp_build_sample_texel_soa(struct lp_build_sample_context * bld,LLVMValueRef width,LLVMValueRef height,LLVMValueRef depth,LLVMValueRef x,LLVMValueRef y,LLVMValueRef z,LLVMValueRef y_stride,LLVMValueRef z_stride,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,LLVMValueRef texel_out[4]) argument

Completed in 29 milliseconds