Searched refs:temp_ptr2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 767 LLVMValueRef temp_ptr, temp_ptr2 = NULL; local in function:si_llvm_emit_store 818 temp_ptr2 = ctx->outputs[reg->Register.Index][chan_index + 1]; 828 temp_ptr2 = ctx->temps[ TGSI_NUM_CHANNELS * reg->Register.Index + chan_index + 1]; 847 LLVMBuildStore(builder, ac_to_float(&ctx->ac, val2), temp_ptr2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1640 LLVMValueRef temp_ptr2, res2; local in function:emit_fetch_temporary 1642 temp_ptr2 = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle_in >> 16); 1643 res2 = LLVMBuildLoad(builder, temp_ptr2, ""); 1910 LLVMValueRef temp_ptr2 = lp_get_temp_ptr_soa(bld, local in function:emit_store_chan 1913 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1450 LLVMValueRef temp_ptr2, res2; local in function:emit_fetch_temporary 1452 temp_ptr2 = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle_in >> 16); 1453 res2 = LLVMBuildLoad(builder, temp_ptr2, ""); 1820 LLVMValueRef temp_ptr2 = lp_get_temp_ptr_soa(bld, local in function:emit_store_temp 1823 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2,
|
Completed in 25 milliseconds