| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 599 LLVMValueRef y_stride,
|
| H A D | lp_bld_sample_aos.c | 767 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 D | lp_bld_sample.c | 2029 * 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 D | lp_bld_sample_soa.c | 83 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 D | viaLowLevel.c | 597 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 D | viaLowLevelPro.c | 1035 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 D | lp_bld_sample_aos.c | 759 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 D | lp_bld_sample.h | 681 LLVMValueRef y_stride,
|
| H A D | lp_bld_sample.c | 2103 * 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 D | lp_bld_sample_soa.c | 85 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
|