Home
last modified time | relevance | path

Searched refs:a3xx (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/freedreno/
DMakefile.sources79 a3xx/fd3_blend.c \
80 a3xx/fd3_blend.h \
81 a3xx/fd3_context.c \
82 a3xx/fd3_context.h \
83 a3xx/fd3_draw.c \
84 a3xx/fd3_draw.h \
85 a3xx/fd3_emit.c \
86 a3xx/fd3_emit.h \
87 a3xx/fd3_format.c \
88 a3xx/fd3_format.h \
[all …]
Dmeson.build93 'a3xx/fd3_blend.c',
94 'a3xx/fd3_blend.h',
95 'a3xx/fd3_context.c',
96 'a3xx/fd3_context.h',
97 'a3xx/fd3_draw.c',
98 'a3xx/fd3_draw.h',
99 'a3xx/fd3_emit.c',
100 'a3xx/fd3_emit.h',
101 'a3xx/fd3_format.c',
102 'a3xx/fd3_format.h',
[all …]
/external/mesa3d/docs/relnotes/
D9.2.4.rst59 - freedreno/a3xx: fix color inversion on mem->gmem restore
60 - freedreno/a3xx: fix viewport on gmem->mem resolve
63 - freedreno/a3xx: some texture fixes
64 - freedreno/a3xx/compiler: fix CMP
65 - freedreno/a3xx/compiler: handle saturate on dst
66 - freedreno/a3xx/compiler: use max_reg rather than file_count
67 - freedreno/a3xx/compiler: cat4 cannot use const reg as src
69 - freedreno/a3xx/compiler: make compiler errors more useful
70 - freedreno/a3xx/compiler: bit of re-arrange/cleanup
71 - freedreno/a3xx/compiler: fix SGT/SLT/etc
[all …]
D10.3.3.rst128 - freedreno/a3xx: enable hw primitive-restart
129 - freedreno/a3xx: handle rendering to layer != 0
131 - freedreno/a3xx: format fixes
133 - freedreno/a3xx: alpha render-target shenanigans
138 - freedreno/a3xx: 3d/array textures
140 - freedreno/a3xx: more texture array fixes
141 - freedreno/a3xx: initial texture border-color
147 - freedreno/a3xx: add LOD_BIAS
148 - freedreno/a3xx: add flat interpolation mode
149 - freedreno/a3xx: add 32bit integer vtx formats
[all …]
D10.2.3.rst74 - freedreno/a3xx: fix depth/stencil GMEM positioning
75 - freedreno/a3xx: fix depth/stencil gmem restore
76 - freedreno/a3xx: fix blend opcode
78 - freedreno/a3xx: texture fixes
80 - freedreno/a3xx: vtx formats
D10.5.3.rst74 - freedreno/a3xx: fix 3d texture layout
75 - freedreno/a3xx: point size should not be divided by 2
D11.1.0.rst28 - OpenGL 3.1 support on freedreno (a3xx, a4xx)
33 - GL_ARB_blend_func_extended on freedreno (a3xx)
48 - GL_ARB_texture_buffer_range on freedreno/a3xx
52 - GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)
57 - GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
D10.3.5.rst61 - freedreno/a3xx: only enable blend clamp for non-float formats
D12.0.4.rst134 - a3xx: make sure to actually clamp depth as requested
135 - a3xx: make use of software clipping when hw can't handle it
136 - a3xx: use window scissor to simulate viewport xy clip
D10.5.2.rst72 - freedreno/a3xx: use the same layer size for all slices
D11.0.1.rst80 - freedreno/a3xx: fix blending of L8 format
D20.1.3.rst153 - freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8ui
154 - freedreno/a3xx: reinstate rgb10_a2ui texture format
D11.0.0.rst31 - OpenGL ES 3.0 on freedreno (a3xx, a4xx)
49 GL_EXT_transform_feedback on a3xx, a4xx
53 - GL_EXT_texture_compression_s3tc on freedreno (a3xx)
D11.0.4.rst138 - freedreno/a3xx: cache-flush is needed after MEM_WRITE
D17.0.6.rst145 - freedreno/a3xx: fix hang w/ large render targets and small gmem
D20.2.0.rst1650 - freedreno/ir3: Set up the block predecessors for a3xx TF
1651 - freedreno/ir3: Fix the a3xx TF outputs stores.
1721 - ci: Enable a fractional run with UBO-to-constbuf disabled on a3xx.
2426 - freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8ui
2427 - freedreno/a3xx: reinstate rgb10_a2ui texture format
2429 - freedreno/a3xx: fix const footprint
2431 - freedreno/a3xx: parameterize ubo optimization
2432 - freedreno/a3xx: fix rasterizer discard
2792 - freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvals
4137 - freedreno/a3xx: use point-coord helper
[all …]
/external/mesa3d/src/freedreno/
DAndroid.registers.mk52 …a2xx.xml.h a3xx.xml.h a4xx.xml.h a5xx.xml.h a6xx.xml.h a6xx-pack.xml.h adreno_common.xml.h adreno_…
59 $(intermediates)/registers/adreno/a3xx.xml.h: $(LOCAL_PATH)/registers/adreno/a3xx.xml $(MESA_TOP)/s…
DMakefile.sources33 ir3/disasm-a3xx.c \
34 ir3/instr-a3xx.h \
/external/mesa3d/src/freedreno/ir3/
Dmeson.build64 'disasm-a3xx.c',
65 'instr-a3xx.h',
Dinstr-a3xx.h376 } a3xx; member
Ddisasm-a3xx.c424 fprintf(ctx->out, " #%d", cat0->a3xx.immed); in print_instr_cat0()
431 fprintf(ctx->out, " #%d", cat0->a3xx.immed); in print_instr_cat0()
/external/mesa3d/src/freedreno/registers/adreno/
Dmeson.build23 'a3xx.xml',
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst4 …ompiler and machine-specific IR for the shader ISA introduced with adreno a3xx. The same shader I…
6 Compared to the previous generation a2xx ISA (ir2), the a3xx ISA is a "simple" scalar instruction s…
17 For additional documentation about the hardware, see wiki: `a3xx ISA
386 …single block with ``phi`` nodes converted into ``sel`` instructions. The a3xx ISA has very few pr…
/external/mesa3d/docs/gallium/
Ddistro.rst59 Driver for Qualcomm Adreno a2xx, a3xx, and a4xx series of GPUs.
/external/mesa3d/docs/
Dfeatures.txt102 GL_ARB_blend_func_extended DONE (freedreno/a3xx, swr, panfrost)

12