Searched refs:always (Results 1 - 25 of 951) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h61 bool always; member in struct:fd_acc_sample_provider
H A Dfreedreno_query_hw.h74 bool always; member in struct:fd_hw_sample_provider
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.0.1.rst40 - GLSL bug fix: .strq and .rgba writemasks didn't always work
41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)
51 - glGetAttribLocation() always returned 1 (bug 11774)
H A D7.0.3.rst45 - glBitmap from a PBO didn't always work
46 - glGetTexImage into a PBO didn't always work
H A D20.3.1.rst52 - panfrost: Make sure we always add a reader -\> write dependency when needed
94 - turnip: always emit LRZ draw state in DIRTY_DRAW_STATE path
96 - turnip: always set LRZ registers to zero for 3d clear/blit
H A D21.3.7.rst108 - zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
109 - zink: always invalidate streamout counter buffer if not resuming
135 - mesa/st: always use DXT5 when transcoding ASTC format
H A D12.0.5.rst35 [regression, bisected][BDW, GPU hang] stuck on render ring, always
88 - radeonsi: always set all blend registers
H A D17.3.9.rst53 - dri_util: when overriding, always reset the core version
118 - glsl: always call do_lower_jumps() after loop unrolling
H A D18.1.7.rst32 - i965 always reports 0 viewport subpixel bits
H A D7.4.1.rst38 - glTexParameter settings weren't always propogated to drivers
H A D7.7.1.rst35 - Gallium SSE codegen for XPD didn't always work.
H A D9.0.rst38 extension is always enabled in all drivers.
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dcrosvm-runner.sh41 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/vkd3d-proton/
H A Drun.sh92 quiet diff --color=always -u ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"
/xsrc/external/mit/libdrm/dist/
H A DREADME.rst11 but a new libdrm will always work with an older kernel.
24 with the help of a python script. This might not always possible, as some of
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst21 D3D11: seems always disabled
36 D3D11: seems always disabled
73 * ``PIPE_PRIMITIVE_POLYGON``: The provoking vertex is always the first
78 If it is not, the provoking vertex is always the last vertex.
186 always rasterized as quads). Any mismatch between these states should
215 Additionally Direct3D will always use quad rasterization rules for
224 Some renderers always internally translate points into quads; this state
318 can be either at y = 0 or at y = height). Gallium instead always
319 assumes that top is always at y=0.
337 to GL rules should always happe
[all...]
H A Ddsa.rst12 During actual execution, the order of operations done on fragments is always:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst21 D3D11: seems always disabled
36 D3D11: seems always disabled
73 * ``PIPE_PRIMITIVE_POLYGON``: The provoking vertex is always the first
78 If it is not, the provoking vertex is always the last vertex.
186 always rasterized as quads). Any mismatch between these states should
215 Additionally Direct3D will always use quad rasterization rules for
224 Some renderers always internally translate points into quads; this state
318 can be either at y = 0 or at y = height). Gallium instead always
319 assumes that top is always at y=0.
H A Ddsa.rst12 During actual execution, the order of operations done on fragments is always:
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dftconfig.h.in30 * system-specific files that are always included first when building the
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c259 .always = true,
273 .always = true,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c252 CHECK( always, GL_TRUE, 0 )
654 ALLOC_STATE( set, always, SET_STATE_SIZE, "SET/setup", 0 );
655 ALLOC_STATE( lin, always, LIN_STATE_SIZE, "LIN/line", 0 );
656 ALLOC_STATE( msk, always, MSK_STATE_SIZE, "MSK/mask", 0 );
657 ALLOC_STATE( vpt, always, VPT_STATE_SIZE, "VPT/viewport", 0 );
658 ALLOC_STATE( vtx, always, VTX_STATE_SIZE, "VTX/vertex", 0 );
659 ALLOC_STATE( vap, always, VAP_STATE_SIZE, "VAP/vap", 0 );
660 ALLOC_STATE( vte, always, VTE_STATE_SIZE, "VTE/vte", 0 );
661 ALLOC_STATE( msc, always, MSC_STATE_SIZE, "MSC/misc", 0 );
662 ALLOC_STATE( cst, always, CST_STATE_SIZ
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c252 CHECK( always, GL_TRUE, 0 )
654 ALLOC_STATE( set, always, SET_STATE_SIZE, "SET/setup", 0 );
655 ALLOC_STATE( lin, always, LIN_STATE_SIZE, "LIN/line", 0 );
656 ALLOC_STATE( msk, always, MSK_STATE_SIZE, "MSK/mask", 0 );
657 ALLOC_STATE( vpt, always, VPT_STATE_SIZE, "VPT/viewport", 0 );
658 ALLOC_STATE( vtx, always, VTX_STATE_SIZE, "VTX/vertex", 0 );
659 ALLOC_STATE( vap, always, VAP_STATE_SIZE, "VAP/vap", 0 );
660 ALLOC_STATE( vte, always, VTE_STATE_SIZE, "VTE/vte", 0 );
661 ALLOC_STATE( msc, always, MSC_STATE_SIZE, "MSC/misc", 0 );
662 ALLOC_STATE( cst, always, CST_STATE_SIZ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c203 CHECK( always, GL_TRUE, 0 )
541 ALLOC_STATE( lin, always, LIN_STATE_SIZE, "LIN/line", 0 );
542 ALLOC_STATE( msk, always, MSK_STATE_SIZE, "MSK/mask", 0 );
543 ALLOC_STATE( vpt, always, VPT_STATE_SIZE, "VPT/viewport", 0 );
544 ALLOC_STATE( set, always, SET_STATE_SIZE, "SET/setup", 0 );
545 ALLOC_STATE( msc, always, MSC_STATE_SIZE, "MSC/misc", 0 );
546 ALLOC_STATE( zbs, always, ZBS_STATE_SIZE, "ZBS/zbias", 0 );
547 ALLOC_STATE( tcl, always, TCL_STATE_SIZE, "TCL/tcl", 1 );
576 ALLOC_STATE( stp, always, STP_STATE_SIZE, "STP/stp", 0 );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c202 CHECK( always, GL_TRUE, 0 )
541 ALLOC_STATE( lin, always, LIN_STATE_SIZE, "LIN/line", 0 );
542 ALLOC_STATE( msk, always, MSK_STATE_SIZE, "MSK/mask", 0 );
543 ALLOC_STATE( vpt, always, VPT_STATE_SIZE, "VPT/viewport", 0 );
544 ALLOC_STATE( set, always, SET_STATE_SIZE, "SET/setup", 0 );
545 ALLOC_STATE( msc, always, MSC_STATE_SIZE, "MSC/misc", 0 );
546 ALLOC_STATE( zbs, always, ZBS_STATE_SIZE, "ZBS/zbias", 0 );
547 ALLOC_STATE( tcl, always, TCL_STATE_SIZE, "TCL/tcl", 1 );
576 ALLOC_STATE( stp, always, STP_STATE_SIZE, "STP/stp", 0 );

Completed in 17 milliseconds

1234567891011>>