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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1028 uint8_t vf_values[4] = { 0, 0, 0, 0 }; local in function:brw::try_immediate_source
1030 for (unsigned i = 0; i < ARRAY_SIZE(vf_values); i++) {
1042 vf_values[i] = vf;
1045 op[idx] = src_reg(brw_imm_vf4(vf_values[0], vf_values[1],
1046 vf_values[2], vf_values[3]));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst3303 - intel/vec4: fix valgrind errors with vf_values array
H A D20.1.0.rst4051 - intel/vec4: fix valgrind errors with vf_values array

Completed in 18 milliseconds