Searched refs:out_height (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_screen.h | 140 * \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 D | p_screen.h | 160 * \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 D | lp_bld_sample.h | 550 LLVMValueRef *out_height,
|
| H A D | lp_bld_sample.c | 1351 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 D | lp_bld_sample.h | 632 LLVMValueRef *out_height,
|
| H A D | lp_bld_sample.c | 1488 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 D | imgui_draw.cpp | 1504 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 D | imgui.h | 2006 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 D | imgui_draw.cpp | 1504 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 D | imgui.h | 2006 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