Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2462 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in emit_fetch_texels() local
2478 texel[i] = coord_undef; in emit_fetch_texels()
2545 coords[i] = coord_undef; in emit_fetch_texels()
3412 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_load_emit() local
3423 coords[i] = coord_undef; in img_load_emit()
3561 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_store_emit() local
3571 coords[i] = coord_undef; in img_store_emit()
3710 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_atomic_emit() local
3721 coords[i] = coord_undef; in img_atomic_emit()
Dlp_bld_nir.c1842 LLVMValueRef coord_undef = LLVMGetUndef(bld_base->base.int_vec_type); in visit_tex() local
1870 coords[chan] = coord_undef; in visit_tex()
1980 coords[1] = coord_undef; in visit_tex()