Searched refs:temp_ptr2 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 824 LLVMValueRef temp_ptr, temp_ptr2 = NULL; in si_llvm_emit_store() local 875 temp_ptr2 = ctx->outputs[reg->Register.Index][chan_index + 1]; in si_llvm_emit_store() 885 temp_ptr2 = ctx->temps[ TGSI_NUM_CHANNELS * reg->Register.Index + chan_index + 1]; in si_llvm_emit_store() 904 LLVMBuildStore(builder, ac_to_float(&ctx->ac, val2), temp_ptr2); in si_llvm_emit_store()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1583 LLVMValueRef temp_ptr2, res2; in emit_fetch_temporary() local 1585 temp_ptr2 = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle + 1); in emit_fetch_temporary() 1586 res2 = LLVMBuildLoad(builder, temp_ptr2, ""); in emit_fetch_temporary() 1852 LLVMValueRef temp_ptr2 = lp_get_temp_ptr_soa(bld, in emit_store_chan() local 1855 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2, in emit_store_chan()
|