Home
last modified time | relevance | path

Searched refs:indir_index (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2840 LLVMValueRef indir_index) in get_tcs_tes_buffer_address_params() argument
2844 if (indir_index) in get_tcs_tes_buffer_address_params()
2846 indir_index, ""); in get_tcs_tes_buffer_address_params()
2875 LLVMValueRef indir_index) in get_dw_address() argument
2886 if (indir_index) in get_dw_address()
2888 LLVMBuildMul(ctx->builder, indir_index, in get_dw_address()
2906 LLVMValueRef indir_index, in load_tcs_varyings() argument
2935 indir_index); in load_tcs_varyings()
3161 LLVMValueRef indir_index = NULL; in load_tess_varyings() local
3170 &const_index, &indir_index); in load_tess_varyings()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1625 union tgsi_exec_channel indir_index; in fetch_source_d() local
1642 &indir_index); in fetch_source_d()
1645 index.i[0] += indir_index.i[0]; in fetch_source_d()
1646 index.i[1] += indir_index.i[1]; in fetch_source_d()
1647 index.i[2] += indir_index.i[2]; in fetch_source_d()
1648 index.i[3] += indir_index.i[3]; in fetch_source_d()
1686 union tgsi_exec_channel indir_index; in fetch_source_d() local
1702 &indir_index); in fetch_source_d()
1704 index2D.i[0] += indir_index.i[0]; in fetch_source_d()
1705 index2D.i[1] += indir_index.i[1]; in fetch_source_d()
[all …]