Searched refs:temps_array (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 467 LLVMValueRef temps_array; member in struct:lp_build_tgsi_soa_context 560 LLVMValueRef temps_array; member in struct:lp_build_tgsi_aos_context
|
| H A D | lp_bld_tgsi_soa.c | 842 var_of_array = bld->temps_array; 1607 LLVMValueRef temps_array; local in function:emit_fetch_temporary 1627 /* cast temps_array pointer to float* */ 1629 temps_array = LLVMBuildBitCast(builder, bld->temps_array, fptr_type, ""); 1632 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2); 1890 LLVMValueRef temps_array; local in function:emit_store_chan 1899 temps_array = LLVMBuildBitCast(builder, bld->temps_array, fptr_type, ""); 1902 emit_mask_scatter(bld, temps_array, index_ve [all...] |
| H A D | lp_bld_tgsi_aos.c | 388 bld->temps_array = lp_build_array_alloca(bld->bld_base.base.gallivm,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 557 LLVMValueRef temps_array; member in struct:lp_build_tgsi_soa_context 650 LLVMValueRef temps_array; member in struct:lp_build_tgsi_aos_context
|
| H A D | lp_bld_tgsi_soa.c | 453 var_of_array = bld->temps_array; 1417 LLVMValueRef temps_array; local in function:emit_fetch_temporary 1437 /* cast temps_array pointer to float* */ 1439 temps_array = LLVMBuildBitCast(builder, bld->temps_array, fptr_type, ""); 1442 res = build_gather(bld_base, temps_array, index_vec, NULL, index_vec2); 1800 LLVMValueRef temps_array; local in function:emit_store_temp 1809 temps_array = LLVMBuildBitCast(builder, bld->temps_array, fptr_type, ""); 1812 emit_mask_scatter(bld, temps_array, index_ve [all...] |
| H A D | lp_bld_tgsi_aos.c | 388 bld->temps_array = lp_build_array_alloca(bld->bld_base.base.gallivm,
|
Completed in 14 milliseconds