Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c384 alloc.buffer_select = SQ_PARAMETER_PIXEL; in assemble()
490 if (buffer == SQ_PARAMETER_PIXEL && in assemble()
Dir2_private.h302 return num < 32 ? SQ_PARAMETER_PIXEL : num >= 62 ? SQ_POSITION : SQ_MEMORY; in export_buf()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h207 SQ_PARAMETER_PIXEL = 2, enumerator
Ddisasm-a2xx.c565 [SQ_PARAMETER_PIXEL] = "PARAM/PIXEL", in print_cf_alloc()