Home | History | Annotate | Download | only in i965

Lines Matching refs:is_64bit

427       bool is_64bit = nir_dest_bit_size(instr->dest) == 64;
428 if (is_64bit) {
447 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64;
448 if (is_64bit) {
465 if (is_64bit)
471 if (is_64bit && num_components > 4) {