Searched refs:a3xx (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | Makefile.sources | 70 a3xx/a3xx.xml.h \ 71 a3xx/fd3_blend.c \ 72 a3xx/fd3_blend.h \ 73 a3xx/fd3_context.c \ 74 a3xx/fd3_context.h \ 75 a3xx/fd3_draw.c \ 76 a3xx/fd3_draw.h \ 77 a3xx/fd3_emit.c \ 78 a3xx/fd3_emit.h \ 79 a3xx/fd3_format.c \ [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 162 component[cat0->comp], cat0->a3xx.immed); in print_instr_cat0() 166 printf(" #%d", cat0->a3xx.immed); in print_instr_cat0() 170 if ((debug & PRINT_VERBOSE) && (cat0->a3xx.dummy1|cat0->dummy2|cat0->dummy3|cat0->dummy4)) in print_instr_cat0() 171 printf("\t{0: %x,%x,%x,%x}", cat0->a3xx.dummy1, cat0->dummy2, cat0->dummy3, cat0->dummy4); in print_instr_cat0()
|
D | instr-a3xx.h | 294 } a3xx; member
|
D | ir3.c | 137 cat0->a3xx.immed = instr->cat0.immed; in emit_cat0()
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
D | ir3-notes.rst | 4 …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/src/gallium/docs/source/ |
D | distro.rst | 59 Driver for Qualcomm Adreno a2xx, a3xx, and a4xx series of GPUs.
|
/external/mesa3d/docs/ |
D | features.txt | 98 GL_ARB_blend_func_extended DONE (freedreno/a3xx, swr)
|