HomeSort by: relevance | last modified time | path
    Searched refs:frame_size (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
pspdecryptionparam.h 32 uint32_t frame_size; // Size of encrypted frame member in struct:_DECRYPT_PARAMETERS_
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
nir_load_libclc.c 155 size_t frame_size = local
158 if (ZSTD_isError(frame_size)) {
161 ZSTD_getErrorName(frame_size));
167 frame_size);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv84_video.h 85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
nv84_video_bsp.c 222 PUSH_DATA (push, dec->frame_size);
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
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/src/gallium/drivers/nouveau/nv50/
nv84_video.h 85 unsigned frame_mbs, frame_size; member in struct:nv84_decoder
nv84_video_bsp.c 222 PUSH_DATA (push, dec->frame_size);
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
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/include/drm-uapi/
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/include/drm-uapi/
lima_drm.h 113 __u32 frame_size; /* in, size of frame field */ member in struct:drm_lima_gem_submit
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
picture_vp9.c 161 static void frame_size(struct vl_vlc *vlc) function
214 frame_size(&vlc);
231 frame_size(&vlc);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
picture_vp9.c 157 static void frame_size(struct vl_vlc *vlc) function
210 frame_size(&vlc);
227 frame_size(&vlc);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_submit.c 130 .frame_size = size,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
vid_dec_av1.c 409 static void frame_size(vid_dec_PrivateType *priv, struct vl_vlc *vlc) function
621 frame_size(priv, vlc);
1557 frame_size(priv, vlc);
1586 frame_size(priv, vlc);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 5145 ImVec2 frame_size = ImVec2(size.x, ImMax(size.y, label_size.y));
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)
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);
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.old/dist/src/imgui/
imgui_widgets.cpp 5145 ImVec2 frame_size = ImVec2(size.x, ImMax(size.y, label_size.y));
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)
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);
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/
lima_job.c 218 .frame_size = size,

Completed in 35 milliseconds