Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h428 lp_get_output_ptr(
Dlp_bld_tgsi_soa.c409 lp_get_output_ptr(struct lp_build_tgsi_soa_context *bld, in lp_get_output_ptr() function
1024 LLVMValueRef out_ptr = lp_get_output_ptr(bld, reg->Register.Index, in emit_store_chan()
2045 bld->outputs[index][chan] = lp_get_output_ptr(bld, index, chan); in emit_epilogue()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c200 temp_ptr = lp_get_output_ptr(bld, reg->Register.Index, swizzle); in emit_fetch_output()