Home
last modified time | relevance | path

Searched refs:a4xx (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
DMakefile.sources107 a4xx/fd4_blend.c \
108 a4xx/fd4_blend.h \
109 a4xx/fd4_context.c \
110 a4xx/fd4_context.h \
111 a4xx/fd4_draw.c \
112 a4xx/fd4_draw.h \
113 a4xx/fd4_emit.c \
114 a4xx/fd4_emit.h \
115 a4xx/fd4_format.c \
116 a4xx/fd4_format.h \
[all …]
Dmeson.build119 'a4xx/fd4_blend.c',
120 'a4xx/fd4_blend.h',
121 'a4xx/fd4_context.c',
122 'a4xx/fd4_context.h',
123 'a4xx/fd4_draw.c',
124 'a4xx/fd4_draw.h',
125 'a4xx/fd4_emit.c',
126 'a4xx/fd4_emit.h',
127 'a4xx/fd4_format.c',
128 'a4xx/fd4_format.h',
[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_…
64 $(intermediates)/registers/adreno/a4xx.xml.h: $(LOCAL_PATH)/registers/adreno/a4xx.xml $(MESA_TOP)/s…
/external/mesa3d/docs/relnotes/
D10.5.1.rst182 - freedreno/a4xx: bit of cleanup
184 - freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
186 - freedreno/a4xx: aniso filtering
189 - freedreno/ir3: handle flat bypass for a4xx
D11.2.0.rst29 - GL_ARB_base_instance on freedreno/a4xx
38 - GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
39 - GL_ARB_texture_buffer_range on freedreno/a4xx
40 - GL_ARB_texture_query_lod on freedreno/a4xx
41 - GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
42 - GL_ARB_texture_view on freedreno/a4xx
43 - GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
44 - GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
D11.1.0.rst28 - OpenGL 3.1 support on freedreno (a3xx, a4xx)
35 - GL_ARB_clip_control on freedreno/a4xx
37 - GL_ARB_depth_clamp on freedreno/a4xx
41 - GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx
49 - GL_ARB_texture_compression_bptc on freedreno/a4xx
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)
D11.0.8.rst92 - freedreno/a4xx: support lod_bias
93 - freedreno/a4xx: fix 5_5_5_1 texture sampler format
94 - freedreno/a4xx: point regid to "red" even for alpha-only rb formats
D11.0.0.rst31 - OpenGL ES 3.0 on freedreno (a3xx, a4xx)
34 - GL_ARB_depth_buffer_float on a4xx
36 - GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend on a4xx
49 GL_EXT_transform_feedback on a3xx, a4xx
65 - GL_EXT_draw_buffers2 on a4xx
D12.0.2.rst146 - cherry-ignore: temporary(?) drop "a4xx: make sure to actually clamp
196 - a4xx: only disable depth clipping, not all clipping, when requested
202 - a4xx: make sure to actually clamp depth as requested
D20.2.0.rst1688 - freedreno/a4xx+: Increase max texture size to 16384.
2435 - a4xx: add noperspective interpolation support
2436 - a4xx: add polygon offset clamp, fix units
2438 - a4xx: hook up centroid ij coords
2717 - freedreno: move a4xx specific layout code to a4xx code
2764 - freedreno/a4xx: restore pitch to bytes change to layout code
2765 - freedreno/a4xx: simplify setup_slices
2793 - freedreno/a4xx: fake LINEAR_PIXEL varying support for u_blitter
4136 - freedreno/a4xx: use point-coord helper
4200 - freedreno/registers/a4xx: fix validation error
[all …]
D20.0.0.rst2917 - freedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISION
2991 - freedreno/a4xx: constify gmem state
D20.1.0.rst2725 - freedreno/a4xx: enable A405
D19.1.0.rst4062 - freedreno/ir3: split out a4xx+ instructions
/external/mesa3d/src/freedreno/registers/adreno/
Dmeson.build24 'a4xx.xml',
/external/mesa3d/docs/gallium/
Ddistro.rst59 Driver for Qualcomm Adreno a2xx, a3xx, and a4xx series of GPUs.
/external/mesa3d/docs/
Dfeatures.txt69 (*) freedreno (a2xx-a4xx), llvmpipe, softpipe, and swr have fake Multisample anti-aliasing support
294 …GL_OES_texture_cube_map_array DONE (freedreno/a4xx+, i965/hsw+, nvc0, r600…
/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h380 } a4xx; member
Dir3.c141 cat0->a4xx.immed = instr->cat0.immed; in emit_cat0()
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst4 …ced with adreno a3xx. The same shader ISA is present, with some small differences, in adreno a4xx.