/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 3547 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.) in edgeRelaxedImageCompare() 3548 const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // reference image has a matching pixel nearby (~= If something is drawn on screen, it must be drawn to reference too.) in edgeRelaxedImageCompare() 3567 const bool isOkReferenceCoverage = pixelNeighborhoodContainsCoverage(result, x, y, referenceCoverage); // Check reference pixel against screen pixel in edgeRelaxedImageCompare() 3568 const bool isOkScreenCoverage = pixelNeighborhoodContainsCoverage(reference, x, y, screenCoverage); // Check screen pixels against reference pixel in edgeRelaxedImageCompare() 3642 const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // reference image has a matching pixel nearby (~= If something is drawn on screen, it must be drawn to reference too.) in intersectionRelaxedLineImageCompare() 3643 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.) in intersectionRelaxedLineImageCompare() 3664 const bool isOkScreenCoverage = pixelNeighborhoodContainsCoverage(reference, x, y, screenCoverage); // Check screen pixels against reference pixel in intersectionRelaxedLineImageCompare() 3665 const bool isOkReferenceCoverage = pixelNeighborhoodContainsCoverage(result, x, y, referenceCoverage); // Check reference pixel against screen pixe in intersectionRelaxedLineImageCompare() 3715 const tcu::Surface& screen = m_glArrayPack->getSurface(); compare() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 42 struct rbug_screen *rb_screen = rbug_screen(_pipe->screen); in rbug_destroy() 1291 rb_pipe->base.screen = _screen; in rbug_context_create()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 504 inline float screen (float src, float dst) { return src + dst - src*dst; } in screen() function 676 case BLENDEQUATION_ADVANCED_SCREEN: SAMPLE_REGISTER_ADV_BLEND(screen); break; in executeAdvancedBlend()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1917 omx_screen = priv->screen; in dec_av1_NeedTask() 2062 omx_screen = priv->screen; in dec_av1_ShowExistingframe() 2132 omx_screen = priv->screen; in dec_av1_BeginFrame()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 146 pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_IMMUTABLE, shader->shader.bc.ndw * 4); in store_shader() 175 struct r600_screen *rscreen = (struct r600_screen *)ctx->screen; in r600_pipe_shader_create() 181 bool dump = r600_can_dump_shader(&rctx->screen->b, processor); in r600_pipe_shader_create() 182 unsigned use_sb = !(rctx->screen->b.debug_flags & DBG_NO_SB) || in r600_pipe_shader_create() 183 (rctx->screen->b.debug_flags & DBG_NIR_SB); in r600_pipe_shader_create() 200 sel->nir = tgsi_to_nir(sel->tokens, ctx->screen, true); in r600_pipe_shader_create() 203 ctx->screen->get_compiler_options(ctx->screen, in r600_pipe_shader_create() 285 sb_disasm = use_sb || (rctx->screen->b.debug_flags & DBG_SB_DISASM); in r600_pipe_shader_create() 2602 rctx->screen in generate_gs_copy_shader() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 3663 struct llvmpipe_screen *screen = llvmpipe_screen(lp->pipe.screen); in generate_variant() local 3670 lp_disk_cache_find_shader(screen, &cached, ir_sha1_cache_key); in generate_variant() 3870 lp_disk_cache_insert_shader(screen, &cached, ir_sha1_cache_key); in generate_variant() 4247 * generated code could be cached globally in the screen.
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 212 state->pctx->screen->fence_finish(state->pctx->screen, in finish_fence() 215 state->pctx->screen->fence_reference(state->pctx->screen, in finish_fence() 1904 image->bo = state->pctx->screen->resource_create(state->pctx->screen, &templ); in create_multisample_surface()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nv_hw.c | 1561 VGA_WR08(par->PCIO, 0x03D5, state->screen); in NVLoadStateExt() 1619 state->screen = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
|
H A D | nvidia.c | 195 * Turn off screen and disable sequencer. in nvidia_screen_off() 203 * Reenable sequencer, then turn on screen. in nvidia_screen_off() 363 state->screen = SetBitField(h_blank_e, 6: 6, 4:4) in nvidia_calc_regs() 931 tmp = NVReadSeq(par, 0x01) & ~0x20; /* screen on/off */ in nvidiafb_blank() 1556 "Disables screen scaling. (0 or 1=disable) "
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 1675 VGA_WR08(chip->PCIO, 0x03D5, state->screen); in LoadStateExt() 1737 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
|
H A D | fbdev.c | 746 newmode.ext.screen = SetBitField(hBlankEnd,6:6,4:4) in riva_load_video_mode() 1248 tmp = SEQin(par, 0x01) & ~0x20; /* screen on/off */ in rivafb_blank()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
H A D | nv_hw.c | 1561 VGA_WR08(par->PCIO, 0x03D5, state->screen); in NVLoadStateExt() 1619 state->screen = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
|
H A D | nvidia.c | 196 * Turn off screen and disable sequencer. in nvidia_screen_off() 204 * Reenable sequencer, then turn on screen. in nvidia_screen_off() 364 state->screen = SetBitField(h_blank_e, 6: 6, 4:4) in nvidia_calc_regs() 932 tmp = NVReadSeq(par, 0x01) & ~0x20; /* screen on/off */ in nvidiafb_blank() 1569 "Disables screen scaling. (0 or 1=disable) "
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 1655 VGA_WR08(chip->PCIO, 0x03D5, state->screen); in LoadStateExt() 1717 state->screen = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
|
H A D | fbdev.c | 741 newmode.ext.screen = SetBitField(hBlankEnd,6:6,4:4) in riva_load_video_mode() 1242 tmp = SEQin(par, 0x01) & ~0x20; /* screen on/off */ in rivafb_blank()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 377 xcb_screen_t *screen = iter.data; in create_display_fd_xcb() local 380 cookie = xcb_dri3_open(conn, screen->root, None); in create_display_fd_xcb()
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 556 int screen; member 887 // Index of corresponding Xinerama screen, 888 // for EWMH full screen window placement
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.c | 192 if (unlikely(!zink_screen(pctx->screen)->info.have_EXT_conditional_rendering && !zink_check_conditional_render(ctx))) in zink_clear()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 157 // As you draw text to the screen, you keep track of a "current point" 197 // screen where y=0, then you would set the baseline to SF*-y0. 304 // assume orthographic projection with units = screen pixels, origin at top left in my_stbtt_print() 374 unsigned char screen[20][79]; 395 stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]); 408 putchar(" .:ioVM@"[screen[j][i]>>5]); 552 float *xpos, float *ypos, // pointers to current position in screen pixel space 660 float *xpos, float *ypos, // pointers to current position in screen pixel space
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 157 // As you draw text to the screen, you keep track of a "current point" 197 // screen where y=0, then you would set the baseline to SF*-y0. 304 // assume orthographic projection with units = screen pixels, origin at top left in my_stbtt_print() 374 unsigned char screen[20][79]; 395 stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]); 408 putchar(" .:ioVM@"[screen[j][i]>>5]); 552 float *xpos, float *ypos, // pointers to current position in screen pixel space 660 float *xpos, float *ypos, // pointers to current position in screen pixel space
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 686 dri2_lookup_egl_image(__DRIscreen *screen, void *image, void *data) in dri2_lookup_egl_image() argument 688 (void) screen; in dri2_lookup_egl_image() 1061 /* All platforms but DRM call this function to create the screen and populate 1104 _eglLog(_EGL_WARNING, "egl: failed to create dri2 screen"); in dri2_create_screen() 1276 /* The drm platform does not create the screen/driver_configs but reuses in dri2_display_destroy()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 3623 struct pipe_screen *screen; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 2300 tr_ctx->base.screen = &tr_scr->base; in trace_context_create()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 65 'menu', 'padx', 'pady', 'relief', 'screen', 82 self.assertEqual(widget['screen'], '') 87 self.checkInvalidParam(widget, 'screen', display, 88 errmsg="can't modify -screen option after widget is created") 89 widget2 = self.create(screen=display) 90 self.assertEqual(widget2['screen'], display) 668 errmsg='bad screen distance "spam"') 1321 'bad screen distance "badValue"') 1333 'bad screen distance "badValue"') 1339 'bad screen distanc [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 12722 svga->pipe.screen->get_param(svga->pipe.screen, PIPE_CAP_TGSI_TEXCOORD); in transform_fs_aapoint() 12837 struct svga_screen *svgascreen = svga_screen(svga->pipe.screen); in svga_tgsi_vgpu10_translate()
|