| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_clip_line.c | 180 struct brw_indirect temp_ptr = brw_indirect(7, 0); local in function:clip_and_emit_line 181 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset); 182 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); 183 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx1), c->reg.clipdistance_offset); 184 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0));
|
| H A D | brw_clip_tri.c | 238 struct brw_indirect temp_ptr = brw_indirect(7, 0); local in function:load_clip_distance 239 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset); 240 brw_MOV(p, vec1(dst), deref_1f(temp_ptr, 0));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_clip_line.c | 180 struct brw_indirect temp_ptr = brw_indirect(7, 0); local in function:clip_and_emit_line 181 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset); 182 brw_MOV(p, c->reg.dp0, deref_1f(temp_ptr, 0)); 183 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx1), c->reg.clipdistance_offset); 184 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0));
|
| H A D | brw_clip_tri.c | 238 struct brw_indirect temp_ptr = brw_indirect(7, 0); local in function:load_clip_distance 239 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset); 240 brw_MOV(p, vec1(dst), deref_1f(temp_ptr, 0));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 398 LLVMValueRef temp_ptr; local in function:store_value_to_array 406 temp_ptr = ctx->outputs[i + range.First][chan_index]; 412 temp_ptr = ctx->temps[(i + range.First) * TGSI_NUM_CHANNELS + chan_index]; 420 LLVMBuildStore(builder, value, temp_ptr); 767 LLVMValueRef temp_ptr, temp_ptr2 = NULL; local in function:si_llvm_emit_store 800 temp_ptr = ctx->addrs[reg->Register.Index][chan_index]; 801 LLVMBuildStore(builder, value, temp_ptr); 816 temp_ptr = ctx->outputs[reg->Register.Index][chan_index]; 826 temp_ptr = ctx->temps[ TGSI_NUM_CHANNELS * reg->Register.Index + chan_index]; 836 LLVMBuildStore(builder, value, temp_ptr); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local in function:emit_fetch_temporary 209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
|
| H A D | lp_bld_tgsi_soa.c | 1635 LLVMValueRef temp_ptr; local in function:emit_fetch_temporary 1636 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); 1637 res = LLVMBuildLoad(builder, temp_ptr, ""); 1906 LLVMValueRef temp_ptr; local in function:emit_store_chan 1907 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index); 1913 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2, 1917 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local in function:emit_fetch_temporary 209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
|
| H A D | lp_bld_tgsi_soa.c | 1445 LLVMValueRef temp_ptr; local in function:emit_fetch_temporary 1446 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle); 1447 res = LLVMBuildLoad(builder, temp_ptr, ""); 1816 LLVMValueRef temp_ptr; local in function:emit_store_temp 1817 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index); 1823 emit_store_64bit_chan(bld_base, temp_ptr, temp_ptr2, 1827 lp_exec_mask_store(&bld->exec_mask, float_bld, value, temp_ptr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1691 LLVMValueRef vb_buffer_offset, buffer_size, temp_ptr; local in function:draw_llvm_generate 1756 temp_ptr = lp_build_alloca_undef(gallivm, 1761 LLVMBuildStore(builder, fake_buf_ptr, temp_ptr); 1766 LLVMBuildStore(builder, map_ptr[j], temp_ptr); 1769 map_ptr[j] = LLVMBuildLoad(builder, temp_ptr, "map_ptr");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler.c | 320 int temp_ptr = 0, num_temps; local in function:assign_inouts_to_temporaries 328 while (inout_ptr < num_inouts && temp_ptr < num_temps) { 330 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr; 346 temp_ptr++;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_tgsi.c | 330 int temp_ptr = 0, num_temps; local in function:assign_inouts_to_temporaries 338 while (inout_ptr < num_inouts && temp_ptr < num_temps) { 340 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr; 356 temp_ptr++;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 2096 LLVMValueRef vb_buffer_offset, buffer_size, temp_ptr; local in function:draw_llvm_generate 2161 temp_ptr = lp_build_alloca_undef(gallivm, 2166 LLVMBuildStore(builder, fake_buf_ptr, temp_ptr); 2171 LLVMBuildStore(builder, map_ptr[j], temp_ptr); 2174 map_ptr[j] = LLVMBuildLoad(builder, temp_ptr, "map_ptr");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 2134 LLVMValueRef temp_ptr, value; local in function:visit_store_var 2209 temp_ptr = ctx->abi->outputs[idx + chan + const_index * stride]; 2211 LLVMBuildStore(ctx->ac.builder, value, temp_ptr); 2234 temp_ptr = ctx->locals[idx + chan + const_index * 4]; 2236 LLVMBuildStore(ctx->ac.builder, value, temp_ptr);
|