Searched refs:tint_ptr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 768 LLVMValueRef tint_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, in emit_fetch_temporary() local 770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, ""); in emit_fetch_temporary() 1074 LLVMValueRef tint_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, in emit_store_chan() local 1078 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, ivtype, ""); in emit_store_chan()
|