Home
last modified time | relevance | path

Searched refs:pred_condition (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h348 uint8_t pred_condition : 1; member
378 uint8_t pred_condition : 1; member
393 uint8_t pred_condition : 1; member
Ddisasm-a2xx.c350 printf(vtx->pred_condition ? "EQ" : "NE"); in print_fetch_vtx()
414 printf(tex->pred_condition ? "EQ" : "NE"); in print_fetch_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c181 bc->fetch.pred_condition = instr->pred & 1; in fill_instr()