Searched refs:create_vec_from_array (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 5388 create_vec_from_array(isel_context* ctx, Temp arr[], unsigned cnt, RegType reg_type, in create_vec_from_array() function 5559 create_vec_from_array(ctx, src, dst.size(), dst.regClass().type(), 4u, 0, dst); in load_input_from_temps() 11408 ctx->arg_temps[i] = create_vec_from_array(ctx, elems, size, RegType::sgpr, 4); in add_startpgm()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 20.1.0.rst | 4210 - aco: Zero-fill undefined elements in create_vec_from_array.
|