Searched refs:adjusted_index (Results 1 – 1 of 1) sorted by relevance
1003 LLVMValueRef adjusted_index = index; in radv_get_sampler_desc() local1004 if (!adjusted_index) in radv_get_sampler_desc()1005 adjusted_index = ctx->ac.i32_0; in radv_get_sampler_desc()1007 …adjusted_index = LLVMBuildMul(builder, adjusted_index, LLVMConstInt(ctx->ac.i32, stride / type_siz… in radv_get_sampler_desc()1014 LLVMValueRef descriptor = ac_build_load_to_sgpr(&ctx->ac, list, adjusted_index); in radv_get_sampler_desc()