Home
last modified time | relevance | path

Searched refs:SQ_POSITION (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h302 return num < 32 ? SQ_PARAMETER_PIXEL : num >= 62 ? SQ_POSITION : SQ_MEMORY; in export_buf()
Dir2_assemble.c494 if (buffer == SQ_POSITION) in assemble()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h206 SQ_POSITION = 1, enumerator
Ddisasm-a2xx.c564 [SQ_POSITION] = "POSITION", in print_cf_alloc()