Searched refs:vf_values (Results 1 – 3 of 3) sorted by relevance
1016 uint8_t vf_values[4] = { 0, 0, 0, 0 }; in try_immediate_source() local1018 for (unsigned i = 0; i < ARRAY_SIZE(vf_values); i++) { in try_immediate_source()1030 vf_values[i] = vf; in try_immediate_source()1033 op[idx] = src_reg(brw_imm_vf4(vf_values[0], vf_values[1], in try_immediate_source()1034 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