Searched refs:bob (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsecurity_tests.c264 struct sec_amdgpu_bo alice, bob; local in function:amdgpu_secure_bounce
319 &bob);
328 amdgpu_bo_lcopy(&sb_ctx, &bob, &alice, SECURE_BUFFER_SIZE, 1);
332 res = amdgpu_bo_move(&sb_ctx, bob.bo, AMDGPU_GEM_DOMAIN_GTT, 0);
341 amdgpu_bo_lcopy(&sb_ctx, &alice, &bob, SECURE_BUFFER_SIZE, 1);
357 amdgpu_bo_unmap_free(&bob, SECURE_BUFFER_SIZE);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c827 c->cs_yuv.bob.y = vl_compositor_cs_create_shader(c, compute_shader_yuv_bob_y);
828 c->cs_yuv.bob.uv = vl_compositor_cs_create_shader(c, compute_shader_yuv_bob_uv);
830 !c->cs_yuv.bob.y || !c->cs_yuv.bob.uv) {
850 if (c->cs_yuv.bob.y)
851 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.bob.y);
852 if (c->cs_yuv.bob.uv)
853 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.bob.uv);
H A Dvl_compositor.c57 c->fs_yuv.bob.y = create_frag_shader_deint_yuv(c, true, false);
58 c->fs_yuv.bob.uv = create_frag_shader_deint_yuv(c, false, false);
60 !c->fs_yuv.bob.y || !c->fs_yuv.bob.uv) {
113 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.y);
114 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.uv);
352 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv;
354 s->layers[layer].cs = (y) ? c->cs_yuv.bob.y : c->cs_yuv.bob
[all...]
H A Dvl_compositor.h140 } bob; member in struct:vl_compositor::__anon30f112140208
151 } bob; member in struct:vl_compositor::__anon30f112140508
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor.c46 c->fs_yuv.bob.y = create_frag_shader_deint_yuv(c, true, false);
47 c->fs_yuv.bob.uv = create_frag_shader_deint_yuv(c, false, false);
49 !c->fs_yuv.bob.y || !c->fs_yuv.bob.uv) {
121 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.y);
122 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.uv);
353 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv;
360 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob
[all...]
H A Dvl_compositor.h134 } bob; member in struct:vl_compositor::__anonfd6622410208
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.5.rst57 - vaapi bob deinterlacer produces wrong output height on AMD
208 - gallium/auxiliary/vl: fix bob compute shaders for deint yuv
H A D20.1.0.rst216 - vaapi bob deinterlacer produces wrong output height on AMD
4090 - gallium/auxiliary/vl: fix bob compute shaders for deint yuv

Completed in 10 milliseconds