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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h140 * \param out_height - the height of the pixel grid
143 unsigned *out_width, unsigned *out_height);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h160 * \param out_height - the height of the pixel grid
163 unsigned *out_width, unsigned *out_height);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h550 LLVMValueRef *out_height,
H A Dlp_bld_sample.c1351 LLVMValueRef *out_height,
1365 *out_height = lp_build_extract_broadcast(bld->gallivm,
1388 *out_height = lp_build_swizzle_scalar_aos(size_bld, size, 1, 4);
1399 *out_height = lp_build_pack_aos_scalars(bld->gallivm, size_type,
1346 lp_build_extract_image_sizes(struct lp_build_sample_context * bld,struct lp_build_context * size_bld,struct lp_type coord_type,LLVMValueRef size,LLVMValueRef * out_width,LLVMValueRef * out_height,LLVMValueRef * out_depth) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h632 LLVMValueRef *out_height,
H A Dlp_bld_sample.c1488 LLVMValueRef *out_height,
1502 *out_height = lp_build_extract_broadcast(bld->gallivm,
1525 *out_height = lp_build_swizzle_scalar_aos(size_bld, size, 1, 4);
1536 *out_height = lp_build_pack_aos_scalars(bld->gallivm, size_type,
1483 lp_build_extract_image_sizes(struct lp_build_sample_context * bld,struct lp_build_context * size_bld,struct lp_type coord_type,LLVMValueRef size,LLVMValueRef * out_width,LLVMValueRef * out_height,LLVMValueRef * out_depth) argument
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1504 void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument
1516 if (out_height) *out_height = TexHeight;
1520 void ImFontAtlas::GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument
1540 if (out_height) *out_height = TexHeight;
H A Dimgui.h2006 IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 1 byte per-pixel
2007 IMGUI_API void GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 4 bytes-per-pixel
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1504 void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument
1516 if (out_height) *out_height = TexHeight;
1520 void ImFontAtlas::GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument
1540 if (out_height) *out_height = TexHeight;
H A Dimgui.h2006 IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 1 byte per-pixel
2007 IMGUI_API void GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel = NULL); // 4 bytes-per-pixel

Completed in 251 milliseconds