Home
last modified time | relevance | path

Searched refs:dst_comps (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c47 uint32_t dst_comps : 4; member
544 .write_mask = instr->dst_comps in print_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c43 nir_ssa_def **dst_comps, in extract_comps_from_vec32() argument
55 dst_comps[i / 2] = tmp; in extract_comps_from_vec32()
58 dst_comps[i] = nir_channel(b, vec32, i); in extract_comps_from_vec32()
66 dst_comps[dst_offs + j] = nir_channel(b, tmp, j); in extract_comps_from_vec32()