Searched refs:out_depth (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/forth/
H A DForth.h74 size_t out_depth; member in struct:ForthCallBlock
H A DForth.cpp90 block->out_depth = n;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h366 LLVMValueRef *out_depth);
H A Dlp_bld_sample.c843 LLVMValueRef *out_depth)
860 *out_depth = lp_build_extract_broadcast(bld->gallivm,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h366 LLVMValueRef *out_depth);
H A Dlp_bld_sample.c843 LLVMValueRef *out_depth)
860 *out_depth = lp_build_extract_broadcast(bld->gallivm,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/libpng/contrib/libtests/
H A Dpngvalid.c2079 static double abserr(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
2085 (pm->calculations_use_input_precision ? in_depth : out_depth) == 16)
2091 static double calcerr(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
2096 if ((pm->calculations_use_input_precision ? in_depth : out_depth) == 16)
2104 static double pcerr(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
2110 (pm->calculations_use_input_precision ? in_depth : out_depth) == 16)
2127 static double outerr(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
2136 if (out_depth == 2)
2139 if (out_depth == 4)
2142 if ((pm->calculations_use_input_precision ? in_depth : out_depth)
2159 outlog(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
2197 output_quantization_factor(PNG_CONST png_modifier *pm, int in_depth, int out_depth) argument
7906 init_validate_info(validate_info *vi, gamma_display *dp, png_const_structp pp, int in_depth, int out_depth) argument
[all...]

Completed in 986 milliseconds