Home
last modified time | relevance | path

Searched refs:util_logicop_reads_dest (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blend.c72 reads_dest = util_logicop_reads_dest(cso->logicop_func); in __fd6_setup_blend_variant()
163 so->reads_dest |= util_logicop_reads_dest(cso->logicop_func); in fd6_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.c68 reads_dest = util_logicop_reads_dest(cso->logicop_func); in fd3_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.c67 reads_dest = util_logicop_reads_dest(cso->logicop_func); in fd4_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.c68 reads_dest = util_logicop_reads_dest(cso->logicop_func); in fd5_blend_state_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h852 util_logicop_reads_dest(enum pipe_logicop op) in util_logicop_reads_dest() function