Searched defs:out_subcoord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1245 * @param out_subcoord resulting sub-block pixel coordinate
1253 LLVMValueRef *out_subcoord)
1287 assert(out_subcoord);
1290 *out_subcoord = subcoord;
1248 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1245 * @param out_subcoord resulting sub-block pixel coordinate
1253 LLVMValueRef *out_subcoord)
1287 assert(out_subcoord);
1290 *out_subcoord = subcoord;
1248 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) argument

Completed in 138 milliseconds