Searched refs:get_temp_array_id (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 391 get_temp_array_id(struct lp_build_tgsi_context *bld_base, in get_temp_array_id() function 421 unsigned array_id = get_temp_array_id(bld_base, reg_index, reg); in get_array_range() 470 array_id = get_temp_array_id(&ctx->bld_base, reg_index, reg_indirect); in get_pointer_into_array()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 708 get_temp_array_id(const struct svga_shader_emitter_v10 *emit, in get_temp_array_id() function 858 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_dst_register() 973 const unsigned tempArrayId = get_temp_array_id(emit, file, index); in emit_src_register()
|