Searched refs:vf_values (Results 1 – 3 of 3) sorted by relevance
1005 uint8_t vf_values[4] = { 0, 0, 0, 0 }; in try_immediate_source() local1007 for (unsigned i = 0; i < ARRAY_SIZE(vf_values); i++) { in try_immediate_source()1019 vf_values[i] = vf; in try_immediate_source()1022 op[idx] = src_reg(brw_imm_vf4(vf_values[0], vf_values[1], in try_immediate_source()1023 vf_values[2], vf_values[3])); in try_immediate_source()
3303 - intel/vec4: fix valgrind errors with vf_values array
4051 - intel/vec4: fix valgrind errors with vf_values array