Searched refs:frame_size (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dpspdecryptionparam.h32 uint32_t frame_size; // Size of encrypted frame member in struct:_DECRYPT_PARAMETERS_
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dnir_load_libclc.c155 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 Dnv84_video.h85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
H A Dnv84_video_bsp.c222 PUSH_DATA (push, dec->frame_size);
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
H A Dnv84_video.c307 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 Dnv84_video.h85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
H A Dnv84_video_bsp.c222 PUSH_DATA (push, dec->frame_size);
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
H A Dnv84_video.c307 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 Dlima_drm.h113 __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 Dlima_drm.h120 __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 Dpicture_vp9.c157 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 Dpicture_vp9.c161 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 Dlima_submit.c130 .frame_size = size,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c409 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 Dimgui_widgets.cpp5145 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 Dimgui_internal.h1497 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 Dimgui_widgets.cpp5145 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 Dimgui_internal.h1497 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 Dlima_job.c218 .frame_size = size,

Completed in 88 milliseconds