Home
last modified time | relevance | path

Searched defs:fb_width (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c51 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor() local
H A Dst_cb_drawtex.c227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex() local
H A Dst_cb_clear.c231 const GLfloat fb_width = (GLfloat) fb->Width; in clear_with_quad() local
H A Dst_cb_bitmap.c300 const float fb_width = (float) st->state.fb_width; in draw_bitmap_quad() local
H A Dst_cb_drawpixels.c746 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad() local
H A Dst_context.h214 unsigned fb_width; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_encoder.h53 panfrost_tiler_get_polygon_list_size(const struct panfrost_device *dev, unsigned fb_width, unsigned fb_height, bool has_draws) panfrost_tiler_get_polygon_list_size() argument
H A Dpan_cs.c951 pan_emit_tiler_ctx(const struct panfrost_device *dev, unsigned fb_width, unsigned fb_height, unsigned nr_samples, bool first_provoking_vertex, mali_ptr heap, void *out) pan_emit_tiler_ctx() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl2.cpp108 static void ImGui_ImplOpenGL2_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height) in ImGui_ImplOpenGL2_SetupRenderState() argument
158 int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); in ImGui_ImplOpenGL2_RenderDrawData() local
H A Dimgui_impl_sdlrenderer.cpp114 int fb_width = (int)(draw_data->DisplaySize.x * render_scale.x); in ImGui_ImplSDLRenderer_RenderDrawData() local
H A Dimgui_impl_opengl3.cpp291 static void ImGui_ImplOpenGL3_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height, GLuint vertex_array_object) in ImGui_ImplOpenGL3_SetupRenderState() argument
370 int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); in ImGui_ImplOpenGL3_RenderDrawData() local
H A Dimgui_impl_vulkan.cpp374 static void ImGui_ImplVulkan_SetupRenderState(ImDrawData* draw_data, VkPipeline pipeline, VkCommandBuffer command_buffer, ImGui_ImplVulkanH_FrameRenderBuffers* rb, int fb_width, int fb_height) in ImGui_ImplVulkan_SetupRenderState() argument
424 int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); in ImGui_ImplVulkan_RenderDrawData() local
/third_party/glfw/tests/
H A Dcursor.c425 int wnd_width, wnd_height, fb_width, fb_height; in main() local
H A Dwindow.c369 int fb_width, fb_height; in main() local
/third_party/glfw/examples/
H A Dsplitview.c411 int wnd_width, wnd_height, fb_width, fb_height; in cursorPosFun() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c416 float fb_width = (float) svga->curr.framebuffer.width; in get_viewport_prescale() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c50 float fb_width = dst->width, fb_height = dst->height; in lima_pack_blit_cmd() local
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp104 int fb_width = (int)(draw_data->DisplaySize.x * io.DisplayFramebufferScale.x); in ImGui_ImplOpenGL3_RenderDrawData() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h100 unsigned int fb_width; member
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h84 unsigned fb_width, fb_height; member
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h236 void SetFramebufferWidth(uint32_t fb_width) { in SetFramebufferWidth() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c2115 uint32_t fb_width = u_minify(image->vk.extent.width, resource->mipLevel); in texel_buffer_shader_copy() local

Completed in 28 milliseconds