/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 51 const unsigned int fb_width = _mesa_geometric_width(fb); in st_update_scissor() local
|
H A D | st_cb_drawtex.c | 227 const GLfloat fb_width = (GLfloat)_mesa_geometric_width(fb); in st_DrawTex() local
|
H A D | st_cb_clear.c | 231 const GLfloat fb_width = (GLfloat) fb->Width; in clear_with_quad() local
|
H A D | st_cb_bitmap.c | 300 const float fb_width = (float) st->state.fb_width; in draw_bitmap_quad() local
|
H A D | st_cb_drawpixels.c | 746 const unsigned fb_width = _mesa_geometric_width(ctx->DrawBuffer); in draw_textured_quad() local
|
H A D | st_context.h | 214 unsigned fb_width; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_encoder.h | 53 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 D | pan_cs.c | 951 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 D | imgui_impl_opengl2.cpp | 108 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 D | imgui_impl_sdlrenderer.cpp | 114 int fb_width = (int)(draw_data->DisplaySize.x * render_scale.x); in ImGui_ImplSDLRenderer_RenderDrawData() local
|
H A D | imgui_impl_opengl3.cpp | 291 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 D | imgui_impl_vulkan.cpp | 374 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 D | cursor.c | 425 int wnd_width, wnd_height, fb_width, fb_height; in main() local
|
H A D | window.c | 369 int fb_width, fb_height; in main() local
|
/third_party/glfw/examples/ |
H A D | splitview.c | 411 int wnd_width, wnd_height, fb_width, fb_height; in cursorPosFun() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 416 float fb_width = (float) svga->curr.framebuffer.width; in get_viewport_prescale() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 50 float fb_width = dst->width, fb_height = dst->height; in lima_pack_blit_cmd() local
|
/third_party/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 104 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 D | xa_priv.h | 100 unsigned int fb_width; member
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_private.h | 84 unsigned fb_width, fb_height; member
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.h | 236 void SetFramebufferWidth(uint32_t fb_width) { in SetFramebufferWidth() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 2115 uint32_t fb_width = u_minify(image->vk.extent.width, resource->mipLevel); in texel_buffer_shader_copy() local
|