Searched refs:is_full (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_emit.c119 mir_pack_scalar_source(unsigned mod, bool is_full, unsigned component) argument
123 .full = is_full,
124 .component = component << (is_full ? 1 : 0)
136 bool is_full = nir_alu_type_get_type_size(ins->dest_type) == 32; local in function:vector_to_scalar_alu
154 .output_full = is_full,
159 if (is_full) {

Completed in 3 milliseconds