| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | pspdecryptionparam.h | 32 uint32_t frame_size; // Size of encrypted frame member in struct:_DECRYPT_PARAMETERS_
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | nir_load_libclc.c | 155 size_t frame_size = local in function:map_clc_data 158 if (ZSTD_isError(frame_size)) { 161 ZSTD_getErrorName(frame_size)); 167 frame_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
|
| H A D | nv84_video_bsp.c | 222 PUSH_DATA (push, dec->frame_size); 223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
|
| H A D | nv84_video.c | 307 dec->frame_size = dec->frame_mbs << 8; 400 dec->frame_size + 0x2000, 473 surf.offset = dec->frame_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
|
| H A D | nv84_video_bsp.c | 222 PUSH_DATA (push, dec->frame_size); 223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
|
| H A D | nv84_video.c | 307 dec->frame_size = dec->frame_mbs << 8; 400 dec->frame_size + 0x2000, 473 surf.offset = dec->frame_size;
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | lima_drm.h | 113 __u32 frame_size; /* in, size of frame field */ member in struct:drm_lima_gem_submit
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | lima_drm.h | 120 __u32 frame_size; /* in, size of frame field */ member in struct:drm_lima_gem_submit
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | picture_vp9.c | 157 static void frame_size(struct vl_vlc *vlc) function in typeref:typename:void 210 frame_size(&vlc); 227 frame_size(&vlc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | picture_vp9.c | 161 static void frame_size(struct vl_vlc *vlc) function in typeref:typename:void 214 frame_size(&vlc); 231 frame_size(&vlc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_submit.c | 130 .frame_size = size,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_av1.c | 409 static void frame_size(vid_dec_PrivateType *priv, struct vl_vlc *vlc) function in typeref:typename:void 621 frame_size(priv, vlc); 1557 frame_size(priv, vlc); 1586 frame_size(priv, vlc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 5145 ImVec2 frame_size = ImVec2(size.x, ImMax(size.y, label_size.y)); local in function:ImGui::ListBoxHeader 5146 ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); 5249 void ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size) argument 5260 if (frame_size.x == 0.0f) 5261 frame_size.x = CalcItemWidth(); 5262 if (frame_size.y == 0.0f) 5263 frame_size.y = label_size.y + (style.FramePadding.y * 2); 5265 const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); 5294 int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0);
|
| H A D | imgui_internal.h | 1497 IMGUI_API void PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 5145 ImVec2 frame_size = ImVec2(size.x, ImMax(size.y, label_size.y)); local in function:ImGui::ListBoxHeader 5146 ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); 5249 void ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size) argument 5260 if (frame_size.x == 0.0f) 5261 frame_size.x = CalcItemWidth(); 5262 if (frame_size.y == 0.0f) 5263 frame_size.y = label_size.y + (style.FramePadding.y * 2); 5265 const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); 5294 int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0);
|
| H A D | imgui_internal.h | 1497 IMGUI_API void PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_job.c | 218 .frame_size = size,
|