Searched refs:result_components (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_rt_common.c | 363 nir_ssa_def *result_components[3] = { in nir_build_vec3_mat_mult() local 372 result_components[i] = (translation || j) ? nir_fadd(b, result_components[i], v) : v; in nir_build_vec3_mat_mult() 375 return nir_vec(b, result_components, 3); in nir_build_vec3_mat_mult() 381 nir_ssa_def *result_components[3] = { in nir_build_vec3_mat_mult_pre() local 386 return nir_build_vec3_mat_mult(b, nir_fsub(b, vec, nir_vec(b, result_components, 3)), matrix, in nir_build_vec3_mat_mult_pre()
|