Searched refs:out_width (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_screen.h | 139 * \param out_width - the width 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 | 159 * \param out_width - the width 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 | 549 LLVMValueRef *out_width,
|
| H A D | lp_bld_sample.c | 1350 LLVMValueRef *out_width, 1359 *out_width = lp_build_extract_broadcast(bld->gallivm, 1383 *out_width = size; 1386 *out_width = lp_build_swizzle_scalar_aos(size_bld, size, 0, 4); 1396 *out_width = 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 | 631 LLVMValueRef *out_width,
|
| H A D | lp_bld_sample.c | 1487 LLVMValueRef *out_width, 1496 *out_width = lp_build_extract_broadcast(bld->gallivm, 1520 *out_width = size; 1523 *out_width = lp_build_swizzle_scalar_aos(size_bld, size, 0, 4); 1533 *out_width = 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 1515 if (out_width) *out_width = TexWidth; 1520 void ImFontAtlas::GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument 1539 if (out_width) *out_width = TexWidth;
|
| 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 1515 if (out_width) *out_width = TexWidth; 1520 void ImFontAtlas::GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) argument 1539 if (out_width) *out_width = TexWidth;
|
| 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 43 milliseconds