Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1676 unsigned coord_vgpr_index = (int)args->offset + (int)args->compare; in si_lower_gather4_integer() local
1765 LLVMValueRef index = LLVMConstInt(ctx->i32, coord_vgpr_index + c, 0); in si_lower_gather4_integer()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2201 unsigned coord_vgpr_index = (unsigned)args->offset + (unsigned)args->compare; in radv_lower_gather4_integer() local
2228 LLVMValueRef index = LLVMConstInt(ctx->i32, coord_vgpr_index + c, 0); in radv_lower_gather4_integer()