Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1003 LLVMValueRef adjusted_index = index; in radv_get_sampler_desc() local
1004 if (!adjusted_index) in radv_get_sampler_desc()
1005 adjusted_index = ctx->ac.i32_0; in radv_get_sampler_desc()
1007adjusted_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()