Searched refs:tf_outer (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 391 auto tf_outer = nir_intrinsic_instr_create(b->shader, nir_intrinsic_load_local_shared_r600); in r600_append_tcs_TF_emission() local 392 tf_outer->num_components = outer_comps; in r600_append_tcs_TF_emission() 393 tf_outer->src[0] = nir_src_for_ssa(addr_outer); in r600_append_tcs_TF_emission() 394 nir_ssa_dest_init(&tf_outer->instr, &tf_outer->dest, in r600_append_tcs_TF_emission() 395 tf_outer->num_components, 32, NULL); in r600_append_tcs_TF_emission() 396 nir_intrinsic_set_component(tf_outer, 15); in r600_append_tcs_TF_emission() 397 nir_builder_instr_insert(b, &tf_outer->instr); in r600_append_tcs_TF_emission() 419 auto v0 = nir_vec4(b, out_addr0, nir_channel(b, &tf_outer->dest.ssa, chanx), in r600_append_tcs_TF_emission() 421 nir_channel(b, &tf_outer->dest.ssa, chany)); in r600_append_tcs_TF_emission() 426 nir_channel(b, &tf_outer->dest.ssa, 2), in r600_append_tcs_TF_emission() [all …]
|