Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_optimize.c55 if (tdst_is_null(inst->dst) || !inst->dst.writemask) { in eliminate_dead_code()
Dtoy_helpers.h76 assert(tdst_is_null(dst)); in tdst_transpose()
Dtoy_compiler_reg.h214 tdst_is_null(struct toy_dst dst) in tdst_is_null() function
Dtoy_tgsi.c1129 if (!tdst_is_null(dst0[0])) { in soa_EXP()